/* CSS Document created by Aaron Marshall*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #5d8cb6;
}
a:visited {
	color: #5d8cb6;
}
a:hover {
	color: #000000;
}

.topRepeat {
	background-image: url(images/headerBGrepeat_03.gif);
	background-repeat: repeat-x;
}

.headerLeftCorner {
	background-image:url(images/index_01.gif);
	background-repeat:no-repeat;
	height:135px;
	width:266px;
}

.logoRightCorner {
	background-image:url(images/GovernmentServicesLogo_05.gif);
	background-repeat:no-repeat;
	height:105px;
	width:186px;
	position:absolute;
	left: 561px;
	top: 0px;
}

.headerLeftCornerBottom {
	background-image:url(images/index_03.gif);
	background-repeat:no-repeat;
	height:39px;
	width:266px;
}

.topNavigation a:link, .topNavigation a:visited {
	font-family:"Arial", Helvetica, sans-serif;
	font-size:10px;
	color:#5d8cb6;
    text-decoration:none;
}

.topNavigation a:hover {color:#000000;}


.menu {
	text-decoration:none;
	padding-left:60px;
}

 /* Begin Navigation Menu */

div.menu a:link, div.menu a:visited {
	background:#FFFFFF;
    display:block;
    margin:0;
    width:150px;
    padding:3px;
	padding-left:10px;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:10px;
    border-bottom:1px dotted #000000;
	border-left:1px dotted #000000;
    color:#5d8cb6;
    text-decoration:none;
}

html>body div.menu a {width:150px;}

div.menu a:hover {color:#000000;}

/* End Navigation Menu */

.style1 {color: #5d8cb6}

.adobePDFLogo {
	background-image:url(images/adobeLogo.gif);
	background-repeat:no-repeat;
	height:50px;
	width:50px;
}

#errors {
    color: #ff0000;
    background: #ffdd97;
    border: 1px solid #ff0000;
    margin: 1em 1em 1em 0em;
}