@charset "utf-8";
body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #323d7b;
	margin:0px;
	padding:0px;
	line-height:150%;
}
a:link, a:active, a:visited {
	color:#0000FF;
	text-decoration: underline;
}
a:hover {
	color:#0000FF;
	text-decoration:none;
}
a.White:link, a:.White:active, a.White:visited {
	color:#ffffff;
	text-decoration: underline;
}
a.White:hover {
	color:#ffffff;
	text-decoration:none;
}
/*Start Forms*/

form {
	display:inline;
	margin:0px;
}
input {
	border:1px solid #336699;
	width:98%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #01467d;
}
select {
	border:1px solid #336699;
	width:80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #01467d;
}
textarea {
	border:1px solid #336699;
	width:98%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #01467d;
}
.sbm_btn {
	border:1px solid #e1e1e1;
	width:auto;
	background-color:#FFFFFF;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #01467d;
	cursor:pointer;
}
.radio {
	border:none;
	width:auto;
	background-color:transparent;
}

/*End Forms*/

.topLeftHolder {
	float:left; 
	width:227px;
}
.logo {
	float:left; 
	clear:both; 
	width:100%; 
	height:73px;
}
.leftSpacer {
	float:left; 
	width:45px;
}
.leftNews {
	float:left; 
	width:182px;
	background-color:#f9f9f9;
	height:200px;
}
.topRightHolder {
	float:left; 
	width:543px;
}
.topBar {
	float:left;
	clear:both; 
	width:100%; 
	height:211px;
}
.topMenu {
	float:left;
	clear:both; 
	width:100%; 
	height:26px;
	background:url(../SpryAssets/menu_bg.gif) repeat-x;
}	
.topSearch {
	float:left;
	clear:both; 
	width:100%; 
	height:36px;
	line-height:36px;
	margin-left:5px;
}
.breakLineHolder {
	float:left;
	clear:both; 
	width:100%; 
	height:16px;
}
.topLine {
	float:left; 
	width:725px; 
	height:16px; 
	border-bottom:2px solid #ced4e0;
}
.Width100 {
	float:left; 
	width:100%; 
	clear:both;
}
.leftMenuHolder {
	float:left; 
	width:182px;
	margin-top:10px;
}
/*Start Blocks */
.blocksTitle {
	background-image:url(../images/blocks_02.gif); 
	background-repeat:repeat-x;
	color:#213b74;
	font-size:17px;
	font-weight:bold;
}
.blocksLeft {
	background-image:url(../images/blocks_04.gif); 
	background-repeat:repeat-y; 
	background-position:bottom; 
	background-color:#f8f8f8;
}
.blocksContent {
	background-image:url(../images/blocks_05.gif); 
	background-repeat:repeat-x; 
	background-position:bottom; 
	background-color:#f8f8f8;
}
.blocksRight {
	background-image:url(../images/blocks_06.gif); 
	background-repeat:repeat-y; 
	background-position:bottom; 
	background-color:#f8f8f8;
}
/*End Blocks */

.img {
	border:1px solid #333333; 
	padding:5px; 
	margin:5px 0px 5px 0px;
}
.main_title {
	font-weight:bold; 
	font-size:16px; 
	width:100%; 
	border-bottom:1px solid #999999;
}
