body {
	font-family: "trebuchet MS", arial, verdana;
	font-size: 10pt;
	line-height: 105%;
	margin: 30px 0 0 100px;
	width: 500px;
	background-image: url(images/intro_bg_flip_right.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
    
}

a.homepage_link
{
     
    margin-right: 10px;
    
}
a.homepage_link:link
{
    color: #003366;
    font-weight: bold;
}
a.homepage_link:hover
{
    color: #0099FF;
    font-weight: bold;
}
a.homepage_link:visited, a.homepage_link:active
{
    color: #003366;
    font-weight: bold;
}
img 
{
    border-style: none;
     
}
#form_container{
	margin-bottom: 100px;
}
#form_container #Submit1
{
     
    background-color: #CC0000;
    color: #FFFFFF;
    border: solid 1px #fff;
	width: 63px;
}
#intro_par {
	margin-bottom: 20px;
}
#intro_par h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #679A34;
	margin: 10px 0 25px 0;
}
#intro_par h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #3177B0;
	margin: 15px 0 5px 0;
}
#links_container {
	width: 500px;
	margin: 0 0 150px 0;
	
}
#footerlinks_container {
	width: 500px;
	margin: 0 0 150px 0;
	vertical-align: bottom;
	position:fixed;
}

#footer {
	background-image: url(images/DOE_OBP_footer_logo.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 50px;
	margin: 25px 0 25px 0;
}
 #main_container {
	float:left;
	width: 100%;
 }
.errormessage 
{
	background:transparent;
    position:static; 
    /*height: 29px; */
    font-weight:bold; 
    border-style: none;
    color:Red;
	width: 618px;
}
