@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../images/background-shim-home.gif);
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 17px;
}
html {
	background-attachment: scroll;
	background-image: url(../images/foot_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #004594;
	margin: 0;
	padding: 0;
	line-height: 1em;
	display: inline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0; padding: 0;
    line-height: 1em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #dd7f1f;
	font-weight: normal;
	display: inline;
	vertical-align: top;
	text-align: left;
}
h4 {
	font-size: 19px;
	color: #509037;
	text-decoration: none;
	letter-spacing: 4px;
	font-weight: normal;
	display: inline;
}
h5 {
	font-size: 18px;
	color: #004594;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	display: inline;
}

p {
	line-height: 19px;
	vertical-align: top;
	display: inline;
}
a:link {
	color: #004594;
	text-decoration: none;
}
a:active {
	color: #dd7f1f;
	text-decoration: underline;
}
a:visited {
	color: #004594;
	text-decoration: none;
}
a:hover {
	color: #dd7f1f;
	text-decoration: underline;
}
.callout_blue_bg {
	background-attachment: scroll;
	background-image: url(../images/table_bg1_blue.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.calloutblue {
	font-size: 20px;
	color: #004594;
	line-height: 22px;
}

.menustyle a:link {
	color: #666666;
	text-decoration: none;
}
.menustyle a:active {
	color: #c97200;
	text-decoration: underline;
}
.menustyle a:visited {
	color: #666666;
	text-decoration: none;
}
.menustyle a:hover {
	color: #c97200;
	text-decoration: underline;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0; padding: 0;
    line-height: 1em;
}
.sidenav_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #509037;
	font-weight: normal;
}
.threecircles {
	line-height: 14px;
	color: #004594;
	text-decoration: none;
	font-weight: bold;
}
.threecircles a:link {
	line-height: 14px;
	color: #004594;
	text-decoration: none;
	font-weight: bold;
}
.threecircles a:active {
	line-height: 14px;
	font-weight: bold;
	color: #dd7000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.threecircles a:visited {
	line-height: 14px;
	color: #004594;
	text-decoration: none;
	font-weight: bold;
}
.threecircles a:hover {
	line-height: 14px;
	font-weight: bold;
	color: #dd7000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.smallfont {
	font-size: 11px;
}

.menustyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-attachment: scroll;
	background-image: url(../images/menu_divider_blue.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.blue {
	color: #004594;
}
.orange {
	color: #dd7f1f;
}

.sidenav {
	background-attachment: scroll;
	background-image: url(../images/vert_dots_green.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.grey {
	color: #666666;
}

.hlt {
	background-image: url(../images/green_roll_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.smallfontTM {
	font-size: 8px;
	vertical-align: super;
}
#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid grey;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#big {
	font-size: 24px;
}
#brown-font {
	color: #93552E;
}