.bodycolor
{
	background-color: #ffffff;
}
p, li, .normal
{
	font-size: 1em;
}
.pageHeaderGreen
{
	border-top: dotted 2px #c4df9b;
	border-bottom: dotted 2px #c4df9b;
}
.pageHeaderBlue
{
	border-top: dotted 2px #87beed;
	border-bottom: dotted 2px #87beed;	
}
h1
{
	padding: 2px 0 2px 0;
	font-size: 1.30em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	color: #000000;
}
h2
{
	color: #8bb530;
	font-weight:bold;
	font-size: 1.10em;
}
.pageTitle
{
	background-image: url(../images/titleUnderlineGreen.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 50px;
	margin: 15px 0 0 0;
	width: 100%;
}
#pageInstructionsToggle
{
	margin-top: 3px;
}
#pageInstructionsToggle a:link, #pageInstructionsToggle a:hover, #pageInstructionsToggle a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FF8000;
}
#instructionText
{
	margin: 10px 0 0 0;
}
#instructionText span
{
	background-image: url(../images/bullet_green.jpg);
	background-repeat: no-repeat;
	width: 15px;
	float: left;
	background-position: center;
}

#instructionText li
{
	list-style-type: none;
	font-size: 1em;
}
.leftNav a:link, #footer a:link
{
	text-decoration: none;
	color: #000000;
}
.leftNav a:visited, #footer a:visited
{
	text-decoration: none;
	color: #000000;
}
.leftNav a:hover, #footer a:hover
{
	text-decoration: underline;
	color: #000000;
}
.leftNav a:active, #footer a:active
{
	text-decoration: none;
}
#tagLine
{
	margin: 30px 5px 0 0;
	font-family: "Times New Roman" ,Times,serif;
	font-size: 1em;
	font-style: oblique;
	font-weight: bold;
	text-align: right;
}
#tagLine a
{
	color: #003a9b;
	text-decoration: none;
}
#header
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-repeat: repeat;
	min-width: 984px; /*minimum width for non-ie browsers, ignored by ie*/
	width: 100% !important; /*width will autoexpand as necassary in non-ie browsers*/
	width: 984px; /*ie takes uses directive as min-width*/
	height: 76px;
	background-color: #69b8e1;
}
#headerLinks
{
	margin: -70px 0 0 0;
	text-align: right;
}
#headerLinks a
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #1a54ab;
	text-decoration: underline;
}
#searchArea
{
	margin: 0 5px 0 25px;
	vertical-align:bottom;
}
#searchBox
{
	border: solid 1px gray;
	width: 125px;
	padding: 0;
}
#searchButton
{
	background-color: #054b88;
	color: #ffffff;
	font-size: 0.88em;
	font-weight: bold;
	border-style: none;
	text-align: center;
	height:16px;
}
#footer
{
	padding: 40px 0 40px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	height: 80px;
}
#tabsContainer
{
	margin: 20px 0 30px 0;
	height:100%;
}
img.menuHeader
{
	display: block;
}
ul.orangeBulletList, ul.blueBulletList, ul.greenBulletList 
{
	margin:0;
}
.orangeBulletList li, .blueBulletList li, .greenBulletList li
{
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}
.orangeBulletList li
{
	background-image: url(../images/bullet_orange_top.gif);
}
.blueBulletList li
{
	background-image: url(../images/bullet_blue_top.jpg);
}
.greenBulletList li
{
	background-image: url(../images/bullet_green_top.jpg);
}