@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DEDEDC;
	font-weight: normal;
}
a {
	font-family: Helvetica, Arial;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #DEDEDC;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

#mainwrapper {
	height: auto;
	width: 100%;
	background-image: url(images/backgrounds/home_right_BG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#maincontentwrapper {
	height: auto;
	width: 800px;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
}
#pageheader {
	height: auto;
	width: 800px;
	background-color: #FFF;
}
#NavMenu {
	height: auto;
	width: 800px;
	background-color: #FFF;
}
#centerImg {
	height: auto;
	width: 800px;
	background-color: #FFF;
}
#textContent {
	height: auto;
	width: 800px;
	background-image: url(images/backgrounds/center_BG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#textcontentin {
	font-family: Helvetica, Arial;
	font-size: 0.7em;
	color: #999;
	height: auto;
	width: 550px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 30px;
	text-align: justify;
	background-image: url(images/backgrounds/center_BG.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#footer {
	background-color: #dededc;
	height: auto;
	width: 100%;
	font-family: Helvetica, Arial;
	font-size: 0.7em;
	color: #FFF;
}
#footerCopyR {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #953713;
	padding-top: 1px;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 1px;
	clear: both;
}
#emailLogin {
	font-family: Helvetica, Arial;
	font-size: 0.7em;
	color: #FFF;
	float: right;
	height: auto;
	width: 100px;
	position: relative;
	padding-right: 45px;
	padding-left: 12px;
}
.LinkColor {
	font-family: Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #8A5E37;
}
.redBold12px {
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #C00;
}
.formField {
	font-family: Helvetica, Arial;
	font-size: 11px;
	color: #333;
}

