@charset "utf-8";

/* CSS Document */



body{

	background-color:#f2ece5;

	margin: 0px;

	font-family: Helvetica, Verdana, Arial, sans-serif;

	}

	

	

#container{

	position: relative;

	width: 100%;

	}	

	

#header{

	position:relative;

	background-image:url(images/top-bg.jpg);

	background-repeat:repeat-x;

	}	

	

#nav{

	position: absolute;

	width: 153px;

	height: 550px;

	padding: 40px 20px 20px 20px;

	color: #3d2613;

	background-color: #c5b69d;

	font-size: 12px;

	}	

	

#content{

	position: relative;

	left: 220px;

	width: 620px;

	padding: 30px 0px 20px 0px;

	}	

/*/////////////////FORM STYLES/////////////////*/	

.contact {
	color: #634023;

	font-size: 11px;

	padding: 3px 5px 0px 0px;

	line-height: 15px;

}

.contact label {
	width: 80px;
	float: left;
	margin: 5px 2px 2px 2px;
}
.contact .input_box {
	width: 300px;
	margin: 2px;
}
.contact .input_box_sm {
	width: 60px;
	margin: 2px;
}
.contact .nofloat {
	float: none;
	width: 50px;
}
.hidden {
	display: none;
	visibility: hidden;
}
#extra_registrants_list {
	margin-left: 25px;
}
#extra_registrants_list p {
	padding: 0px;
	margin: 0px;
}


/*/////////////////TEXT STYLES/////////////////*/	
table td, table th {
	text-align: left;
}


p, ul, table td {

	color: #634023;

	font-size: 11px;

	padding: 3px 5px 0px 0px;

	line-height: 15px;

	}	
ul { 
	margin: 5px 5px 5px 25px;
}

member {
	text-transform: none;
}	
member-org { font-weight: strong }

p.address{

	color: #333300;

	font-size:11px;

}

.highlight {
	color: #990000;
}

h1{

	font-size: 14px;

	color: #857953;

	text-transform: uppercase;

	font-weight:200;

	padding: 0px;

	line-height: 14px;
	
	font-weight: bold;

	}

h2, table th {

	font-size: 11px;

	color: #634023;

	text-transform: uppercase;

	font-weight:200;

	padding: 0px;

	line-height: 14px;

	}
	

h2.underlined {
	border-bottom: 1px #CCCCCC solid;
}

a:link{

	color: #3d2613;

	text-decoration: underline;

	}	

	

a:hover{

	color: #000000;

	text-decoration: underline;

	}	

	

a:visited{

	color: #3d2613;

	text-decoration: underline;

	}	

	

a:active{

	color: #3d2613;

	text-decoration: underline;

	}	

hr.seperator {
	width: 75%;
	border: 1px #000000 dotted;
	margin-left: 0px;
}
	
		
	
.style1 {
	color: #3d2613;
	font-weight: bold;
}

		

