body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	line-height:17px;
	background: #FFFFFF url(../images/bg.gif) repeat-x;
}

img {
	border: 0;
}

a {
	color: #313131;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	color: #7BC144;
}

#maincontainer {
	width: 857px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: #FFFFFF;
}

#topsection {
	width: 832px;
	height: 195px;
	margin: 0 12px 0 12px;
	background: #FFFFFF url(../images/bg-top.jpg) no-repeat;
	text-align: right;
}

#contentwrapper {
	margin: 0;
	padding: 0;
}

#leftcolumn {
	float: left;
	width: 200px;
	text-align: left;
	padding: 23px 0 0 12px;
}

#contentcolumn {
	position: relative;
	width: 642px;
	margin-left: auto;
}

#contentbox {
	padding: 23px 24px 0 12px;
	min-height: 373px;
}

#contentbox a {
	color: #7BC144;
	text-decoration: underline;
}

#contentbox a:hover {
	color: #7BC144;
	text-decoration: underline;
}

#contentbox ul{
	/*color: #7BC144;*/
}

#copyright {
	width: 832px;
	height: 23px;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	background-color: #7BC144;
	padding-top: 8px;
	margin: 0 auto;
	margin-bottom:37px;
}

#copyright a {
	color: #FFFFFF;
	text-decoration: none;
}

#copyright a:hover {
	color: #ff6600;
}

#copyright .bold {
	color: #28490F;
	font-size: 11px;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.green {
	color: #7BC144;
}

.green bold {
	font-weight: bold;
}

.contactus {
	border-top: 1px solid #7BC144;
	margin-bottom:12px;
}

.contactTitle{
	font-weight:bold;
	padding: 5px 0 10px 0;
	color: #7BC144;
}

.InputBox{
	border:1px solid #C0C0C0;
	color:#4B4B4B;
	width:200px;
	font-size:12px;
}

.InputBoxFocus {
	border:1px solid #7BC144;
	color:#4B4B4B;
	width:200px;
	font-size:12px;
}

/* css for content management */
.Title {
	font-size: 13px;
	font-weight: bold;
	color: #28490F;
}

.Titlegreen {
	font-family: Trebuchet MS;
	font-size: 15px; 
	color: #7bc144;
	line-height:20px;
}

.Titlegray {
	font-family: Trebuchet MS;
	font-size: 15px;
	color: #353535;
	letter-spacing: -1px;
	line-height:20px;
}
