body{
	background-color: #663300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.container{
	background: #cccc99;  
	width: 770px;
	margin: auto; 
	padding: 15px;
	border-right: 2px solid #333333;
}

.menuContainer{
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #333333;
	border-right: 2px solid #333333;
}

.photo{
	margin: auto;
}

p{
	font-size:12px;
	line-height: 22px;	
	width: 420px;
	margin-left: 25px;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	width: 550px;
	color:#993300;
	margin-left: 25px;
}

dl{

	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 	 	font-size:12px;
	line-height: 18px;	
	margin-left: 150px;
}

dt{
	font-weight: bold;
	color: #336699;
	padding-top: 15px;
	line-height: 22px;
}
	
dd{
	width: 500px;
	line-height: 22px;
}

ul{
	font-size:12px;
	line-height: 22px;	
	width: 420px;
		list-style-position: inside;
}

li{
}

.faq{
	line-height: 8px;
}

.subHead{
	font-weight: bold;
	color: #663300;
	text-transform: uppercase;
}

.photoPanel{
	float: right;
	width: 300;
	padding-right: 35px;
}

.caption{
	font-size: 11px; 
	width: 250px;
	line-height: 16px;
}

a:link{
	text-decoration: underline;
	color: #993333;
}
a:visited{
	color: #666666;
}
a:hover{
	text-decoration: none;
	color: #993300;
}



.logo{
	border-top: 1px #000000 solid;
	margin: 4px 1px 1px 0px;
}

.headerContainer{
	width: 800px;
	background-color:#121558;

}

.footer{
	font-size: 10px;
	color: #333333;
	margin-left: 25px;
	width: 700px;
	clear: both;	
}


td{
	font-size:12px;
	vertical-align: top;
}

.formLabel{
	text-align: right;
}



-->