/* General HTML Styles */
html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	background: url(../images/bg.jpg) repeat-x #0a3c09;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	color: #000;
}

a  {
	text-decoration: none;
	font-weight: bold;
	color: #264E1C;
}

a:hover {
	text-decoration : underline;
}

.times12_b {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

.times14_br {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #9b8e6c;
}

.times18_gr {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #1f5c20;
}

.times18_br {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #9b8e6c;
}

/*Structure */
#container {
	width: 750px;
	margin: 0px auto;
	background-color: #FFF;
}

#header {
	width: 750px;
	height: 100px;
	background: url(../images/header.jpg) no-repeat;
}

#gallery {
	width: 750px;
	height: 180px;
}

#main {
	width: 750px;
	float: left;
	background: url(../images/background.jpg) repeat-y;
}

#sideNav {
	background-color: #f7f1df;
	width: 203px;
	float: left;
}

#bodyContent {
	background-color: #FFF;
	width: 547px;
	float: right;
}

#bodyContentRight {
	padding: 10px;
}
	
#bodyContentRight h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #264E1C;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}	

#bodyContentRight p {
	color: #333333;
	font-size:12px;
	font-family : arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 17px;
}

#bodyContentRight ul {
	color: #333333;
	font-size:12px;
	font-family : arial, Helvetica, sans-serif;
}

#bodyContentRight li {
	color: #333333;
	font-size:12px;
	font-family : arial, Helvetica, sans-serif;
}

.InputText{ 
	border:1px solid #999999;	
	margin:0px;
	font-size:9px;
	padding:3px;
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}

.formLabel {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #264E1C;
}