/*Page Properties*/
body{
	margin: 0px;
	background-color:#66B658;
	background-image: url(../images/front/BG.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	text-align:center;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}

a:link {
	color: #187338;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #187338;
}
a:hover {
	text-decoration: underline;
	color: #187338;
}
a:active {
	text-decoration: none;
	color: #187338;
}

/* Layout Styles */
.BG{
	width: 796px;
	background-image: url(../images/front/Body_Tile.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	display: table;
	margin: 0px auto;
}

.Main{
	width: 744px;
	margin: 0px auto;
	background-image: url(../images/front/Body_Top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-left:26px;
	padding-right:26px;
	display: table;
}

.Header{
	width: 744px;
	height: 128px;
	background-image: url(../images/front/Header.jpg);
	float: left;
	position: relative;
}

.Nav{
	width: 744px;
	height:37px;
	float: left;
	position: relative;
}

.Left{
	width: 240px;
	text-align: left;
	float: left;
	position: relative;
}

.Right{
	width: 490px;
	float: right;
	position: relative;
	text-align: left;
	background-image: url(../images/front/Text_Area_bg.jpg);
}

/* CSS to preload mouse over image */
.preload{
width: 0px;
height: 0px;
display:none;
}


/* Text Format*/
h1{
	font-family:Arial;
	font-size: 12px;
	color: #1A7339;
	font-weight:bold;
	margin: 0px 9px 0px 9px;
}
p{
	font-family:Arial;
	font-size: 10px;
	color: #666666;
	margin: 0px 9px 0px 9px;
}
