/* CSS Document */

body, html {
	color: #333;
	background-color:#fff;
	font:9pt Trebuchet, Trebuchet MS, Tahoma, Verdana, sans-serif;
	margin:0;
	padding:0;
}

p.heading {
margin-bottom: 20px;
font-size: 16pt;
font-weight: bold;
}
p.sidebar {
font-size: 15pt;
line-height: 20px;
}
div#page {
	width:884px;
	padding-left:15px;
	position:relative;
}
div#header {
	width:884px;
	display:block;
	height:150px;
	margin:0;
	padding:0;
}
div#footer {
width:525px;
height:auto;
display:block;
}
div#footer p {
text-align:center;
color:#333;
background-color:#fff;
display:block;

}
div#header p {
font: 11pt Trebuchet, Trebuchet MS, Tahoma, Verdana, sans-serif;
text-align:right;
padding-right:8px;
margin:0 3px 0 0;
padding:0;
}
div#topMenu {
	padding:0;
	margin:25px 3px 0 0;
	height:25px;
}
div#topMenu ul {

list-style:none;
margin:0;
}
div#topMenu ul li {
	float:right;
	margin:0 0 0 8px;
	padding:0;
}
h1#title {
	padding:80px 0 0 0;
	margin:0;
	background:url("../images/LOGO.gif")   no-repeat;
	overflow:hidden;
	width:884px;
	height:0px !important;		
	height /**/: 80px;
}
div#main {
display:block;
width:880px;
height:auto;
margin-left:60px;
}

div#c2 {
	float:left;
	width:620px;
}
div#c1 h2 {
	color:#008C5D;
	background-color:#fff;
	font-size:1.2em;
	margin:0;
}
div#c1 h2 em {
	text-transform:uppercase;
}
.secTitle {
	font-weight:bold;
	margin-bottom:0;
	padding:0;
	
}
div#c1 p {
	color:#333;/*#008c5d;*/
	background-color:#fff;
	margin: 0 0 0 0;
	
	
}
div#c1 ul {
	list-style:none;
	padding:0;
	margin:0;
}
.linkTo {
	width:auto;
	background:url("../img/arrow_right.gif") 0 2px  no-repeat;
	padding-left:18px;
}
.pdf {
	width:auto;
	background:url("../img/page_pdf.png") 0 4px  no-repeat;
	padding-left:18px;
}
.small8pt {
font-size:8pt;
}
.small7pt {
font-size:7pt;
}
.big10pt{
font-size:10pt;
}
div#c1 h3 {
	background-color:#AFB4D0;
	padding:2px;
	color:#fff;
	font-size:1.2em;
}
div#c1 h4 {
	font-weight:bold;
	margin:0;
	padding:0;
}


a, a:link {
	color:#008C5D;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	color:#03c;
	background-color:#eaeaea;
}

#sidemenu{
background-color:#AFB4D0;
width: 180px;
padding: 7px;
}
p.sidemenu1 {
color: white;
font-size:11pt;
font-weight: bold;
line-height: 18px;
margin-bottom: 8px;
margin-top: 0px;
}

p.sidemenu1 a{
width: 100%;
color: white;
text-decoration: none;
font-size:11pt;
font-weight: bold;
}
p.sidemenu2 a{
display: block;
width: 100%;
color: #008C5D;
text-decoration: underline;
}
#sidemenu2 a{
width: 100%;
color: #008C5D;
text-decoration: underline;
font-size:9pt;
}

blockquote {
padding-left: 7px;
padding-right: 0px;
margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 5px;
}


html>body #sidemenu a{ /*Non IE rule*/
width: auto;
}

#sidemenu a:hover{
background-color: #eaeaea;
color: #03c;
}