body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
/*Page Sections*/

#top {
	height: 84px;
	width: 750px;
	left: 10px;
}
#homeImages {
	height: 243px;
	width: 100%;
	min-width: 760px;
	background-color: #41599A;
}
#content {
	width: 750px;
	margin: 15px 0px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sidebar {
	display: none;  
}
#sidebar p {
	color: #20478E;
}
#mainContent {
	width: 550px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #20478E;
	margin: 0px 0px 0px 78px;
	padding: 0px 0px 0px 15px;
}
#mainContent p, #mainContent td, p, ol, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#homesidebar {
	width: 243px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	float: left;
}
#homesidebar p {
	color: #20478E;
}
#homemainContent {
	width: 475px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #20478E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 245px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#homemainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #20478E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #20478E;
	margin: 20 0 0 0;
	width: 100%;
	min-width: 760px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both
}
.news {
	display: block;
	padding-left: 15px;
	background: url(../images/arrow.gif) no-repeat left 2px;
}
input {
  color: #20478E;
  background-color: #C2CADD;
  border: 1px solid #20478E;
}
h1,h1:link,hi:visited,h1:hover,h1:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	text-decoration:none;
}
.titles,.titles:link,.titles:visited,.titles:hover,.titles:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	text-decoration:none;
}
#searchForm {
	margin: 0px;
	display: none;
}

/*Navigation*/

#mainmenu {
	display: none;
}
#mainmenu ul {
	margin: 15px 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	width: 750px;
}
#mainmenu ul li {
	float: left;
	margin: 0;
	padding: 0px 6px;
    border-right: 1px solid #20478E;
}
#mainmenu a, #mainmenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #20478E;
	font-weight: bold;
}
#mainmenu a:hover {
	color: #753410;
	font-weight: bold;
}
a:link, a:visited {
	color: #41599A;
	text-decoration: none;
}
a:hover {
	color: #41599A;
	text-decoration: underline;
}
.smlType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-transform: uppercase;
}
.smlType a {
	color: #666666;
	text-decoration: none;
}
.smlType a:hover {
	color: #753410;
}
#subImages {
	display: none;
}
/** Left menu on content page */
.leftmenu {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.leftmenu li {
	line-height: 20px;
	list-style: none; 
}
.leftmenu .on a {
	color: #41599A;
}
.leftmenu .on li a {
	color: black;
}
.leftmenu .on li a:hover {
	color: #41599A;
}
.leftmenu li.off ul {
	display: none;
}
.bg-sub {
	background-image: url(images/subImgRt01-bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.subtitles {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.whiteform {
  background-color: #EFEFEF;
}
