/* colors used-
green: #707529;
orange: #ac872c;
black: #070014;
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
margin:0pt;
padding:0pt;
}

a {
	color:#707529;
	}
	
body  {
	background-color:#070014;
	color:#070014;
	font: 13px georgia, serif;
	padding-bottom:25px;
	line-height:1.3;
	}
	
.col_left {
	width:437px;
	float:left;
	padding-top:25px;
	}
	
.col_right {
	width:190px;
	float:right;
	padding-top:25px;
	}
	
.col_right img{
	padding:0 0 25px 25px;
	}
	
#content {
	padding: 0 67px 54px 67px;
	}
	
.clear {
	clear:both;
	visibility:hidden;
	line-height:0;
	font-size:0;
	height:0;
	}

#footer {
	height: 88px;
	background: url(images/footer.jpg) repeat-x;
	}
	
form {
	padding-bottom:25px;
	}
	
form div{
	width: 437px;
	clear:both;
	padding-top:10px;
	}
	
form label{
	width:200px;
	display: block;
	float:left;
	padding-top: 5px;
	text-align:right;
	}
	
form label span {
	padding-right: 9px;
	}
	
form input {
	width: 200px;
	}
	
form p {
	width:435px;
	padding-bottom:10px;
	}
	
form textarea{
	width:200px
	}
	
h1 {
	color:#707529;
	font-size:20px;
	font-style:italic;
	padding-bottom:15px;
	}
	
h2 {
	color:#ac872c;
	font-size:18px;
	padding-bottom: 15px;
	}
	
h3 {
	font-size: 16px;
	padding: 0 0 15px 0;
	}

h4{
	color:#ac872c;
	font-size:14px;
	padding-top:15px;
	}

#header {
	height: 171px;
	background: url(images/head.jpg) repeat-x;
	}
	
ul.nav {
	list-style-type:none;
	margin:0;
	font: bold 26px georgia, serif;
	}
	
ul.nav li{
	border-bottom: 2px solid #070014;
	padding: 5px 0;
	}
	
ul.nav li a{
	text-decoration: none;
	}
	
ul.nobullet li {
	list-style-type:none;
	margin: 0;
	}
	
ul.nobullet {
	padding-top:10px;
	}
	
p {
	padding-bottom:25px;
	}
	
p.button {
	margin:0 0 25px 25px;
	width:165px;
	height:166px;
	background: url(images/button_frame.gif) no-repeat;
	font: italic bold 26px georgia, serif;
	text-align:center;
	display:block;
	padding:0;
	position:relative;
	}
	
p.button a {
	width:123px;
	height:85px;
	text-decoration:none;
	display:block;
	position:absolute;
	top:21px;
	left:21px;
	padding-top:37px;
	color:#070014;
	}
	
p.button a#but_yellow {
	background-color:#CEBA2B;
	}

p.button a:hover#but_yellow {
	background-color:#070014;
	color:#ceba2b;
	}
	
p.button a#but_green {
	background-color:#737F33;
	padding:20px 0 17px 0;
	}
	
p.button a:hover#but_green {
	background-color:#070014;
	color:#737f33;

	}
	
p.button a#but_orange {
	background-color:#ac872c;
	}
	
p.button a:hover#but_orange {
	background-color:#070014;
	color: #ac872c;
	}
	
span.but_sub {
	font-size:14px;
	}
		
p.liststart {
	padding-bottom:2px;
	}
	
.note {
	font: italic 11px georgia, serif;
	}
	
input.radio {
	width:auto;
	}
	
div.radio_div {
	padding:0;
	}
	

p.subhead {
	font-size: 16px;
	}
	
ul {
	padding-bottom: 25px;
	}
	
ul li{
	margin-left: 30px;
	padding-bottom: 2px;
	}
	
.wrap {
	width: 761px;
	margin: 0 auto;
	background:url(images/content.gif) repeat-y;
	}