body {
background-color: #f0f0f0;
font-size: 11px;
font-family: Geneva, Arial, Helvetica, sans-serif;
color:#316202;
padding:0px;
margin:0px;
}
a {color: #316202; font-weight:bold;}
a:visited {color:#316202; font-weight:bold;}
a:hover {color: #D7E3CC; font-weight:bold;}
a:active { color:#D7E3CC; font-weight:bold;}

h1 {
font-size: 11px;
padding:5px 15px;
margin:0px }

h2 {
font-size:16px;
font-weight: bold;
padding: 5px 10px;
margin:0px;}

h4 {
	color: #254902;
	font-weight: bold;
	font-size:14px;
	padding:0px 10px;
    margin:0px 
	
}

/* ----------container to center the layout-------------- */
#container {
width: 800px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;

}

#wrapper {
background:url(images/bg.jpg) top center repeat-x;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;

}



/* ----------banner for logo-------------- */
#banner {
text-align: right;
height:305px;
padding: 0px;
margin: 0px;
}

#flash{
float:right;
width:487px;
height:305px;
display:inline;


}

#fifty{
width:310px;
height:53px;
float:left;
font-size:12px;
font-weight:bold;


}

#logo{
width:310px;
height:180px;
float:left;

}



#navwrapper{
height:40px;
background-color:#316202;
margin:0px 0px;
overflow: hidden;

}
#nav{
height:32px;
margin:8px auto 0px auto;
width:800px;
}

/* -----------------content--------------------- */
#content {

padding: 0px;
margin-right: 250px;
margin-left: 0px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding:0px 10px 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#right {
float: right;
width: 250px;
margin: 0px;
padding: 0px;
clear:both;
}

/* -----------footer--------------------------- */
#footer {
position:relative;
width:100%;
background:url(images/footer.jpg) top center repeat-x;
height:169px;
clear: both;
padding: 0px;
 }
 
.alert {
	background: #fff6bf url(images/exclamation.png) 15px center no-repeat;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}
 

#footer a {color: #FFFFFF;}
#footer a:visited {color:#FFFFFF;}
#footer a:hover {color: #cddebe;}
#footer a:active { color:#000000;}	

 
 #foot {
background:url(images/foot.jpg) top center no-repeat;
width:800px;
height:169px;
clear: both;
margin:0px auto;
padding: 0px;
 }

