/* CSS Document by Dieter Schneider 2007 | www.csstemplateheaven.com | www.dieter.no*/

* {margin: 0;
   padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background: transparent url(images/body.jpg) repeat top center ;
}

#container {
         width: 771px;
		 margin: 25px auto;
}

#header {
	background: url(images/header2.jpg) no-repeat;
	height: 208px;
}

#content {
	clear: none;
	float: left;
	width: 480px;
	padding: 30px;
	font-size: 1.2em;
}

#contentwrapper {
	background: #dfbc1b url(images/content_bg.jpg) no-repeat;
}

#right {
	float: right;
	width: 170px;
	margin-right: 37px!important;
	margin-right: 18px;
	margin-top: 15px;
	font-size: 1.1em;
	margin-bottom: 20px;
}

#copyright{
	clear: both;
	text-align: center;
	margin: 10px;
	padding: 10px;
	border-top: 1px dotted white;
}

a:link {color: ##055d20}
a:visited {color: #0f8737}
a:hover {color: #1611df}
a:active {color: #1d91fd}
a[href $='.pdf'] { padding-right: 18px; background: transparent url(images/061220_icon_pdf.gif) no-repeat center right; }
a[href ^="http"] {
   padding-right: 18px;
   background: transparent url(images/061220_icon_external.gif) no-repeat center right;
}
a[href ^="mailto:"] {
   padding-right: 20px; 
   background: transparent url(images/061220_icon_mailto.gif) no-repeat center right; 
}

img {
	border:0px solid white;
	background-color: #dfbc1b;
	padding: 1px;
}

.float_left {
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
}

h1{text-indent: -3000px;}

h2 {text-indent: -3000px;}

h3 {
	margin: 20px 0;
	color: #258e14;
	border-bottom: 1px dotted #fff;
	border-top: 1px dotted #fff;
	padding: 3px;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
	margin-bottom: 10px;
	color: #258e14;
	font-size: 1.2em;
	border-bottom: 1px solid #AEC9DE;
	padding-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

dt {
	font-weight: bold;
	margin-top: 15px;
	color: #1d91fd;
}

dd {}

.right_ul {
	margin-left: 6px;
	list-style-type: none;
}

strong {color: #1d91fd;}



#navlist
{
	height: 42px;
	padding: 25px 0px 0px 7px;
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: no-repeat;
	font-size: 1.3em;
}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 0px solid #1611df;
padding: 10px;
padding-left: 0.5em;
padding-right: 0.5em;
color: #1611df;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
border: 0px solid #1611df;
color: #1d91fd;
padding: 11px;
padding-left: 0.5em;
padding-right: 0.5em;
text-decoration: none;
}

#navlist li
{
padding-right: 1px;
display: inline;

}

#navlist #active a {
	color: #1d91fd;
	font-weight: bold;
}
