/* Tags */
body{
	margin:0px;
	padding:0px;
	background-image:url(../images/layout_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#6595d1;
}
body, td, th{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:145%;
	color:#00397d;
}
a:link, a:visited, a:active{
	color:#00397d;
	text-decoration:underline;
}
a:hover{
	color:#00397d;
	text-decoration:none;
}
form{
	padding:0px;
	margin:0px;
}
hr{
	color:#6595d1;
	background-color:#6595d1;
	height:2px;
	border:none;
}
/* IDs */
#bodyWrapper{
}
#pageWrapper{
	width:779px;
}
#contentOuter{
	background-image:url(../images/layout_mid_mid.gif);
	background-position:left;
	background-repeat:repeat-y;
}
#contentInner{
	background-image:url(../images/layout_mid_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0px 15px 15px 0px;
}
#midTop{
	width:779px;
	height:30px;
	background-image:url(../images/layout_mid_top.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#menuLeft{
	background-image:url(../images/sect_menu_left.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#00265b;
	width:158px;
	padding:40px 8px 0px 8px;
	margin-top:-10px;
}
#menuLeft a{
	background-color:#2b5a9b;
	display:block;
	padding:2px 4px 2px 4px;
}
#menuLeft a:hover{
	background-color:#3269B4;
}
#menuLeft br{
	line-height:12px;
}
#newsPanel{
	background-image:url(../images/sect_news.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:11px 15px 20px 15px;
}
#midBottom{
	background-image:url(../images/layout_bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:779px;
	height:101px;
	line-height:12px;
	font-size:11px;
}
#midBottom div{
	padding:5px 31px 12px 31px;
}
/* Classes */
/* Borders & BGs */
.bordBlue{ border:1px solid #2b568f; }
.bordBlueThickB{ border-bottom:2px solid #6595d1; }
.bordBlueThickT{ border-top:2px solid #6595d1; }
.bordBlueThick{ border:2px solid #6595d1; }
.bgBlueLight{ background-color:#dee8f5; }
/* Text Styles */
.textLightBlue, .linkLightBlue a:link, .linkLightBlue a:visited, .linkLightBlue a:active, .linkLightBlue a:hover{ color:#5e8fcb; }
.textWhite, .linkWhite a:link, .linkWhite a:visited, .linkWhite a:active, .linkWhite a:hover{ color:#FFFFFF; }
.textBigger{ font-size:12px; }
/* Links */
.linkNoUnder a:link, .linkNoUnder a:visited, .linkNoUnder a:active{ text-decoration:none; }
.linkNoUnder a:hover{ text-decoration:underline; }
.linkNoUnderEver a:link, .linkNoUnderEver a:visited, .linkNoUnderEver a:active, .linkNoUnderEver a:hover{ text-decoration:none; }
/* Custom form elements */
.inputWhite{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0a3472;
}
.inputBlue{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#053a80;
	background-color:#dee8f5;
	border:none;
	padding-left:8px;
}
/* Clearfix */
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
* html>body .clearfix{
	display:inline-block;
	width:100%;
}
* html .clearfix{
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}