body,td,th {
	color: #333333;
}
a {
	color: #FF4600;
}
body {
	background-color: #73AB38;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
}
#container {
	width: 830px;
	border: 0px;
	margin: 0px auto;
	text-align: left; /* counter the body center */
	/*overflow: hidden; */
	height: auto;
	background-color: #FFFFFF;
}

		#header {
	padding: 0px;
	text-align: center; /* for IE */
		}
		#header #logo {
			width: 760px;
			height: 239px;
			background-image: url('/images/header1.jpg');
			margin: 0px auto;
		}
		#content {
	width: 720px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 165%;
	margin-left: 50px;
	background: url(/images/hex-bg-right.jpg) 0 0 repeat-y;	
		}
		#content-left {		
			/*margin-left: 50px;*/
		   /* width: 440px;*/
			display: inline;
			/*height: 700px;*/
			
		}
		
		#content-right {
			margin-right: 20px;
			width: 200px;
			float: right;
			display: inline;
			padding: 10px;
		
		}
		
		#footer {
	padding: 0px;
	text-align: center; /* for IE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
		}
		#footer a {
	color: #5CAE2F;		
		}
		#menu-container {
		width: 800px;
		text-align: center;
		}
	#menu-container #menu {
	width: 780px;
	height: 15px;
	margin: 0 0 0 34px;
	padding: 0;
	border-top: 0px solid #7B7865;
	}
		
/* For rounding edges on div areas */
 .t {
	background: url(/new2/images/rounded_edges/dot2.gif) 0 0 repeat-x;
	width: 830px
}
.b {background: url(/new2/images/rounded_edges/dot2.gif) 0 100% repeat-x}
.l {background: url(/images/border-left.jpg) 0 0 repeat-y}
.r {background: url(/images/border-right.jpg) 100% 0 repeat-y}
.bl {background: url(/new2/images/rounded_edges/bl2.gif) 0 100% no-repeat}
.br {background: url(/new2/images/rounded_edges/br2.gif) 100% 100% no-repeat}
.tl {background: url(/new2/images/rounded_edges/tl2.gif) 0 0 no-repeat}
.tr {background: url(/new2/images/rounded_edges/tr2.gif) 100% 0 no-repeat; padding:1px}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #ff9c0a;
	padding: 30px 0 0 0;
	margin-top: 10px;
	margin-bottom: 4px;
}
ul {
	list-style-type: none;
	padding-left: 8px;
	margin-left: 0;
	}
li {
	background: url(/images/bullet-arrow.gif) left center no-repeat;
	padding-left: 24px;
	margin-bottom: 10px;
}
