 /* General HTML */
 
* {margin:0;padding:0}

html {
	/*background-color:#EAEBED;*/
	background-image:url(../images/body_bg_rv.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}
	
body {
/* 	text-align:center; */
	padding: 0 0;
	/*background-color: #EAEBED;*/
	/*color:#000;*/
	font:83%/1.5 Verdana, Helvetica, Tahoma, Arial;
	background-image:url(../images/body_bg_rv.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}
	
a {
	color:#800000;
	font-style:italic;
	text-decoration:none;
	}
a:hover, a:visited, a:active {
	color:#003300;
	font-style:italic;
	text-decoration:underline;
	}
	
/*divs and div classes*/

div#wrap {
	position:relative;
	width:950px;
	margin: 0 auto;
	text-align:left;
	}
	
div#header {
	margin: 0 0 25px;
	/*padding: 0 0 8px;*/
	/*background-color:#fff;*/
	padding-top: 5px;
/*	background-image:url(../images/body_bg_4.jpg);
	background-repeat:no-repeat;*/
	}
	
div#content {
	padding: 0 20px;
	/*background-color:#c8c8c8;*/
	padding-bottom:25em;

	}	
	
 /* Menu */
	
div#menu{
	width:100%;
	overflow:auto;
/*	background: #fff;*/
	padding-top: 5px;
	border:none;
	height:55px;
	background-image:url(../images/body_bg_4.png);
	background-repeat:no-repeat;
	}
	
ul#nav,ul#nav li{
	list-style-type:none;
	margin:0;
	padding:0;
	border:none;
	}
	
ul#nav{
	padding-right:55px;
	border: 0px;
	}
	
ul#nav li{
	float:right;
	width:135px;
	height:41px;
	margin-left:5px;
	text-align: center;
	background-image:url(../images/menu_bg_6.png);
	/*background-position:bottom;*/
	background-repeat:no-repeat;
	/*padding-bottom:5px;*/
	border:none;
	}

ul#nav a{
	float:right;
	width:135px;
	height:41px;
	text-decoration:none;
	font-style:none;
	/*background: #800000;*/
	color: #fff;
	border:none;
	text-align:center;
	padding-top: 10px;
	}

ul#nav li.active a,ul#nav a:hover{
	color: #000;
	/*background-color:#336600;*/
	font-style:none;
	}
	
/* Headers */

h1, h2, h3, h4, h5, h6 {
	letter-spacing: -1px;
	font-family: Verdana, Helvetica, Tahoma, Arial;
	margin: 1.2em 0 .3em;
	color:#800;
	padding-bottom: .1em;
	}
	
h1 {
	font-weight:900;
	line-height:99%;
	text-align:left;
	padding-bottom:5px;
	margin-left:-10px;
	}
	
h2 {
	font-size: 136%;
	margin-left:-5px;
	}
	
h3 {
	font-size: 126%;
	margin-left:-2px;
	}
	
h4 {
	font-size: 116%;
	}
	
h5 {
	font-size: 106%;
	}
	
h6 {
	font-size: 96%;
	}
	
div.hr {
	height: 31px;
	background: url(../images/hr.png) no-repeat scroll center;
	}
div.hr hr {
	display: none;
	}
	
	
/* IMAGES */

img {
	behavior:url(../Scripts/iepngfix.htc);
	}

img.header {
	border:none;
	display:block;
	}
	
img.floatLeft { 
    float: left; 
    margin: 4px; 
	}

img.floatRight { 
    float: right; 
    margin: 4px; 
	border:none;
	display:block;
	}
	
/* Blockquotes */
blockquote {
	margin:1em 0;
	padding-left:30px;
	color:#555;
	background:url(/images/blockquote.gif) top left no-repeat;

	}
	
div#content ul {
	padding-left: 35px;
	}
	
div#newsletter {
	float:right;
	}