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

body {
	background: #999999;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

hr {
	width: 75%;
	color: #DD8A40;
	background-color: #DD8A40;
	border:0;
	height:1px;
}

.noIndent {
	padding: 0;
	margin: 10px;
}

#wrapper {
	width: 900px;
	background: #fff;
	color: #000000
}

#banner {
	height: 329px;
	margin:0;
	padding:0;
/*	background-image: url(../images/banner.jpg);
	background-repeat:no-repeat;
*/}

#menu {
	height: 25px;
	background: #DD8A40;
	color: white;
	font-size: larger;
	padding-left: 5px;
	padding-right: 5px;
}


#left {
	float: left;
	width: 200px;
	padding: 5px;
	font-size: smaller;
	background-image: url(../images/left-gear.jpg);
	background-repeat: no-repeat;
	min-height: 300px;
	height: auto;
}

#left a {
	text-decoration: none;
	color: #9E1C20;
}

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

#right {
	float: right;
	width:674px;
	padding: 5px;
	border-left: 1px solid #9E1C20;
	padding-left: 10px;
}

#right a {
	text-decoration: none;
	color: #9E1C20;
}

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

#footer {
	clear: both;
	color: #999999;
	font-size: smaller;
	padding: 2px;
	text-align: center;
}

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

.title {
	font-size: x-large;
	color: #9E1C20;
}

.pullText {
	float:right;
	width:30%;
	padding:8px;
	font-size:1.1em;
	margin:20px;
/*	background-color:#F0CCA6; */
	color: #DD8A40;
}

.bqstart {
    float: left;
	height: 25px;
	font-family:"Times New Roman", Times, serif;
	font-size: 300%;
    color: #9E1C20;
	margin-top: -20px;
	padding-right: 5px;
}

.bqend {
    float: right;
    height: 25px;
    margin-top: -30px;
    color: #9E1C20;
	font-family:"Times New Roman", Times, serif;
	font-size: 300%
}

.finePrint {
	font-size: .6em;
	font-style:italic;
	text-align:right;
	color: #9E1C20;
}

#nav {
	margin: 0;
	padding: 0;
	height: 25px;
	list-style: none;
	display: inline;
	overflow: hidden;
	text-align: center;
}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#nav a {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	background: #DD8A40;
	color: #fff;
	text-decoration: none;	
}	

#nav a:hover {
	background: #F0CCA6;
	color:  #DD8A40;
}

#nav a:active, #nav a.selected {
	background: #fff;
	color: #DD8A40;
}