/* CSS Document */

body{
background-color:#000000;
padding:0px;
margin:0px;
}
.content_bg{
background-image:url(images/content_bg.jpg);
background-repeat:repeat-x;
background-color:#923406;
}
.contact_us_bg{
background-image:url(images/contact_us_bg.jpg);
background-repeat:no-repeat;
height:234px;
}
.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;
}

.main_content_bg{
background-image:url(images/main_content_bg.jpg);
background-repeat:repeat-x;
background-color:#AF551A;
}
.content_text {
	font-family:Arial;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.content_text a{
	font-family:Arial;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align:justify;
	text-decoration: underline;
}
.content_text a:hover{
	font-family:Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align:justify;
	text-decoration: none;
}

.footer_text {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #DE8C3B;
	text-decoration: none;
}
.form_text {
	font-family:Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
	text-decoration: none;
}.inline_right {  margin-bottom: 15px; margin-left: 15px; border: #666666; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.formfield {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; border: #666666; border-style: dotted; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
