
body {
	background-image: url(images/red2.jpg);
	/*background-image: url(images/blue_bg.jpg);*/
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #0b4873;
	text-decoration: none;	
}

a:hover {
	color: #0b4873;
	text-decoration: underline;
}

sup {
    vertical-align: text-top;
    font-size: 50%;
}


#container {
	width: 812px;
	/*border: 2px solid #f00;*/
	margin: 0 auto;
	padding-bottom: 40px;
	background-image: url(images/containerBG.gif);
	background-color: #fef4e8;
	background-position: left;
	background-repeat: repeat-y;
}

#footer {
	color: #dedede;
	text-decoration: none;
	font-size: 13px;
	background-color: #245476;
	border-top:7px solid #144263;
	width: 753px;
	margin: 0 auto;
	padding: 10px 30px 10px 30px;
}

#footer h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}
#footer ul {
	padding-left: 5px;
	margin: 0px;
	
}
#footer li {
	list-style-type: none;
	margin-left: 5px;
	margin: 5px 5px 5px 0px;
}

#footer a {
	color: #dedede;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;	
}

.footer_Block {
	float: left;
	border-right: 1px solid #39729b;
	margin-left: 20px;
	padding-right: 40px;
}

.footer_Block a {
	text-decoration: underline;	
}

#footer_BotBar {
	clear: both;
	text-align: center;
	font-size: 11px;
	padding: 5px 0px 1px 0px;
}


#leftCol {
	width: 212px;
	float: left;
}

#leftCol h3{
	font-size: 14px;
	font-weight: bold;
	color: #0b4873;
	margin: 8px 10px 6px 15px;
	text-align: center;
}

.sideBox_Container {
	margin: 10px 5px 25px 15px;
	width: 174px;
	color: #efba71;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
}
.sideBox_Top {
	background-image: url(images/cont_box_top.gif);
	height: 12px;
	width: 174px;
	margin: 0px;
}

.sideBox_Mid {
	background-color: #51616d;
	width: 164px;
	padding: 0px 3px 0px 7px;
	margin: 0px;
}

.sideBox_Bot {
	background-image: url(images/cont_box_bot.gif);
	height: 11px;
	width: 174px;
	margin: 0px;
}


#rightCol {
	width: 600px;
	float: left;
	background-color: #fef4e8;	
	border: 1px soid #0ff;
}

#topNav {
	background-color: #115789;
	height: 30px;
}

a.topNav_Link {
	color: #dedede;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;	
}

a.topNav_Link:hover {
	color: #dedede;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}


.topNav_Button {
	float: left;
	margin: 6px 10px 5px 10px;
}

#main_imgBox {
	background-image: url(images/main_img.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 600px;
	height: 228px;
}

#main_imgBox li {
	margin-top: 10px;
	color: #4a575d;
	font-size: 20px;
	list-style-type:none;
}

#main {
	float:left;
	background-color: #fef4e8;
	padding: 10px 20px 20px 20px;
	font-size: 14px;
	color: #222;
}

#main p{
	margin: 5px 0px 2px 0px;
	line-height: 20px;
	color: #222;
}

#main h1{
	font-size: 20px;
	font-weight: bold;
	color: #0b4873;
	border-bottom: 1px dotted #0b4873;
	margin: 15px 0px 15px 0px;
}

#main h3 {

}

#main li{
	color: #222;
	margin-top: 7px;
}
	


#mainSubLinks {
	padding: 10px 7px 10px 10px;
	background-color: #e6e9e6;
	text-align: center;
}

#mainSubLinks a{
	color: #6e787b;
	font-size: 12px;
	font-weight: bold;
}
#mainSubLinks ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
}

#mainSubLinks li {
	list-style-type: square;
	margin: 7px 7px 7px 7px;
	line-height: 18px;
	display: inline;
}




