a:link {
	font-weight: 700;
	color: #3581FF;
	text-decoration: none;
}

a:visited {
	font-weight: 700;
	color: #3581FF;
	text-decoration: none;
}

a:hover {
	font-weight: 700;
	color: #FF4800;
	text-decoration: underline;
}

a.header:link {
	font-weight: 700;
	color: black;
	text-decoration: none;
}

a.header:visited {
	font-weight: 700;
	color: black;
	text-decoration: none;
}

a.header:hover {
	font-weight: 700;
	color: #FF4800;
	text-decoration: underline;
}

a.sidebar:link {
	font-weight: 700;
	color: #2E659C;
	text-decoration: none;
}

a.sidebar:visited {
	font-weight: 700;
	color: #2E659C;
	text-decoration: none;
}

a.sidebar:hover {
	font-weight: 700;
	color: #2E659C;
	text-decoration: underline;
}

a.subnav:link {
	font-weight: 700;
	color: black;
	text-decoration: none;
}

a.subnav:visited {
	font-weight: 700;
	color: black;
	text-decoration: none;
}

a.subnav:hover {
	font-weight: 700;
	color: #3581FF;
	text-decoration: underline;
}

a.subnav_header:link {
	font-weight: 700;
	color: white;
	text-decoration: none;
}

a.subnav_header:visited {
	font-weight: 700;
	color: white;
	text-decoration: none;
}

a.subnav_header:hover {
	font-weight: 700;
	color: #3581FF;
	text-decoration: underline;
}


body {
	border: 0px;
	margin: 0px;
}

#content {
	padding-left: 10px;
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
}

#sidebar {
	padding-left: 9px;
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
}

h2 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

#bottom_divider {
	border-bottom: 1px solid #BBB9B8;
}

#footer {
	background-color: black;
	padding: 10px;
	font-family: verdana, tahoma, sans-serif;
	font-size: 9px;
	color: white;
}

#sideimages {
	background-color: white;
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
	color: #1C6DB9;
}

#subcontent {
	padding: 10px;
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
	background-color: white;
}

#header {
	padding-top: 5px;
	padding-right: 10px;
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
	color: black;
	text-align: right;
}

#homebox_heading {
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
	padding: 5px;
	background-color: black;
	color: white;
	font-weight: 700;
	text-align: center;
}

#homebox_text {
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
	padding: 5px;
	border: 1px solid black;
}

p {
	line-height: 17px;
}

#surveycontent{
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
	background-color: #D9DEE6;
}

#navigation {
	padding-left: 0px;
	margin: 0px;
	list-style-type: none;
	line-height: 20px;
}

#selected {
	color: #3581FF;
}

#subnav_header {
	font-family: arial, verdana, tahoma;
	background-color: black;
	font-size: 12px;
	font-weight: 700;
	text-align: right;
	padding: 5px;
	color: white;
	height: 25px;
	width: 970
}