body {
	background-image: url(images/content_bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #CCCCCC;

}

#abtop{
	width: 748px;
	text-align: right;;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 80%;
	background-image: url(images/abtop.gif);
}

#abtop ul{
	margin:0px;
}

#abtop li{
	display: inline;
	padding-right: 5px;
}

#abtop li a{
	color: #BF0000;
	text-decoration: none;
}

#abtop li a:hover{
	color: #999999;
	text-decoration: none;
}

#header{
	text-align: left;
	width: 748px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#hlogo {
	height: 108px;
	width: 748px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#main{
	text-align: left;
	width: 748px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#nav{
	width: 748px;
	height: 25px;
	background-color: #434343;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/nav_background.gif);
	background-repeat: no-repeat;
	padding-top: 8px;	
}

#nav ul{
	margin:0px;
}

#nav li{
	display: inline;
	padding-right: 5px;
}

#nav li a{
	color: #FFFFFF;
	text-decoration: none;
}

#nav li a:hover{
	color: #FFCC00;
	text-decoration: none;
}

#content{
	width: 748px;
	padding-top:5px;
	padding-bottom: 5px;
}

#content a{
	color: #BF0000;
}

#content a:hover{
	color: #999999;
}

#mainnav {
	font-size: 70%;
	color: #FFFFFF;
	width: 195px;
	float: left;
	margin: 0px;
	padding: 5px;
} 

#mainnav ul{
	list-style: url(none) none;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-left: 5px;
}

#mainnav li{

	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#mainnav li a{
	color: #FFFFFF;
	text-decoration: none;
}

#mainnav li a:hover{
	color: #FFCC00;
	text-decoration: none;
}

#text {
	width: 510px;
	float: right;
	padding: 10px;
}
	
#contact{
	width: 748px;
	text-align: right;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 80%;
	clear: both;
}

#contact ul{
	margin:0px;
}

#contact li{
	display: inline;
	padding-right: 5px;
}

#contact li a{
	color: #BF0000;
	text-decoration: none;
}

#contact li a:hover{
	color: #999999;
	text-decoration: none;
}

h1 {
	font-size: 115%;
	font-weight: bold;
}
h2 {
	font-weight: bold;
	font-size: 100%;
}

.largertext {
	font-size: 110%;
	font-weight: bold;
}

div.form_row {
	clear: both;
	margin: 0px;
	padding: 4px 0px 0px;
}

div.form_row span.label {
	float: left;
	width: 150px;
	text-align: right;
}

div.form_row span.element {
	margin: 0px 0px 0px 10px;
}

.textbox {
	font-size: 80%;
	width: 240px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

textarea.small {
	height: 60px;
	width: 240px;
}

textarea.large {
	height: 120px;
	width: 240px;
}


/*form elements*/

.texbox{
	width: 220px;
	border: 1px solid #330033;
	font-family: Arial, Helvetica, sans-serif;
	color: #330033;
	font-size: 12px;
	padding:3px;
}

.button{
	border: 1px solid #330033;
	font-family: Arial, Helvetica, sans-serif;
	color: #330033;
	font-size: 12px;
	background-color: #ffffff;
}

.hidden {
	visibility: hidden;
}

.smalltext {
	font-size: 80%;
}