/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:155%;
	color:#000000;
	background:#7C9424;
}

#container{
	width:1003px;
	background:#FFFFFF;
}

#top{
	witdth:100%;
	height:99px;
	background:url(../images/top_bg.gif) no-repeat;
}

#logo{
	width:437px;
	height:33px;
	margin:15px 0 0 50px;
	background:url(../images/logo.gif) no-repeat;
}

#content_table{
	margin-top:25px;
}

#contact_table{
	margin-top:15px;

}

.text_white{ color:#fff;}

.text_white:hover{ color:#fff; text-decoration:none;}

.text_blue{ color:#0066CC;}
.text_blue:hover{ color:#0066CC; text-decoration:none;}

.heading{ font-family:Arial, Helvetica, sans-serif; font-size: 15px; color:#333300; font-weight:bold; padding-left: 15px;}
.text{ padding: 0 15px 0 15px; text-align:justify; line-height:160%;}