html, body {
   margin : 0;
   padding : 0;
   background-color: #b20000;
}

	body {
	font : 10px "Verdana", Arial, Helvetica, Tahoma, sans-serif;
	font-weight: normal;
	color : #333333;
	text-align:center;
	}




#maincontent {
width: 980px;
background-color: #FFFFFF;
text-align:left;
  margin : 0px auto;
  border: 0px solid yellow;
  
}



#container {
   width : 1000px; 
   background: #b20000 url("../images/shadow_main.png") repeat-y; 
   border: 0px solid green;
 margin : 0px auto;
}

#redstrip {
   width : 100%;
   background-color: #cc0033;
height: 4px;
}

#topbar {
   width : 100%;
background: #C9DBD8 url("../images/main_menu_bg.jpg") repeat-x;
height: 86px;
}

.clear {
clear:both;
}

#logo {
float: left;
width: 290px;
height: 86px;
}

#topbar {
float: left;
height: 86px;
}

#col1 {
float: left;
width: 467px;
height: 300px;
border-bottom: 1px solid #ffffff;
}

#col2 {
float: left;
width: 513px;
height: 300px;
border-bottom: 1px solid #ffffff;
}

#newsbox1 {
float: left;
width: 232px;
height: 205px;
margin: 10px 10px 0px 10px;
border-bottom: 1px solid #ffffff;
}
#newsbox2 {
float: left;
width: 232px;
height: 205px;
margin: 10px 10px 0px 10px;
border-bottom: 1px solid #ffffff;
}

.news_headline {
float: left;
width: 200px;
}

.news_more {
float: left;
width: 20px;
}

.news_strip {
float: left;
background: url("../images/news_strip.gif") no-repeat;
width: 3px;
height: 162px;
}

#basebox {
float: right;
width: 460px;
height: 205px;
border-bottom: 1px solid #ffffff;
}

#col_left {
float: left;
width: 310px;
border-bottom: 1px solid #ffffff;
}

#col_right {
float: left;
width: 670px;
border-bottom: 1px solid #ffffff;
}

#col_right_margin {
margin: 10px 10px 0 10px;
}

#footer {
width: 980px;
background: url("../images/footer.gif") no-repeat;
height: 40px;
}

#footer_shadow{
clear:both;
width: 1000px;
background: url("../images/shadow_footer.png") no-repeat;
height: 23px;
margin : 0px auto;
}

#copyright {
padding: 22px 0 0 180px;
}



#main_content_left {

float: left;
min-height:300px; 
height:auto;
width: 760px;
padding: 0;
margin: 10px;


}
/* for Internet Explorer */
/*\*/
* html #main_content_left {
height:300px;
}
/**/





.clear{
  clear: both;
  line-height: 0;
height: 0;
font-size: 0;
  }





	
	.style3 {
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; 
	}


/* Normal links */
a:link, a:visited {
	color: #b20000;
	text-decoration: underline;
	}

a:hover, a:visited:hover {
	color: #591718;
	text-decoration: underline;
	}

/* Image border and background color fixes */
a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border: none;
	background-color:transparent;
	}


	

.white a {
	text-decoration: none;
	color: #fff;
		font-weight: bold;
}
.white a:hover {
	color: #fff;
	text-decoration: underline;
		font-weight: bold;
}

.white a:visited {
	color: #fff;
		font-weight: bold;
		}
		
		
.bold {
font-family: 'Verdana', arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;

}

.italic {
font-family: 'Verdana', arial, helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
font-style: italic;

}


.red_text {

color: #b20000;
	}
	
.h1 {

font-size: 14px;
font-weight: bold;
color: #b20000;
	}
	
h1 {
color: #b20000;
font-size: 14px;
font-weight: bold;
}

.h2 {
	font-size: 12px;
	font-weight: bold;
	}
	
	h2 {
font-size: 12px;
font-weight: bold;
}

h3
{
color: #b20000;
font-size: 12px;
font-weight: bold;
}

.h3 {
	
		font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #CC6600;
	font-variant: normal;

	}

.h4 {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #CC6600;
	font-variant: normal;
	}

.h5 {	
		font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #CC6600;
	font-variant: normal;
	}

.h6 {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #CC6600;
	font-variant: normal;
	}


.header1 {
	font-size: 18px;
	font-weight: bold;
}
.header2 {
	font-size: 16px;
	font-weight: bold;
}

.boldtext {
	font-weight: bold;
}
.italictext {
	font-style: italic;
}

.news {
    PADDING-BOTTOM: 15px;
    PADDING-TOP: 0px;
	border-bottom: 1px solid white;

}


a[href $='.pdf'] { 
   padding: 0 0 0 20px;
   background: transparent url("../images/pdf.gif") no-repeat center left;
}

 .button{
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4F2538;
	background-color: #B1F89A;
	border: 2px solid #4F2538;
	margin-top: 12px;
	margin-bottom: 12px;
	cursor: pointer;
}

#form{
	margin: 10px;
	text-align: center;
	background-color: #DBDBDB;
	width: 460px;
	}