@charset "UTF-8";
/* CSS Document */

body {
	background-color:#E4D4A8;
	margin:0;
	padding:0;
	}
	
#wrapper {
	background-color:#ffffff;
	margin:0 auto;
	width:822px;
	vertical-align:top;
	}
	
#header {
	clear:both;
	height:138px;
	}
	
#lfShadow {
	float:left;
	background-image:url(images/LfShadow.gif);
	height:100%;
	}
	
#RtShadow {
	float:right;
	background-image:url(images/RtShadow.gif);
	height:100%;
	}
	
#blue {
	background-color:#005BAA;
	height:20px;
	text-align:center;
	margin-bottom:5px;
	vertical-align:middle;
	}
	
#green {
	background-color:#41AD49;
	height:20px;
	text-align:center;
	margin-bottom:5px;
	}
	
#middle {
	background-color:#ffffff;
	vertical-align:top;
	}
	
	
	
#nav, #nav ul{
	 margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     position:relative;
     line-height:25px;
	 text-align:center;
	 }
 
#nav a{
    font-size:9pt;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	white-space:nowrap;
    display:block;
    padding:0px 5px;
    color:#fff;
    text-decoration:none;
	background-color:#41AD49;
	}

#nav a:hover{
	background-color:#41AD49;
    color:#A0D6A4;
	}

#nav li{
    color:#fff;
    float:left;
    position:relative;
	}
	
#nav ul {
    position:absolute;
    top:25px;
	left:-10px;
    display:none;
}

#nav li ul a{
    width:150px;
    float:left;
	background-color:#A0D6A4;
	color:#fff;
	line-height:20px;
	border-bottom:thin solid #fff;
}

#nav li ul a:hover{
	background-color:#A0D6A4;
	color:#41AD49;
	}

#nav ul ul{
	top:auto;
	}	
	
#nav ul ul a{
	background-image:none;
	background-color:#EA9402;
	color:#fff;
	white-space:inherit;
	}	

#nav li ul ul {
    left:7.55em;
    margin:0;
    }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
    }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
    }
	
	
	
h1 {
	margin:0;
	padding:2px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	}
	
h2 {
	margin:0;
	padding:2px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:oblique;
	color:#FFFFFF;
	}
	
h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	line-height:1px;
	}
	
	
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.headline {
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	line-height:.95em;
	color:#41AD49;
	font-weight:bolder;
	}
	
.blue {
	font-family:Arial, Helvetica, sans-serif;
	color:#005BAA;
	font-size:14px;
	font-weight:bold;
	}
	
.links {
	font-family: Arial, Verdana, sans-serif;
	color: #41AD49;
	font-size:12px;
	}

a.links:link {
		color: #41AD49;
		text-decoration: underline;
	}
	
a.links:visited {
		color: #999999;
		text-decoration: underline;
	}

a.links:hover {
		color: #41AD49;
		text-decoration: underline;
	}

a.links:active {
		color: #41AD49;
		text-decoration: underline;
	}
	
.Lglinks {
	font-family: Arial, Verdana, sans-serif;
	color: #005BAA;
	font-size:12px;
	font-weight:bold;
	}

a.Lglinks:link {
		color: #005BAA;
		text-decoration: underline;
	}
	
a.Lglinks:visited {
		color: #999999;
		text-decoration: underline;
	}

a.Lglinks:hover {
		color: #41AD49;
		text-decoration: underline;
	}

a.Lglinks:active {
		color: #005BAA;
		text-decoration: underline;
	}
		
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	}
	
.rt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#666666;
	font-style:normal;
	}
	
#middle li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:10px;
	}
	
#footer {
	clear:both;
	height:20px;
	border-top:medium #41AD49 solid;
	}