@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.83em;
	line-height:normal;
	color:#000;
}

p{
	margin:6px;
	padding:0;
}
strong{
	margin:0;
	padding:0;
}


div{
	margin:0;
	padding:0;
}
img{
	border:0;
	margin:0;
	padding:0;
}

	
/*HEADINGS*/
h1{
	font-weight:normal;
	font-size:1.85em;
	padding:0;
	margin:6px;
	text-transform:uppercase;

	
}
h2{
	font-weight:normal;
	font-size:1.5em;
	padding:0;
	margin:6px;
	text-transform:uppercase;
}
h3{
	font-weight:normal;
	font-size:1.2em;
	padding:0;	
	margin:6px;
	text-transform:uppercase;
}
h4{
	font-weight:normal;
	font-size:1em;
	padding:0;	
	margin:6px;
	text-transform:uppercase;
}
h5{
	font-weight:normal;
	font-size:.9em;
	padding:0;
	margin:6px;
	text-transform:uppercase;
	
}
/*HEADINGS END*/
/*FONT COLOR*/

.white{
	color:#fff;
}

.orange{
	color:#a16a33;
}

/*LINKS*/
a:link{
	text-decoration:underline;
	color:#000;

}
a:visited{
	text-decoration:underline;
	color:#000;

}
a:active{
	text-decoration:underline;
	color:#000;

}
a:hover{
	text-decoration:none;
	color:#660000;

	
}


#nav a:link{
	text-decoration:none;
	color:#6b7481;

}
#nav a:visited{
	text-decoration:none;
	color:#6b7481;

}
#nav a:hover{
	text-decoration:none;
	color:#ccc;

	
}
#nav a:active{
	text-decoration:none;
	color:#6b7481;

}


/*#footer a:link{
	text-decoration:none;
	color:#316075;

}
#footer a:visited{
	text-decoration:none;
	color:#316075;

}
#footer a:hover{
	text-decoration:none;
	color:#fff;

	
}
#footer a:active{
	text-decoration:none;
	color:#316075;

}*/


.more a:link{
	text-decoration:none;
	color:#a16a33;
	background:url(../images/arrow.jpg) right center no-repeat;
	padding-right:20px; 

}
.more a:visited{
	text-decoration:none;
	color:#a16a33;
	padding-right:20px; 
	background:url(../images/arrow.jpg) right center no-repeat;

}
.more a:hover{
	text-decoration:none;
	color:#dd7e1f;
	padding-right:20px; 
	background:url(../images/arrow.jpg) right center no-repeat;

	
}
.more a:active{
	text-decoration:none;
	color:#a16a33;
	padding-right:20px; 
	background:url(../images/arrow.jpg) right center no-repeat;

}

#footer p
{
margin-top:60px;
color:#660000!important;
}


#footer p a:link
{
color:#660000!important;
text-decoration:none!important;
}

#footer p a:visted
{
color:#660000!important;
text-decoration:none!important;
}

#footer p a:active
{
color:#660000!important;
text-decoration:none!important;
}

#footer p a:hover
{
color:#B00308!important;
text-decoration:underline!important;
}

.contentHeader
{
background-color:#006634;
display:block;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
padding-left:15px;
}