﻿body {

	background-color:#6e8d83;
	margin:0 0 20px 0;
	padding:0;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10pt;
	color:black;
	text-align:center;
}

p {
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10pt;
	margin-top:4px;
	margin-bottom:0px;
	padding-left:0;
	padding-right:15px;
	padding-bottom:2px;
}

h1 {
	font-family: Trebuchet, Tahoma, Arial, Sans-Serif;
	font-weight: 600;
	font-size: 1.8em;
	color: #126159;
	margin-top: 0;
	margin-bottom: 20px;
}

h2 {
    font-family:Trebuchet, Tahoma, Arial, Sans-Serif;
    font-weight:bold;
    font-size:1.5em;
    color:#126159;
    margin-bottom:15px;
}

.h2.home {
    font-family:Trebuchet, Tahoma, Arial, Sans-Serif;
    font-weight:normal;
    font-size:1.5em;
    color:#126159;
    margin-top:-6px;
    padding-bottom:15px;	
}

h3 {
	font-family: Trebuchet, Tahoma, Arial, Sans-Serif;
	font-weight: 600;
	font-size: 1.3em;
	color: #126159;
    margin-top:2px;
	margin-bottom: -3px;
} 

h4 {
    font-family:Trebuchet, Tahoma, Arial, Sans-Serif;
    font-weight:bold;
    font-size:1.1em;
    color:#126159;
    margin-top:6px;
    margin-bottom:-2px;
}

h5 {
    font-family:Trebuchet, Tahoma, Arial, Sans-Serif;
    font-weight:bold;
    font-size:1.1em;
    color:#126159;
    margin-top:10px;
    margin-bottom:-2px;
}

td {
    vertical-align:top;
    font-weight:normal;
    color:black;
    font-family:Verdana, Arial, Sans-Serif;
}

.intro {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10.5pt;
	color: #126159;
	font-weight:600;
	line-height: 14pt;
	margin-top: 0;
	margin-right: 13px;
	margin-bottom: 10px;
	margin-left: 0;
	
}

A:link    {
	color: #0000FF;
	text-decoration: none;
}  
A:visited {color: #0000ff; text-decoration: none;}
A:hover   {
	color: #008A00;
	text-decoration: underline;
}
A:active  {color: #0000ff; text-decoration: none;}

.comp.img {
	margin-top:-20px;
	margin-left:-30px;
}

.homenews.img {
	margin:0 0 0 -30px;
}

.pagebanners {
	margin-top:-20px;
	margin-left:-30px;
}



/*Layout Styles*/

#container {
	width: 85%;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
	border: 1px;
	border-color: black;
	border-style: solid;
	background-color: white;
	background-image: url('images/layout/container-back.gif');
	background-repeat: repeat-y;
}

#header {
    width:100%;
    margin:0;
    padding:0;
   	background-image: url('images/layout/fluid-banner-bkgrnd.gif');
	background-repeat: repeat-x;

}

#sidebar {
	margin:0;
	padding:0;
	float:left;
	width:150px;
	text-align:left;
	vertical-align:top;
}

#content {
    margin:0 0 0 150px;
    padding:20px 0 0 30px;
    width:auto;
    text-align:left;
   	background-color:white;
	background:url('/images/layout/top-drop-content.gif');
	background-position:top;
	background-repeat:repeat-x;
}



#footer {
	clear:both;
	width:100%;
	margin:0;
	padding:5px 0 5px 0;
	border-top:1px black solid;
	background-color:white;
	background:url('/images/layout/footer-bkgrnd.gif');
	background-repeat:repeat-x;
}

