@charset "utf-8";

a:link, a:active, a:visited {
color: #f58345;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #333333;
}
body {
	background-color:#ffffff;
	background:url(../images/Background.png) center; background-repeat:repeat-y;
}
body,p,ol,ul,h1,h2,h3,h4 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
}
p,ol,ul {
	font-size:12px;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:12px;
}				
.footer {
background-image:url(../images/OBACFooterLogo.png);
background-repeat:no-repeat;
background-position:center;
height: 150px;
width: 100%;
clear:both;
padding-bottom:.2em;	
}
.footertext {
text-align:center;	
}
.footeremail {
text-align:center;
padding-bottom:4em;	
}
.bodypadding {
padding-top:.5em;
padding-right:3em;

}
.recommendationsHead {
font-size:14px;
font-style:oblique;
background-color:#495677;
color:#FFFFFF;
padding-left:.4em;
padding-bottom:.3em;
padding-top:.3em;
}
.recommendation {
font-size:12px;
font-weight:bold;
padding-right:4em;
}
.form-required {
font-size:12px;
color:#FF6600;
font-weight:bold;
}
.formtext {
font-size:12px;
width: 25%;
}
.formreq {
width: 6px;
}
.forminput {
width: 75%;
}

.form-input {
width: 50%; 
border: solid 1px #ac9f7f; 
margin-bottom: 0.5em; 
background: #f9f5e1;
}
.formtextarea {
width: 70%; 
border: solid 1px #ac9f7f;
margin-bottom: 0.5em; 
background: #f9f5e1;
}
.submitbtn, .resetbtn {
font-size: 90%;
color: #fff;
font-weight: bold;
text-transform: lowercase;
margin: 0.5em 0;
background: #7387a0;
border: solid 1px #366998;
border-bottom-width: 2px;
}



