@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bg_main_repeater.jpg);
	background-repeat: repeat-x;
	margin:0;
	background-color: #006599;
 	font-family: 'Molengo', arial, serif;
	font-size:16px;
	line-height:21px;
	color: #f2eeeb;
}

a:link {
	color: #f2eeeb;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #f2eeeb;
}
a:hover {
	text-decoration: underline;
	color: #d96725;
}
a:active {
	text-decoration: underline;
	color: #f2eeeb;
}

h2 {
	color: #d96725;
	text-transform:uppercase;
	font-size:28px;
	font-weight:lighter;
	line-height:36px;
}
h3 {
	color: #f2eeeb;
	text-transform:uppercase;
	font-size:28px;
	line-height:36px;
	font-weight:lighter;
}

h4 {
	color: #d96725;
	font-size:16px;
	font-weight:lighter;
}

h5 {
	color: #f2eeeb;
	font-size:16px;
	font-weight:lighter;
}

.wrapper {
	width: 960px;
	height: auto;
	margin: auto;
}

.clear_div {
	clear:both;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

#header {
	width: 960px;
	height: 75px;
	padding: 25px 0px 30px;
}


#navcontainer {
width: 540px;
height: 75px;
float: right;
margin:25px 0px 5px;
font-size:14px;
text-transform:uppercase;
}

#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul {
margin: 0;
color: #f2eeeb;
}

#navcontainer ul li a {
padding: 0.2em 12px;
color: #f2eeeb;
text-decoration: none;
float: left;
padding:15px;
line-height:15px;
}

#navcontainer ul li a:hover {
background-color: #d96725;
color: #f2eeeb;
padding:15px;
line-height:15px;
}

#navlist li a:hover, #navlist li a:active {
color:#f2eeeb;
text-decoration: none;
text-align: left;
}

.current {
	background-color: #05162A;
}

.navborder {border-right: 1px solid #f2eeeb;}

#main_bar {
	width: 960px;
	height: 375px;
}

#content_area {
	width: 960px;
	height: auto;
	padding: 15px 0px 25px;
}

.orange {color:#d96725;}

#footer {
	width: 960px;
	height: auto;
	padding: 5px 0px 25px;
	border-top: solid 1px #f2eeeb;
	font-size:12px;
}

#footer ul li {
	list-style:none;
	display:inline;
}

.div540 {
	width:520px;
	height:auto;
	padding:10px;
}

.div420 {
	width:400px;
	height:auto;
	padding:10px;
}

.img_main {
	border:solid 1px #f2eeeb;
	margin:auto;
}

#footer ul li {padding:0px 5px;}

.tbl {
	font-size:11px;
	color:#FFF;
	border:1px #FFF solid;
}

.basisSuperscript{
	font-size:1.2em;
	line-height:1em;
}

.basisSubscript{
	font-size:.85em;	
}

.academicSubscript{
	font-size:.7em;	
}

.doBlock{
	display:block;	
}

a.orangeBtn{
	text-decoration:none;
	display:inline-block;
	/*text-align:center;*/
	width:90px;
	/*height:65px;*/
	height:54px;
	background-image:url('images/orange_btn_bg.png');
	text-transform:uppercase;
	padding:11px 20px 0 20px;
}


/*used for header subhead relationship*/
.reduceBottomMargin{
	margin-bottom:.1em;	
}

.reduceTopMargin{
	margin-top:.1em;	
}

a.orangeBtn:hover{
	color:#f0d8c9;
	background-position:0px -65px;	
}