@charset "utf-8";
/* CSS Document */
* {
	padding:0px;
	margin:0px;
/*	font-family:"Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif; */
/*	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	padding:0px 0px 8px 0px;
}
h2 {
	font-size: 18px;
	padding:0px 0px 6px 0px;
	color: #000000;
}
h4 {
	padding:0px 0px 6px 0px;	
}

p {
	padding-bottom: 12px;
}
ol {
	margin: 20px;
}
body {
	background:#e9e9e9;
}
img {
	border:0px;
}
#wrapper {
	width:800px;
	margin:0px auto 15px auto;
}
#main {
	background:#e9e9e9 url(/images/interface/main-bg.png) top left repeat-y;
	padding:0px 10px;
}
#header {
	border-top:3px solid #2D3988;
	background:#fff;
}
#header #flash {
	height:146px;
}
#bottom {
	height:32px;
	background:#e9e9e9 url(/images/interface/bottom.png) top left no-repeat;
}
#content {
	padding:8px;
}
#content h3 {
	color:#2B3B88;
	font-size:14px;
	text-align:center;
}

h5 {
	font-size: 16px;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
}

h6 { font-size: 15px;
padding:0px 0px 8px 0px;
text-decoration:none;
	font-style:normal;
	font-weight:normal;
}
#content ol li {
	margin-left:30px;
}
#header h3 {
	padding:5px 0px 0px 0px;
	color:#2B3B88;
	font-size:18px;
	text-align:center;
}
#blocks_left {
	width:380px;
	float:left;
}
#blocks_right {
	width:375px;
	float:right;
}
#blocks_left .block {
	width:173px;
	height:173px;
	background:#fff url(/images/interface/small_block.gif) top left no-repeat;
	float:left;	
	margin:4px 9px 7px 0px;
	padding:4px;
	text-align:center;
}
#blocks_left .block h1 {
	/*font-size:18px;*/
	font-size:15px;
	padding:0px 8px 8px 8px;	
	line-height:20px;
	color:#20265E;
}

#blocks_right .block_tall {
	background:#fff url(/images/interface/tall_block.gif) top left no-repeat;
	width:355px;
	height:241px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:15px;
	text-align:right;
	text-decoration:none;
	font-size:10px;
	color:#000;
	}

#blocks_right .block_tall h1, #blocks_right .block_short h1 {
	/*font-size:18px;*/
	font-size:15px;
	padding:8px;	
	line-height:20px;
	color:#20265E;
}

#blocks_right .block_tall h3, #blocks_right .block_short h3 {
	color:#000;
	font-weight:normal;
	font-size:14px;
	text-align:left;
}

#blocks_left .block a, .block_short a {
	color:#20265E;
	text-decoration:none;
}
#blocks_right .block_short {
	background:#fff url(/images/interface/short_block.gif) top left no-repeat;
	width:355px;
	height:97px;
	padding:10px;
	text-align:left;
	
}
#blocks_right .block_short img {
	float:left;
	margin-right:2px;
}
/*

#blocks_right .block_short img {
	float:left;
	margin-right:15px;
}
*/
.clear {
	clear:both;
}
#disclaimer {
	font-size:8.5px;
	text-align:center;
	text-decoration:none;
}

#footer {
	font-size:12px;
	text-align:center;
}
#footer a {
	text-decoration: none;
	color: #333333;
}

#contact {
	font-size:12px;
	font-weight: bold; 
	color: #cc0000;
}
#footer a:hover {
	text-decoration: underline;
	color: #333333;
}
#slide_1, #slide_2, #slide_3, #slide_4, #slide_5, #slide_6, #slide_7, #slide_8, #slide_9, #slide_10 {
	display: none;
	margin-left: 10px;
	height: 290px;
}
#slide_1 {
	display:block;
}
#topnav {
	background-image: url(../images/interface/sub_topnav.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 48px;
	font-size: 14px;
}
#topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topnav ul li {
	float: left;
}
#topnav ul li a {
	display: block;
	width: 156px;
	text-align: center;
	padding: 8px 0 0 0;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#topnav ul li a.home {
	padding: 15px 0 0 0;
}
#topnav ul li a:hover, #topnav ul li a.selected{
	color:#C50029;
}