/* CSS Document */

body {
	background-color: #776a53;
	margin:0;
	color: #000;
	font-family: Georgia, Arial, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
}

a:link {
	text-decoration:underline;
	color:#a10e27;
}

a:visited {
	text-decoration: underline;
	color: #a10e27;
}

a:hover {
	text-decoration:underline;
	color: #000;
}


#wrapper {
	width: 806px;
	background-color: #c7b18b;
	position: relative;
	margin: 0 auto;
}

#content {
	width: 806px;
	background-image:url(pix/bg_shad.gif);
	background-repeat: repeat-y;
}


#contentMainfront {
	width: 781px;
	margin-left:13px;
	background-image:url(pix/twoCol_bg.gif);
	background-repeat: repeat-y;
}

#contentMaininside {
	width: 781px;
	margin-left:13px;
	background-image:url(pix/oneCol_bg.gif);
	background-repeat: repeat-y;
}

#contentMain {
	width: 781px;
	margin-left:13px;
	background-image:url(pix/oneCol_bg.gif);
	background-repeat: repeat-y;
}



form, select, submit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}


input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding:3px;
	border:1px solid gray;
}


/* #header {
	width: 781px;
	height: 173px;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	margin-left:13px;
} */



#homeleftcol {
	float: left;
	width: 213px;
	margin-top:15px;
	text-align:center;
	/* border:thin #333 solid; */
}

#homecentercol {
	float: left;
	width: 328px;
	margin-top:15px;
	text-align:left;
	/* border:thin #333 solid; */
}

#homeLrightcol {
	float: left;
	width: 525px;
	margin-top:15px;
	text-align:left;
	/* border:thin #333 solid; */
}

#homerightcol {
	float: left;
	width: 195px;
	margin-top:15px;
	text-align:center;
	/* border:thin #333 solid; */
}


.homecentercopy {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height: 18px;
	color:#000;
	padding-left:12px;
	padding-right:12px;
}


.headlineh1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height: 20px;
	color:#a10e27;
}

.headlineRedBig {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height: 20px;
	color:#a10e27;
}

.headlineRed {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height: 16px;
	color:#a10e27;
}


.headlineBlack {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height: 16px;
	color:#000;
}

.headlineBlackthin {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 16px;
	color:#000;
}


.headlineRegular {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	color:#000;
	padding-left:10px;
	padding-right:10px;
	margin-top:15px;
}

.leftcolCopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	color:#000;
	padding-left:10px;
	padding-right:10px;
	margin-top:15px;
}



#footer {
	width: 781px;
	height: 135px;
	background-image: url(pix/footerfront.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#footerfrontcopy {
	text-align:right;
	padding-right:185px;
	padding-top:55px;
}


#footerSub {
	width: 806px;
	height: 96px;
	background-image: url(pix/footer_shad.gif);
	background-repeat: no-repeat;
	background-position: top;
}


hr {
	display:none;
	margin:0;
	padding:0;
	height:0;
}


#emailjoin {
margin-left:35px;
padding-top:12px;
}

/* common styles */
/* div for forcing content down after floats */

