html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #EFB21D url(images/main_bg.gif) repeat-x;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	
	text-align: center;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote, q {
	quotes: '' '';
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}


#main {
	width: 913px;
	margin: 0 auto;
	text-align: left;
}

/******************************************** HEADER ******************************************/

#header {

	background: #85b31e url(images/header_bg.gif) repeat-x;

}

#header #screenlogo {
	height: 75px;
	padding: 40px 0px 0px 30px;
}

#header #mainnavigation {
	display: block;
	list-style: none;
	padding: 32px 0 0 10px;
	height: 35px;
	overflow: hidden;
}

#header #mainnavigation LI {
	float: left;
}

#header #secondnavigation {
	clear: both;
	display: block;
	list-style: none;
	background: #EAD7A2 url(images/secondnav_bg.gif) repeat-x;
	height: 41px;
}

#header #secondnavigation LI {
	float: left;
	padding: 12px;
}

#header #secondnavigation LI A{
	color: #248f9b;
	
	text-decoration: none;
}


#header #secondnavigation LI A:hover{
	color: #3fb2bf;
}

#header #secondnavigation LI.active A {
	color: #f24405;
}

#header #printlogo {
	display: none;
}


/******************************************** CONTENT ******************************************/


#content #banner h1 {	
	margin: 0px;
	display: inline;
}

#content #banner {
	height: 165px;
}

#content #banner.home {
	height: 392px;
}

#content #banner #bannerback{

	background: url(images/title_bg.png) no-repeat top right;
	display: inline;
	padding: 30px 40px 10px 15px;
	position: absolute;
	top: 313px;
}

#content #clickpath {
	border-top: 2px solid #77a117;
	border-bottom: 2px solid #77a117;
	background: #ebf3c8;
	font-size: 11pt;
	padding: 5px 10px;
}

#content #clickpath a {
	font-weight: bold;
	text-decoration: none;
}

#content a {
	color: #1a6169;
}

#content a:hover {
	text-decoration: none;
	color: #248f9b;
}

#content img.leftimage {
	float: left;
	padding: 0px 15px 15px 0px;
}

#content img.rightimage {
	float: right:
	padding: 0px 0px 15px 15px;
}

#content .leftfloat, #content .rightfloat {
	padding: 0 0 5px 0;
	background: #77a117;
	color: #fff;
	font-size: smaller;
	border: 1px outset #d7cba4;
}

#content .leftfloat IMG, #content .rightfloat IMG {
	
}

#content .leftfloat {
	float: left;
	margin: 0px 10px 10px 0px;
}

#content .rightfloat {
	float: right;
	margin: 0px 0px 10px 10px;
}



#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-family: Anivers, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ba3f13;
}

#content h1 {
	font-size: 24pt;
	margin: 30pt 0pt 10pt 0pt;
}

#content h2 {
	font-size: 22pt;
	margin: 25pt 0pt 5pt 0pt;
}

#content h3 {
	font-size: 20pt;
	margin: 20pt 0pt 5pt 0pt;
}

#content h4 {
	font-size: 18pt;
	margin: 18pt 0pt 5pt 0pt;
}

#content h5 {
	font-size: 16pt;
	margin: 16pt 0pt 5pt 0pt;
}

#content h6 {
	font-size: 14pt;
	margin: 14pt 0pt 5pt 0pt;
}

#content th {
	font-weight: bold;
}

#content p {
	margin: 0pt 0pt 15pt 0pt;
}

#content ul, ol {
	margin: 0pt 0pt 15pt 30pt;
}

#content ul {
	list-style: square outside;
}

#content ul ul{
	list-style: disc outside;
}

#content ul ul ul {
	list-style: circle outside;
}

#content ol {
	list-style: decimal outside;
}

#content ol ol {
	list-style: lower-roman outside;
}

#content ol ol ol {
	list-style: lower-latin outside;
}

#content {
	background: #f6eac4;
	color: #213000;
	line-height: 24pt;
}

#content #maincontent {
	padding: 15px;
}

#content #sideboxes {
	float: right;
	width: 267px;
	margin: 0px 0px 30px 30px;
	
	font-size: 11pt;
}

#content #sideboxes h2 {
	margin-top: 0pt;
}

#content #sideboxes .sidebox {
	background: url(images/sidebox.jpg) no-repeat;
	padding: 15px;
}

/******************************************** FOOTER ******************************************/

#footer {
	clear: both;

	
	background: #638c08;

	color: #fff;
	padding: 20px;
	height: 200px;
	
	font-size: 10pt;
	line-height: 14pt;
}

#footer P {
	margin: 10px 0px 0px 0px;
}

#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer h6 {
	color: #93D00C;
	margin: 0px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}	


#footer #footercol1, #footer #footercol2, #footer #footercol3, #footer #footercol4, #footer #footercol5 {
	width: 22%;
	float: left;
	text-align: center;
} 

#footer #footercol1 {
	width: 23%;
	text-align: left;
}

#footer #footercol5 {
	text-align: right;
	width: 11%;
}

#copyright {
	text-align: right;
	font-size: 9pt;
	color: #638c08;
	
	padding: 10px 0px 20px 0px;
	
	text-transform: lowercase;
}

#copyright A {
	text-decoration: none;
	color: #248f9b;
	font-weight: bold;
}

#copyright A:hover {
	text-decoration: underline;
}