/* CSS Document */
/* global reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*global reset ends */
body{
background-color:#FFFFCC;
}
#container-bg{
width:839px;
background-image:url(images/container-bg.png);
background-repeat:repeat-y;
margin:auto;
}
#container{
width:801px;
height:100%;
margin:auto;
background-color:#ffffff;
}
#header{
width:801px;
height:400px;
background-image:url(images/header1.gif);
border-bottom:5px solid #006633;
margin:auto;
}
#content-container{
width:801px;
margin:auto;
}
#nav-panel{
width:203px;
float:left;
margin-top:10px;
}
#nav-panel ul{
width:100%;
display:inline;
margin:0;
padding:0;
}
#nav-panel ul li{
display:block;
margin-bottom:15px;
list-style-type:none;
margin-right:0px;
}
#nav-panel ul li a{
font-family:Georgia, "Times New Roman", Times, serif;
color:#006633;
text-decoration:none;
padding:5px;
font-size:15px;
}
#nav-panel ul li a:hover{
text-decoration:underline;
}
#nav-panel ul li.current{
font-family:Georgia, "Times New Roman", Times, serif;
color:#006633;
text-decoration:none;
padding-left:5px;
font-weight:bold;
text-decoration:underline;
font-size:15px;
}
#main-content{
width:535px;
float:left;
margin:10px;
border-left:1px solid #cccccc;
padding-left:10px;
}
h1{
color:#006633;
font-size:24px;
font-family:Georgia, "Times New Roman", Times, serif;
padding-bottom:20px;
}
h2{
color:#000000;
font-size:16px;
font-family:Georgia, "Times New Roman", Times, serif;
padding-bottom:20px;
text-decoration:none;
}
h3{
color:#000000;
font-size:15px;
font-family:Georgia, "Times New Roman", Times, serif;
padding-bottom:10px;
text-decoration:none;
}
p{
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
padding-bottom:20px;
}
strong{
font-weight:bold;
}
#footer{
width:781px;
height:70px;
margin:auto;
border-top:1px solid #cccccc;
clear:both;
}
a.footer-left{
text-align:center;
padding-top:20px;
color:#cccccc;
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
float:left;
text-decoration:none;
}
a.footer-right{
text-align:center;
padding-top:20px;
color:#cccccc;
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
display:block;
float:right;
text-decoration:none;
}
#footer a:hover{
text-decoration:underline;
}
p.footer-center{
text-align:center;
padding-top:20px;
color:#006633;
font-size:20px;
font-family:Georgia, "Times New Roman", Times, serif;
display:block;
float:left;
margin-left:100px;
}
#banner-small{
height:137px;
width:801px;
background-image:url(images/banner2.gif);
border-bottom:solid 10px #006633;
margin:auto;
}
#image{
width:200px;
height:175px;
background-color:#CCCCCC;
border:2px solid #000000;
float:right;
margin:10px;
}
ul{
margin-left:25px;
margin-bottom:20px;
}
li{
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
padding-bottom:20px;
list-style-type:disc;
}
table{
margin-left::25px;
border:1px solid #999999;
margin-left:10px;
}
td{
border:1px solid #999999;
padding-top:10px;
}
#block-left{
width:224px;
height:80px;
float:left;
padding:27px;
padding-right:15px;
padding-bottom:5px;
}
#block-right{
width:224px;
height:80px;
float:right;
padding:27px;
padding-left:15px;
padding-bottom:5px;
}
#block a:link{
color:#000000;
cursor:pointer;
}
img.right{
float:right;
margin:10px;
margin-top:0px;
border:1px solid #000000;
}
img.clear{
float:right;
margin:10px;
border:1px solid #000000;
clear:both;
}
#left-footer{
float:left;
}
.terms{
text-align:center;
color:#cccccc;
font-size:10px;
font-family:Georgia, "Times New Roman", Times, serif;
float:left;
text-decoration:none;
}
a.terms-link{
color:#cccccc;
text-decoration:none;
}