/* CSS Document */
body {
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	left: 10px;
	top: 0px;
}
table {
	margin:3;
	padding:0;
	height: 15px;
	border: 0px none #FFFFFF;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
td, tr, div{
	text-align:left;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:5px;
}
ul, li, ol {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004477;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	font-weight:bold;
	font-style: italic;
	text-align: left;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #004477;
	font-weight:bold;
}
h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004477;
	font-weight:bold;
}
/* CSS Font Styles */
.white {
	color:#FFFFFF;
}
/* CSS Layout Styles */
#homepageBackground {
	background-repeat:no-repeat;
	height:379px;
	width:933px;
	background-image: url(../images/pagelayout/home-background2011.jpg);
}
#subpageBackground {
	background-repeat:no-repeat;
	height:auto; width:100%;
}
table#header {
	background-color:#8EB2D2;
	background-image:url(../images/pagelayout/header-bg.gif);
	height:52px; width:100%;

}
#header td{
	padding-left:30px;
	padding-top: 25px;
	color: #FFFFFF;
	font-weight:bold;
	font-variant:normal;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
.subContentHeader {
padding:3px;
	background-color: #8EB2D2;
	background-image:url(../images/pagelayout/content-header-bg.gif);
	font-weight:bold;
}
.subContent {
	padding: 5px 10px;
}

table#footer{
	background-color:#8EB2D2;
	height:25px; width:100%;
}
#footer td{
	padding:5px;
	text-align:center;
	color: #FFFFFF;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
.floatclear {
	clear:both;
}
/* CSS General Navigation Styles */
a:link {
	color:#004477;
	text-decoration:none;
	
}
a:visited {
	color:#004477;
	text-decoration:none;
}
a:hover {
	color:#004477;
	text-decoration:none;
}
/* CSS Subpage Side Navigation Styles */
#dot {
	padding-top: 250px;
}
#dot li{
	list-style-type:none;
	font-weight:bold;
	color: #004477;
	line-height:12px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
}
#dot a{
	background-image:url(../images/pagelayout/nav-circle-sub.gif);
	background-repeat:no-repeat;
	list-style-type:none;
	font-weight:bold;
	color: #004477;
	padding-left:15px;
	display:block;
}
#dot a:link {
	background-image:url(../images/pagelayout/nav-circle-sub.gif);
	background-position:0 0;
	text-decoration:none;
	
}
#dot a:visited{
	background-image:url(../images/pagelayout/nav-circle-sub.gif);
	background-position: 0px 0px;
	text-decoration:none;
}
#dot a:hover {
	background-image:url(../images/pagelayout/nav-circle-sub.gif);
	background-position: 0px -12px;
	text-decoration:none;
}
/* CSS Homepage Side Navigation Styles */
.circle a{
	background-image:url(../images/pagelayout/nav-circle.gif);
	background-repeat:no-repeat;
	height:24px;
	font-weight:bold;
	color: #004477;
	line-height:24px;
	padding-left:28px;
	display:block;
}
.circle a:link {
	background-image:url(../images/pagelayout/nav-circle.gif);
	background-position:0 0;
	text-decoration:none;
	
}
.circle a:visited{
	background-image:url(../images/pagelayout/nav-circle.gif);
	background-position: 0px 0px;
	text-decoration:none;
}
.circle a:hover {
	background-image:url(../images/pagelayout/nav-circle.gif);
	background-position: 0px -24px;
	text-decoration:none;
}
/* CSS Header Navigation Styles */
#header a:link {
	color:#004477;
	text-decoration:none;
}
#header a:visited {
	color:#004477;
	text-decoration:none;
}
#header a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

