/* 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/tile-bkgd.gif);
	background-repeat:repeat-x;
	background-color:#ffe384;
	border:none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px 12px 10px;
	letter-spacing:.2em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px 6px 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D6C05F;
	padding: 0px 0px 9px 10px;
	letter-spacing:.1em;
}
h3 a{
	color: #4CA0C6;
}
h4 {
	color: #D6C05F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 2px 0px;
}
h4 a{
	color: #CFB847;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 6px 10px 0px;
	text-align: left;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 0px 15px 10px 15px;
	text-align: center;
}
h6 a{
font-weight:normal;
color:#000000;
}
h6 a:hover, h6 a:focus{
color: #999999;
}
p {
	padding: 3px 0px 6px 10px;
		text-align:justify;
}
ul {
	list-style-type: none;
}
a{
	color: #0078aE;
	text-decoration: none;
	font-weight: bold;
	}
a:hover, a:focus{
color: #000000;
}
#main{
	margin: auto;
	background-image:url(images/border.gif);
	background-repeat:repeat-y;
	width: 920px;
	height: auto;
	background-color:#bbb091;
}
#header{
	margin:auto;
	padding: 13px 21px 0px 21px;
	width: 858px;
	background-color:#FFFFFF;
}
#header a{
	font-weight:normal;
}
#middle{
	margin:auto;
	padding: 13px 21px 0px 21px;
	width: 858px;
	background-color:#FFFFFF;
}
#nav {
	text-align:center;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
#nav a{
	font-weight:normal;
	color: #000000;
} 
#nav a:hover, #nav a:focus{
	color:#999999;
}
#subnav ul li{
	text-align:left;
	display: inherit;
	font-weight: bold;
	padding: 0 5px 7px 10px;
}
#subnav ul li a{
	font-size: 11px;
	text-decoration: none;
	width: 9em;
	font-weight:normal;
	color: #0078aE;
} 
#subnav ul li a:hover, #nav ul li a:focus{
	color: #999999;
}
#ftr{
	margin:auto;
	padding: 13px 21px 0px 21px;
	width: 858px;
	background-color:#FFFFFF;
	text-align:center;
	font-size: 10px;
}
#ftr ul li{
	padding: 4px 0 0 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: #2A7C59;
}
.dashbox {
	padding: 10px;
	border: 2px dotted #D6C05F;
	font-weight: bold;
	background-color: #EDE3B8;
	text-align:center;
	font-size: 14px;
	letter-spacing:.1em;
}
.label {
	padding: 5px 0px 0px 0px;
	font-size: 10px;
}
.chart {
	font-size: 11px;
}