html,body{
	height: 100%;
}

body {
	background-image: url('/images/bg_body.jpg');
	background-repeat: repeat-x;
	background-color: #231f20;
	font-family: verdana;
	font-size: 10pt;
	color: #333333;
	margin: 0px;
}

p{
	padding-bottom: 10px;
}
h1 {
	font-size: 200%;
	font-weight: normal;
	color: #231f20;
	margin: 5px 0px 10px 0px;
}
h2 {
	font-size: 140%;
	font-weight: normal;
	color: #C63C2C;
	margin: 10px 0px 3px 0px;
}
h2 {

}
h3 {

}
h4 {

}
h5 {

}

input, select, textarea{
	background-color: white;
	border: 1px solid #CFCFCF;
	padding: 3px;
	margin: 0px;	
	color: #c63c2c;
}

.highlight{
	color: #c63c2c;
}

#imgDiv{
	position: absolute;
	z-index: 1;
	background-image: url('/images/headerimg.jpg');
	background-repeat: no-repeat;
	width: 144px;
	height: 557px;
	border: 0px solid red;
	left: 50%;
	margin-left: -514px;
}


#container{
	position: absolute;
	z-index: 2;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url('/images/bg_container.png');
	background-repeat: repeat-y;
	width: 857px;
	left: 50%;
	margin-left: -370px;
}

#header{
	background-image: url('/images/header.png');
	background-repeat: no-repeat;
	width: 857px;
	height: 183px;
}

#cat_menu{
	float: left;
	border: 0px solid black;
	padding: 0px 0px 0px 0px;
	width: 217px;
	text-align: right;
	
}
#cat_menu h3{
	padding: 0px 10px 0px 0px;	
}

#addMailingList{
	margin-right: 10px;
}

#cat_menu h2, #cat_menu a{
	margin-right: 10px
}

#menu {
	background-color: #000;
	margin-top: 0px;
	width: 100%;
	height: 26px;
	border: 0px solid green;
}

#menu a{
	font-size: 9pt;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 26px;
}

#menu ul li{
	float: left;
	padding: 0px 20px 0px 20px;
}

#menu ul li ul{
	display: none;
	background-color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	position: absolute;
	padding: 0px;
	z-index: 30;
}

#menu ul li ul li{
	clear: both;
	width: 200px;
}

#menu ul li ul li a{
	color: black;
}


.top10{
	background-image: url('/images/bg_top10.jpg');
	background-repeat: repeat-x;
	height: 174px;
}

#wrapper{
	float: left;
	width: 589px;
	border: 0px solid black;
}

#content{
	padding: 3px 6px 6px 6px;
}

.error{
	color: red;
}

.note{
	font-style: italic;
	font-size: 85%;
}

#poll{
	width: 156px;
	background-color: #FEFEFE;
	border: 1px solid #EDEDED;
	padding: 0px;
}

#poll .pollResultRow{
	width: 150px;
	margin: 3px 3px 3px 3px;
	background-color: #EFEFEF;
}

#poll .pollQuestionRow{
	width: 150px;
	margin: 3px 3px 3px 3px;
	padding: 3px 0px 3px 0px;
	background-color: #EFEFEF;
}

#poll .smallRight{
	margin: 3px 3px 3px 3px;
	font-size: 70%;
	float: right;
}

#poll h2{
	font-size: 110%;
	margin: 3px;
}

#contact fieldset{
	border: 0px;
}

#contact fieldset label{
	float: left;
	border: 0px solid red;
	width: 150px;
	display: block;
}

#contact fieldset label.error{
	float: none;
	clear: right;	
}
a{
	color:#C53B2C;
	text-decoration: none;
}

.dataTable td{
padding: 3px;
	border-bottom: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
}