/* CSS Document */

body 
{
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
line-height:25px;
background-image:url(images/bg.jpg); background-repeat:repeat-x;
background-color: #fff;
}
.main_text, table, li, input, textarea, select
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:25px;
		color:#000;
	}
h1 { 
	font-family:  Century Gothic, Arial, Helvetica, sans-serif; 
	font-size:16px; 
	line-height:20px; 
	font-weight: normal; 
	color:#C7985A;
	padding: 0px;
	margin:0px; 
}
h2 {
	font-family:  Century Gothic, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px; 
	font-weight: normal;
}

#container
{
margin-left:auto; margin-right:auto; width:900px;
position:relative; clear:both; height:100%;

}
#banner
{
width:900px; height:64px;
}
#banner2
{
background-image: url(/images/nav2bg.jpg); height: 29px; padding-right:30px; padding-top:9px; text-align:right;
}
#banner h1
{
margin: 0;
padding: .5em;
}
.leftbox {
float:left;
width:390px;
padding-right:20px;
margin: 15px 20px 0px 0px;
border-right: dotted #C7985A 2px;
}
.rightbox {
float:left;
width:390px;
margin-top: 15px;
}
/* use these two if you want to specify the width in the html file */
.left_box_variable_width 
{ 
float:left; 
margin: 15px 20px 0px 0px; 
padding-right:20px;  
border-right: dotted #C7985A 2px;
}
#form_style table, td, input, textarea {
font-size:11px;
color:#FFFFFF;
background-color:#000000;
}

.right_box_variable_width
{ 
float:left;
margin-top: 15px;   
}

#nav p
{ 
margin-top: 0; 
}

a:focus, a:active {
outline: none;
}

#content
{
float:left; color:#FFFFFF;
width:900px; height:600px; background-color:#000000;
}
#text
{ 
padding:0px 30px 0px 30px;
}

#text2
{ 
/* top right left bottom */
padding:0px 0px 0px 30px; overflow:auto; 

scrollbar-face-color: #C7985A;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #FFFFFF;
}


#footer
{
clear: both; height:190px;
}
#below_footer {
color:#999999;
}
#below_footer a, a:visited {
font-size:10px;
color:#999999;
text-decoration:none;
}
#below_footer a:hover {
font-size:10px;
color: #C7985A;
text-decoration:none;
}
/******************* BOTTOM COPYRIGHT DIV *******************/
#copyright 
{
clear: both;
margin-top: 5px;
width:900px; 
color:#999999;
font-size:10px;
}
#copyright a, a:visited {
font-size:10px;
color:#999999;
text-decoration:none;
}
#copyright a:hover {
font-size:10px;
color: #C7985A;
text-decoration:none;
}
/******************* BODY LINKS *******************/
a:link, a:visited {	
	color: #C7985A; text-decoration:underline;
	font-size:12px;
}
a:hover {
	color: #C7985A;text-decoration:none;
	font-size:12px;
}
/******************* MENU LINKS *******************/
a.menu:link, a.menu:visited {
font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C7985A; font-weight:bold; text-decoration:none;
	
}
a.menu:hover {
    font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF; font-weight:bold; text-decoration:none;
}

box_rightline { width:300px; border-right: #999999 dotted 2px; padding: 0 10px 0 10px;
}
box_leftline { width:300px; border-left: #999999 dotted 2px; padding: 0 10px 0 10px;
}
box_topline { width:300px; border-top: #999999 dotted 2px; padding: 0 10px 0 10px;
}
box_bottomline { width:300px; border-bottom: #999999 dotted 2px; padding: 0 10px 0 10px;
}
