body {
	height:100%;
	background-color: #2d1600;
	background-repeat: repeat-x;
	background-position: center top; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}




.rightSide {
	background-position: left top;
	background-image: url(../main_images/bg.jpg);
	background-repeat: repeat-x;

}

.leftSide {
	background-position: right top;
	background-image: url(../main_images/bg.jpg);
	background-repeat: repeat-x;

}
.main {
	text-align: left;
	vertical-align: top;
}

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 301B09;
	text-align: left;
	vertical-align: top;
}
.bodyText A:link {font-weight: bold; color: #422508;}
.bodyText A:visited {font-weight: bold; color: #422508;}
.bodyText A:active {font-weight: bold}
.bodyText A:hover {font-weight: bold; color: #422508;}

.bodyText2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 301B09;
	text-align: left;
	vertical-align: top;
}
.bodyText2 A:link {font-weight: bold; color: #422508;}
.bodyText2 A:visited {font-weight: bold; color: #422508;}
.bodyText2 A:active {font-weight: bold}
.bodyText2 A:hover {font-weight: bold; color: #422508;}

.formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 301B09;
	text-align: right;
	vertical-align: top;
}
.formText A:link {font-weight: bold; color: #422508;}
.formText A:visited {font-weight: bold; color: #422508;}
.formText A:active {font-weight: bold}
.formText A:hover {font-weight: bold; color: #422508;}

