/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}	
body{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0;
	text-align: left;
	font-size: 12px;
	background-image:url(images/bkgd.jpg);
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0px 8px 10px;
	color: #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 1px 10px;
	color: #009FEF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #009FEF;
}
h3 a{
	color: #333333;
}
h3 a:hover{
	color: #009FEF;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 2px 3px 0px;
	text-align: center;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 6px 2px 0px;
	text-align: left;
}
h6 {
	color: #063;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 15px 0px 0px;
	text-align: right;
}
p {
	padding: 3px 0px 6px 10px;
}
form {
	font-size: 11px;
	font-weight: bold;
}
ul {
	list-style-type: none;
}
a{
	color: #009FEF;
	text-decoration: none;
	}
a:hover, a:focus{
	color: #000000;
}
#masthead{
	background-image:url(images/top.jpg);
	height: 103px;
	width: 871px;
	margin:auto;
}
#nav {
	color: #009FEF;
	text-align: right;
	padding: 54px 10px 5px 10px;
	font-size: 13px;
}
#nav ul li{
	color: #009FEF;
	display: inline;
	font-weight: bold;
}
#nav ul li a{
	color: #eb6000;
	text-decoration: none;
	padding: 0 8px 0 8px;
	width: 9em;
} 
#nav ul li a:hover, #nav ul li a:focus{
	color: #009FEF;
}
#main{
	background-image:url(images/bkgd-grad.jpg);
	background-repeat:repeat-x;
	width: 100%;
}
#contentbox {
	height: inherit;
	width: 871px;
	border:1px solid #eb6000;
	margin: 20px auto 5px auto;
	}
#content {
	height: auto;
	width: 871px;
	background-color:#e8f1f8;
	margin: 2px auto 2px auto;
}
#services {
	font-size: 15px;
	display: inherit;
	font-weight: bold;
	margin: 20px 0px 0px 10px;
	width: 235px;
}
#services ul li{
	padding: 0 0px 18px 0;
}
#services ul li a{
	text-decoration: none;
	width: 9em;
} 
#services ul li a:hover, #nav ul li a:focus{
	color: #eb6000;
}
#ftr{
	width: 871px;
	margin:auto;
	height: 17px;
	text-align:center;
	font-size: 10px;
	font-weight: bold;
	}
#ftr ul li{
	padding: 4px 0 15px 0;
	display: inline;
	width: auto;
}
#ftr ul li a{
	color: #000000;
	text-decoration: none;
	padding: 0 5px 0 5px;
	text-align: center;
	width: 9em;
	border-right: 1;
	border-right-color: #000000;
} 
#ftr ul li a:hover, #nav ul li a:focus{
	color: #FFFFFF;
}
#bottom {
	font-weight: bold;
	text-decoration:underline;
	width: 871px;
	margin:auto;
	background-image: url(images/bottom.jpg);
}
#feature a{
	font-weight: bold;
	text-decoration:none;
	background-color: #999900;
	width: 20em;
}
.dashbox {
	padding: 0px;
	border: 2px dotted #B8C12A;
	font-weight: bold;
	background-color: #F0F1D5;
	text-align:center;
}