/* set the page background color and margins. */

body {
	margin: 0px;
	background: #e5e5e5;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

body {
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #999999;
	scrollbar-highlight-color: #dddddd;
	scrollbar-shadow-color: #dddddd;
	scrollbar-face-color: #eeeeee;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #ffffff;
}

/* set the page font formatting. */
body, p, div, td {
	font-family: verdana;
	font-size: 11px;
	line-height: 19px;
	color: #333333;
}

/* default link colors */
a:link { font-weight: bold; text-decoration: none; color: #1C3D68; }
a:hover { font-weight: bold; text-decoration: none; color: #000000; }
a:visited { font-weight: bold; text-decoration: none; color: #1C3D68; }
a:visited:hover { font-weight: bold; text-decoration: none; color: #000000; }

/* default headings */
h1 { font-family: verdana; font-weight: bold; font-size: 13px; color: #083B00; }
h2 { font-family: verdana; font-weight: bold; font-size: 12px; color: #234d78; }
h3 { font-family: verdana; font-weight: bold; font-size: 11px; color: #234d78; }
h4 { font-family: verdana; font-weight: bold; font-size: 11px; color: #234d78; }
h5 { font-family: verdana; font-weight: bold; font-size: 11px; color: #234d78; }
h6 { font-family: verdana; font-weight: bold; font-size: 11px; color: #234d78; }


/* custom css below */

.mainTable {
	border-right: 1px solid #163d64;
	border-left: 1px solid #163d64;
}

.mainBody {
	padding: 20px;
	background-color: #ffffff;
}

.middleBody {
	background-image: url(../images/body_middle_spacer.jpg);
	background-repeat: repeat-y;
}

.rightBody {
	padding: 10px;
	margin: -2px 0 0 0;
	background-color: #eff8fd;
}

.stateList {
	padding: 0 6px 6px 6px;
	font-size: 10px;
}

.stateList2 {
	padding: 0 0 0 6px;
	font-size: 10px;
}

.bottomNav {
	font-size: 11px;
}
.bottomNav a:link { text-decoration: none; color: #1C3D68; }
.bottomNav a:hover { text-decoration: none; color: #000000; }
.bottomNav a:visited { text-decoration: none; color: #1C3D68; }
.bottomNav a:visited:hover { text-decoration: none; color: #000000; }
