/* CSS Document */

a:link {
	color: #006AD7;
	font-weight: 700;
	text-decoration: none;
}

a:visited {
	color: #006AD7;
	font-weight: 700;
	text-decoration: none;
}

a:hover {
	color: #FF9000;
	font-weight: 700;
	text-decoration: underline;
}

a.subnav:link {
	color: white;
	text-decoration: none;
}

a.subnav:visited {
	color: white;
	text-decoration: none;
}

a.subnav:hover {
	color: #FFFC00;
	text-decoration: underline;
}

a.footer:link {
	color: white;
	text-decoration: none;
}

a.footer:visited {
	color: white;
	text-decoration: none;
}

a.footer:hover {
	color: #FFFC00;
	text-decoration: underline;
}

body {
	font-family: arial, tahoma, verdana, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #0063AF;
}

#header {
	background-color: white;
}

#header_spacer {
	background-image: url(../images/header_spacer.jpg);
	background-repeat: repeat-x;
}

#content {
	background-color: white;
}

#subheader {
	background-image: url(../images/subheading_background.jpg);
	background-repeat: no-repeat;
	color: white;
	height: 55px;
	font-weight: 700;
	padding-top: 3px;
}


#subnavigation_fill {
	background-image: url(../images/subnavigation_fill.jpg);
	background-repeat: repeat-y;
}

#subnavigation {
	background-image: url(../images/subnavigation_background.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: white;
	font-weight: 700;
}

#subnav_link {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 0px;
}

h1 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

#smallbox_header {
	background-image: url(../images/smallbox_background.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
}

#smallbox_image {
	border: 1px solid #E7E7E7;
}

#smallbox_content {
	background-image: url(../images/smallbox_content_background.jpg);
	background-repeat: repeat-x;
	background-color: #FFD82F;
	font-size: 11px;
	padding: 10px;
}

#subpage_header {
	background-image: url(../images/subpage_header.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-bottom: 12px;
	padding-top: 10px;
	font-weight: 700;
	height: 43px;
	width: 730px;
}

#subpage_content {
	font-size: 12px;
	width: 700px;
	padding-left: 5px;
	padding-right: 5px;
}

#footer_spacer {
	background-image: url(../images/footer_spacer.jpg);
	background-repeat: repeat-x;
}

#footer {
	background-image: url(../images/footer_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0063AF;
}

#footer_content {
	color: white;
	font-size: 11px;
	font-weight: 700;
}

#login {
	font-size: 11px;
}

#blueheader {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/blueheader_bg.jpg);
	background-repeat: repeat-x;
	color: white;
	font-weight: 700;
	font-size: 12px;
}

#home_image {
	background-image: url(../images/home_image_background.jpg);
	background-repeat: no-repeat;
	height: 40px;
	font-size: 20px;
	color: #000E95;
}

#whiteheader {
	background-image: url(../images/whiteheader_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	font-size: 11px;
	font-weight: 700;
	padding-left: 8px;
	height: 24px;
}

#login_content {
	border: 1px solid #ECECEC; 
	border-collapse: collapse;
	font-size: 11px;
	color: black;
}

ul {
	padding: 0px;
	margin-left: 20px;
	line-height: 20px;
}