

body {
	background-color: #000000;
	background-image: url(images/back.gif);
}
.main_title {
	font-size: 24px;
	border-bottom: 1px solid black;
	padding: 0px 0px 5px 0px;
}
.secondary_title {	font-size: 14px;
	color: #D78F00;
}
.footer {
	color: #B68120;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.bodycopy {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color:#000000;
}
.callout {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-style: italic;
}
.title3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16p;
}
.sidenav {
	font-size: 10px; 
		color: #D78F00; 
			font-family: "Times New Roman", Times, serif; 
}
.spec_footer_color {
	color: #C78300
}
a:link {
	color: #C78400;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D78F00;
}
a:hover {
	text-decoration: none;
	color: #996600;
}
a:active {
	text-decoration: none;
	color: #D78F00;
}

#form-content {
    margin: 0 auto;
    text-align: left;
    width: 740px;
    height: 100%;
}
