/* CSS Document */

body{
background-color:#993300;
padding:0px;
margin:0px;
}
.footer_bg{
background-image:url(images/footer_bg.jpg);
background-repeat:no-repeat;
}
.side_bar_bg{
background-image:url(images/side_bar_bg.jpg);
background-repeat:repeat-y;
}
.side_bar{
background-image:url(images/sight_bar.jpg);
background-repeat:no-repeat;
}
.middle_content_bg{
background-image:url(images/middle_content_bg.jpg);
background-repeat:repeat-x;
background-color:#A6280F;
}
.footer_text, .footer_text a, .footer_text a:hover  {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FD2A00;
	text-decoration: none;
}

.side_bar_text {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #E27E06;
	margin: 4px 0 20px 0;

}

.content_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	
/* 	color: #000000; */
	color: #E27E06;
	text-align:left;

}
.content_text a{
	font-weight:normal;
	color: #FF9900;
	text-align:left;
	text-decoration: none;
}
.content_text a:hover{
	font-weight:normal;
	color: #FFFFFF;
	text-align:left;
	text-decoration: none;
}
.form_text {
	font-family:Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
	text-decoration: none;
}.subheader {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 20px; color: #FF9900}

