﻿body
{
	font-family: "Trebuchet MS", tahoma, geneva, verdana, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

p, li, td {
     font-family: "Trebuchet MS", tahoma, geneva, verdana, sans-serif;
     font-size: 13px;
     line-height: 1.3;
     color: #666666 }

.wrapper {
	width: 974px;
	clear: both;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
}


#header {
	background-color:#0E6299;
    height:145px;
    top:0px;
    margin:0px;
    padding:0px;
}


/* start site navigation css */
#navbar {
	background-color:#0086C2;
    text-align:left;
    padding-top:10px;
    padding-bottom:10px;
    margin:0px;
    border:0px;
}

a:link.nav    { font-size: 15px; color: #FFFFFF; cursor: pointer; font-weight: bold; text-decoration: none; }
a:visited.nav { font-size: 15px; color: #FFFFFF; cursor: pointer; font-weight: bold; text-decoration: none; }
a:active.nav  { font-size: 15px; color: #FFFFFF; cursor: pointer; font-weight: bold; text-decoration: none; }
a:hover.nav   { font-size: 15px; color: #C0C0C0; cursor: pointer; font-weight: bold; text-decoration: none; } 
/* end site navigation css */


#search {
	background-color:#ECECEC;
    text-align:right;
    margin-bottom:20px;    
    border-bottom: 3px solid #85C95E;
}


.center_col_heading {
     font-size: 22px;
     color: #85c95e;
     font-weight: bold;
     text-align:left;
}

.center_col_text {
     font-size: 13px;
     text-align:left;
}


.section_heading {
     font-size: 18px;
     color: #000000;
     font-weight: bold;
     font-style: italic
}

a:link       { color: #0086c2; cursor: pointer; text-decoration: none  }
a:visited    { color: #0086c2; cursor: pointer; text-decoration: none  }
a:active     { color: #0086c2; cursor: pointer; text-decoration: none  }
a:hover      { color: #85C95E; cursor: pointer; text-decoration: underline}

.left {
	vertical-align:top;
	width:160px;
}

.right {
	vertical-align:top;
	width:160px;
	text-align:center;
}

.center {
	vertical-align:top;
	width:654px;
}



#footer {
	clear: both;
	background-color:#ECECEC;
    height:50px;
    text-align:center;
    vertical-align:middle;
    padding:5px;
    border-top: 3px solid #85C95E;

}

