/* CSS Document */

body{
padding:0px;
margin:0px;
font:12px/16px Georgia, "Times New Roman", Times, serif;
color:#1C261B;
background:#618D37 url(images/body-bg.gif) top left repeat-x;
 
}

td{
font:12px/16px Georgia, "Times New Roman", Times, serif;
color:#1C261B;
font-weight:normal;
}

div, h1, h2, h3, h4, p, img, ul, ol, li, form, input, textarea{
	padding : 0;
	margin : 0;
	}
p{
	padding : 0 0 8px 0;
	margin : 0;
	}
ul {
	list-style : none;
	}
img {
	outline : none;
	border : none;
	}
a {
	outline : none;
	text-decoration : none;
	}

/*-------------------       Layout      --------------*/
.fontSize18{ font-size:18px; line-height:24px; text-transform:uppercase;}
.fontSize30{ font-size:30px; line-height:36px;}
.blueText{ color:#118CD1;}
.whiteText{ color:#fff;}
.skyLink{ color:#028D70; text-decoration:underline; font-weight:bold;}
.skyLink:hover{ color:#fff; text-decoration:underline; font-weight:bold;}

.blueLink{ color:#1C261B; text-decoration:underline; }
.blueLink:hover{ color:#000; text-decoration:none; } 
.greenLink{ color:#558625; text-decoration:underline; }
.greenLink:hover{ color:#000; text-decoration:none; } 

.grayText{ color:#383838;}
.grayLink{ color:#484848; text-decoration:underline; font-weight:bold; font-size:11px;}
.grayLink:hover{ color:#000; text-decoration:none; font-weight:bold;} 

.link1{ color:#1C261B; text-transform:uppercase; font-weight:bold; padding:0 0 0 10px;}
.link1:hover{ color:#000; text-transform:uppercase; font-weight:bold;}

#topmenu{ height:44px; background:url(images/top-menu-bg.gif) top center no-repeat;}
#topmenu td{color:#D7F1AA;}   
#topmenu a{  
font-size:12px;
color:#D7F1AA;
text-transform:uppercase;  
}
#topmenu a:hover { color:#fff;}

#centerCol{ 
background:url(images/center-bg.gif) top center repeat-x;
}
#fBanner{
background:url(images/banner-bg.jpg) top left no-repeat;
width:619px;
height:220px;
}
.leftBoxHeading{
color:#1C261B;
text-transform:uppercase;
padding:0 0 0 20px;
font-weight:bold;
font-size:14px;
line-height:20px;
border-left:#81AE58 1px solid;  border-right:#81AE58 1px solid;
background:#72A443 url(images/heading-bg.gif) bottom left repeat-x;
}
.leftMenu{ padding:5px 0 8px 20px; border-left:#81AE58 1px solid;  border-right:#81AE58 1px solid;}
.leftBox{border-left:#619034 1px solid;  border-right:#619034 1px solid; background:#72A443;}
.leftMenu li { background:url(images/bullet.gif) center left no-repeat; display:block; padding:1px 0 1px 11px;}
.leftMenu li a{ color:#fff;}
.leftMenu li a:hover{ color:#000;}
.heading1{ font-size:14px; font-weight:bold; color:#1C261B; padding:0 0 0 10px; background:#CCE0AF; text-transform:uppercase;}

.chart{ border:#CCE0AF 1px solid;}
.chart td{ border-bottom:#CCE0AF 1px solid; background:#BDD699; padding:1px 0 1px 0;}
.chart a{ text-decoration:underline;}
.chart a:hover{ color:#000000; text-decoration:none;}

.list{ padding:0 0 10px 0;}
.list li{ padding:4px 0 5px 0; font-size:14px; display:block; line-height:18px; background:url(images/dot.gif) bottom left repeat-x;}
.list li dt{ display:block; background:url(images/list-bullet.gif) top left no-repeat; padding:0 0 0 20px;}

.list1{ padding:15px 0 15px 0;}
.list1 li{ padding:0 0 0 10px; color:#9D9797; display:block; line-height:18px; background:url(images/bullet1.gif) top left no-repeat;}

/*-----------------  footer ------------------------------ */

#footer{background: url(images/footer-bg.gif) center top no-repeat;;  color:#D7F1AA; font-size:10px; text-transform:uppercase; padding:20px 0 20px 0;}
#footer a{ color:#D7F1AA; font-size:12px; text-transform:uppercase;}
#footer a:hover{ color:#fff; text-decoration:underline;}
 
