/*  =body
=================================================*/
BODY {
margin: 0 0 0 0;
background-color: #6a2a2d;
background-image:url('/im/bkgnd.jpg');
background-repeat:repeat-x;
font-family: Arial, Helvetica, sans-serif; color: #000000;
font-size: 12px;
} 

/*   Nav links
=================================================*/
A:link { color: #000000; TEXT-DECORATION: underline }
A:active { color: #CC6600; TEXT-DECORATION: none }
A:hover { color: #000000; TEXT-DECORATION: none }
A:visited { color: #000000; TEXT-DECORATION: underline }


/*  =Text
=================================================*/
h1 { font-family: Verdana, Helvetica, sans-serif; font-size: 21px; color: #6a2a2d; }
h2 { font-family: Verdana, Helvetica, sans-serif; font-size: 18px; color: #6a2a2d; }
h3 { font-family: Verdana, Helvetica, sans-serif; font-size: 15px; color: #6a2a2d; }
h4 { font-family: Verdana, Helvetica, sans-serif; font-size: 13px; }
h5 { font-family: Verdana, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #6a2a2d; }

.actioncall { font-size: 14px; font-weight: bold; text-align: center; color: #990000;}
.actioncall_inline { font-weight: bold; color: #990000;}
.backnav { font-family: Verdana, Helvetica, sans-serif; font-size: 10px; margin-bottom: 30px; }
.backnav_light { font-family: Verdana, Helvetica, sans-serif; font-size: 10px; margin-bottom: 30px; color: #444444;}
.content-blacksm { font-size: 11px; }
.backtotop { font-size: 9px; text-align: right; }
#footer { font-family: Arial Helvetica, sans-serif; font-size: 12px; color: #cccccc; text-align: center; }
#grey-linkfoot { color: #cccccc; }

/*  =Margins
=================================================*/

#margin_content { margin-left: 25px; margin-right: 25px; margin-top: 10px; }

#border-right { border-right: 1px dashed #444444; }

hr {border: none 0;
border-top: 1px dashed #5b5031;
width: 100%;
height: 1px;
margin-top: 10px;
margin-bottom: 10px;
} 

hr_sm {border: none 0;
border-top: 1px dashed #5b5031;
width: 100%;
height: 1px;
margin-top: 10px;
margin-bottom: 5px;
} 


#content-right {border-right: 3px solid #6a2a2d; }



/*  =Colors
=================================================*/
.red { color: #990000 }
.dkred { color: #6a2a2d }
.gold { color: #5b5031 }



/*  =Dropnav Menu
=================================================*/
   #dropmenudiv{
		position: absolute;
		border: 1px solid #333333;
		border-bottom-width: 0;
		font: 11px Verdana, Helvetica, sans-serif;
		font-weight: bold;
		line-height: 25px;
		z-index: 100;
	}

	#dropmenudiv a{
		width: 100%;
		display: block;
		text-indent: 8px;
		border-bottom: 1px solid #333333;
		padding: 2px 0;
		text-decoration: underline;
		font-weight: normal;
	}

	#dropmenudiv a:hover{
	/*hover background color*/
		background-color: #eeeeee;
	}

#dropnav { 
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-align: center;
border-right: 1px solid #444444;
line-height: 25px;

}





/*  =Tools
=================================================*/



/*  =forms
=================================================*/
.form { background: #cccccc; }