@charset "UTF-8";
/* CSS Document */
body{
	font-family:"Lucida Grande", sans-serif;
	font-size:small;
	color:#666666;
	text-align:center;
	background-image: url(images/grayishbk.jpg);
	background-repeat: repeat;
	}
h1{
	color: #EB1922;
	font-size: x-large;
}

h2{
	font-size: medium;
	color: #232175;
}
h3{
	color: #F7931E;
}
#wrapper{
	width: 969px;
	text-align:left;
	background-image:url(images/wrapperbk.gif);
	background-repeat:repeat-y;
	border:4px solid #EE1C25;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#masthead{
	width: 969px;
	height: 178px;
	background-image:url(images/masthead.jpg);
	background-repeat:no-repeat;
	position:relative;
	float:left;
	}
#masthead img{}
#masthead h1{
	font-size: small;
	text-indent: -5000px;
}
#logo{
	position:absolute;
	top:0px;
	left:0px;
	}
#logo a img{
	border:none;
	}
#contentwrapper{
	width:969px;
	float:left;
	position:relative;
	}
#Lsidebar{
	width:167px;
	height:370px;
	background-image:url(images/Lbar.gif);
	background-repeat:no-repeat;
	float: left;
	}
#nav{
	width:135px;
	float:left;
	background-color:#2D2B80;
	color:#f7931e;
	font-weight:bold;
	padding-left:5px;
	}
#faders{
	width:297px;
	height:300px;
	float:left;
	}
#napa{
	width:290px;
	height:71px;
	background-image:url(images/napa.jpg);
	background-repeat:no-repeat;
	clear:left;
	position:absolute;
	top:299px;
	left:307px;
		}
#content{
	background-color:#fff;
	width:355px;
	color:#2D2B80;
	line-height:175%;
	float:right;
	position: absolute;
	top:0px;
	left:604px;
	padding-left:5px;
	}
#content a:link, #content a:visited, #content a:active{
	color: #F8192A;
	font-weight: bold;
}
#content a:hover{
	color: #F6931E;
}
#footer{
	clear:left;
	background-color:#f7931e;
	color:#CC0000;
	width:969px;
	height:35px;
	font-weight:bold;
	padding-top:10px;
	}
#footer li{
	list-style-type:none;
	display:inline;
	}
#footer a:link, #footer a:visited, #footer active{
	position:relative;
	left:510px;
	color:#CC0000;
	text-decoration:none;
	}
#footer a:hover{
	color: #201B5B;
}
.Rfloat{
	float:right;
}
#mdlink, #mdlink a{
	color:#FF8D00;
	font-size:7pt;
	font-weight:bold;
	text-align:center;
}