/* CSS Document */

body {
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border: 0px none;
	height: auto;
	line-height: 17px;
	background-image: url(../images/bckgr_margins_rpt.gif);
	background-repeat: repeat-y;
	background-position: center;
}


#mainContent {
	width: 860px;
	height: 100%;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	margin: auto;
/*	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C3B264;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C3B264;
*/
}
#topSection{
	height: 260px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3B264;
}

#topSectionLeft {

	float: left;
	width: 650px;
}

#topSectionRight{
	float: right;
	width: 190px;
	margin: 0px;
	padding: 0px;
}

#mainMenu{
	background-color: #C3B264;
	font-weight: bold;
	height: 235px;
	margin: 20px auto;
	padding-right: 10px;
	padding-left: 10px;
	width: 170px;
}

#subContent{
	margin-top: 20px;
	width: 860px;
	height: auto;
	float: none;
}


#subContentRight{
	float: right;
	width: 190px;
	margin: 0px;
	padding: 0px;
}

#subContentLeft{
	float: left;
	width: 630px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C3B264;
	padding-bottom: 20px;
}

#copyright{
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding-top: 20px;
}

#adBox{
	background-color: #C6A048;
	text-align: center;
	padding: 10px;
	width: 170px;
}
#clearer{
	clear: both;
}

#seperator{
	height: 20px;
}
a:link, a:visited, a:active{
	color: #800000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;}


a:hover {
  color: #FFFFFF;
}



a.textlink {
	color: #800000;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

a.textlink:hover {
	text-decoration: underline;
}


.txtTagline {
	font-size: 24px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
	width: 300px;
	line-height: 26px;
	float: right;
	padding-top: 12px;
}
.txtBold12px {
	font-size: 14px;
	font-weight: bold;
	color: #800000;
}
.txtTitleBlack{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}

.txtTitleBrown {
	font-size: 24px;
	font-weight: bold;
	color: #C3B264;
	line-height: 26px;
}

.txtBold {
	font-weight: bold;
}

.txtAd{
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	color: #333333;}
