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

body  {
	font: 100% "Comic Sans MS", Arial;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
} 
#header {
	background: url(../images/bg_header.jpg) no-repeat 0px 0px;
	padding: 0;
	height: 247px;
	width: 960px;
} 
#subhead1 {
	height: 101px;
	width: 810px;
	padding-left: 150px;
}
#subhead1 a.subheadNav {
	height: 36px;
	padding-left: 14px;
	padding-right: 14px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	float: left;
	padding-top: 12px;
}
#subhead1 a.subheadNav:hover {
	color: #1D3563;
}
#subhead2 {
	height: 86px;
	width: 960px;
}
#subLeft {
	height: 86px;
	width: 772px;
	float: left;
}
#subRight {
	height: 86px;
	width: 188px;
	float: left;
}
#subRight a {
	float: left;
}
#subhead3 {
	height: 60px;
	width: 463px;
	padding-left: 497px;
}
#subhead3 a {
	float: left;
}
#content {
	background: url(../images/bg_content.jpg) no-repeat 0px 0px;
	padding: 0;
	margin: 0px;
	min-height: 501px;
	width: 960px;
} 
#sidebar {
	float: left;
	width: 200px;
	padding: 15px 10px 15px 20px;
}
#mainContent {
	margin: 0 0 0 295px;
	padding: 24px 0 24px;
	font-size: 16px;
	width: 585px;
} 
#mainContent h1 {
	font-size: 24px;
	line-height: 30px;
	color: #1E3563;
}
#mainContent h2 {
	font-size: 18px;
	color: #EDCA3E;
	padding-bottom: 4px;
	border-bottom: 2px dotted #EDCA3E;
}
#mainContent h3 {
	font-size: 16px;
	color: #A8A8DC;
	border-bottom: 2px dotted #A8A9DB;
}
#mainContent h4 {
	font-size: 14px;
	color: #1E3563;
}
#mainContent h5 {
	font-size: 12px;
	color: #1E3563;
}
#mainContent p {
	font-size: 16px;
	color: #1E3563;
	line-height: 30px;
}
#mainContent a {
	font-weight: bold;
	color: #EDCA3E;
	text-decoration: none;
}
#mainContent a:hover {
	font-weight: bold;
	color: #FE0217;
	text-decoration: none;
}
#mainContent iframe {
	border: 1px solid #EDCA3E;
}
img.drawdots {
	border-bottom: 3px dotted #A3A4DD;
	width: 100%;
}
#footer1 {
	padding: 0 0 0 241px;
	background: url(../images/bg_footer1.jpg) no-repeat 0px 0px;
	height: 123px;
	width: 739px;
} 
#footer1 a {
	margin: 0px 10px 0px 0px;
	float: left;
}
#footer2 {
	padding: 0;
	background: url(../images/bg_footer2.jpg) no-repeat 0px 0px;
	height: 143px;
	width: 960px;
	text-align: right;
} 
#footer3 {
	padding: 0;
	background: url(../images/bg_footer3.jpg) no-repeat 0px 0px;
	height: 96px;
	width: 960px;
} 
#footLeft {
	height: 33px;
	width: 318px;
	padding-top: 64px;
	float: left;
	font: 11px "Comic Sans MS", Arial;
	text-align: center;
	color: #1D3563;
}
#footLeft a {
	font-weight: bold;
	text-decoration: none;
	color: #1D3563;
}
#footLeft a:hover {
	text-decoration: none;
	color: #ED1C24;
}
#footRight {
	font: 11px Arial, Helvetica, sans-serif;
	color: #1D3563;
	float: left;
	width: 612px;
	height: 90px;
	padding-left: 30px;
	padding-top: 7px;
}
#footRight a {
	color: #1D3563;
	text-decoration: none;
	margin-right: 6px;
	margin-left: 6px;
}
#footRight a:hover {
	text-decoration: underline;
}
#footRight a.firstFoot {
	margin-left: 0px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* The Menu */
#menu {
	font: bold 12px "Comic Sans MS", Arial;
	margin: 0px 0px 24px;
	padding: 0px;
}
.menu_out {
	height: 20px;
	width: 200px;
	background: url(../images/arrow.gif) no-repeat 1px 5px;
	margin: 0px 0px 1px;
	padding-left: 40px;
	padding-top: 4px;
}
.menu_over {
	height: 20px;
	width: 200px;
	background: url(../images/arrow-over.gif) no-repeat 1px 5px;
	margin: 0px 0px 1px;
	padding-left: 40px;
	padding-top: 4px;
}
.menu_out a {
	color: #1E3563;
	text-decoration: none;
}
.menu_over a {
	color: #1E3563;
	text-decoration: none;
}
