/* main layout */

body {
	background-color: #000;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}

#frame {
	width: 720px;
	text-align: left;
	background-color: #000000;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}

#header {
	float: left;
	clear: both;
	display: inline;
	margin-bottom: 10px;
}

#header_menu {
	float: left;
	clear: both;
	display: inline;
	position: relative;
	height: 130px;
	margin: 20px 0px 0px;
	background-color: #BDCC70;
}

#menu {
	position: absolute;
	height: 110px;
	top: 45%;
	margin-top: -52px;
}

#main {
	padding: 0px;
}

#content {
	display: inline;
	float: left;
	width: 160px;
	background-color: #000000;
}


#right_column {
	display: inline;
	float: right;
	width: 430px;
	margin-right: 10px;
	background-color: #666666;
}

#footer_nav {
	margin: 20px 0px 0px;
	padding: 5px;
	background-color: #BDCC70;
	text-align: right;
}

#footer_address {
	margin: 0px;
	padding: 2px 5px 0px 0px;
	text-align: center;
	font-size: 10px;
	background-color: #CCCCCC;
}

div.clearer {clear: both; line-height: 0; height: 0;}


/* styles */


a {color: #003366; text-decoration: none; }
a:hover {color: #FFF; text-decoration: none; background: #003366;}
a:visited {color : #003366; text-decoration: none;}
a:visited:hover {color: #FFF; text-decoration: none; background: #003366;}

.header_main {
	font-size: 24px;
	color: #FFFFFF;
	border-bottom-style: none;
	border-top-color: #3A3460;
	border-right-color: #3A3460;
	border-bottom-color: #3A3460;
	border-left-color: #3A3460;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

.header_side {
	font-size: 14px;
	text-transform: uppercase;
	color: #003366;
	background-color: #E9C31D;
	background-position: center;
	margin-top: 20px;
}

.box_content {
	margin: 20px;
	border-bottom-style: none;
	border-left-style: none;
}

.menu {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.around_menu {
	background-color: #666666;
	padding: 1px;
	margin: 22px;
	text-align: center;
}
.line_menu {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}



.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-image: none;
}
.menu a:visited {color: #FFFFFF; text-decoration: none; background: none;}
.menu a:hover {color: #003366; text-decoration: none; background: none;}
.menu a:active {color: #FFFFFF; text-decoration: none; background: none;}




.footer a:link {color: #000000; text-transform: uppercase; text-decoration: none;}
.footer a:visited {color: #000000; text-transform: uppercase; text-decoration: none;}
.footer a:hover {color: #9D032A; text-transform: uppercase; text-decoration: none;}
.footer a:active {color: #9D032A; text-transform: uppercase; text-decoration: none;}
.sep_line_under_para {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #E9C31D;
	border-right-color: #E9C31D;
	border-bottom-color: #E9C31D;
	border-left-color: #E9C31D;
	padding-bottom: 10px;
}
.secondary_header {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
}
.lecture_title {
	font-weight: bold;
}
.right_box {
	float: right;
	width: 130px;
	border: thin solid #E9C31D;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 10px;
}
.right_box_text {
	font-size: 10px;
}
