/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #DDDDDD;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #666;
	}
	
p, li {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #666;
	line-height: 140%;
	margin: 10px 0px 10px 0px;
	}
	
td, input, select, textarea {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #666;
	}

.button {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #333;
	background-color: #EEE;
	}
	
a {
	font-weight: bold;
	font-size: 9px;
	color: #A69468;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: underline;
	}
	
.content {
	background: url('../images/background_faqs.jpg');
	}
	
.bottomnav td {
	padding: 0px 10px 0px 10px;
	}
	
.bottomnav td a {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	}
		
.bottomnav td a:hover {
	color: #A69468;
	}

/* scroller */
#divContainer{position:relative; width:400; height:310; overflow:hidden; top:0; left:0; clip:rect(0,400,310,0); visibility:hidden} 
#divContent{position:absolute; top:0; left:0}

/* subnav */

.subnav {
	display: block;
	width: 212px;
	height: 20px;
	font-family: verdana, arial;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	font-size: 10px;
	background: url('../images/sidenav_button_bg.jpg') no-repeat;
	text-align: left; padding-left:10px; padding-right:0px; padding-top:3px; padding-bottom:0px
	}
	
.subnav:hover {
	font-weight: normal;
	color: #A69468;
	text-decoration: none;
	}
	
.subnav_active {
	display: block;
	width: 212px;
	height: 20px;
	font-family: verdana, arial;
	font-weight: bold;
	color: #A69468;
	text-decoration: none;
	font-size: 10px;
	background: url('../images/sidenav_button_bg.jpg') no-repeat;
	text-align: left; padding-left:10px; padding-right:0px; padding-top:3px; padding-bottom:0px
	}

/* form elements */
input {
	font-size: 10px;
	color: #333;
}
select {
	font-size: 10px;
	color: #333;
}
.nopbutton {
	font-size: 9px;
	color: #333;
}

form { margin-bottom:0; }

.style1 {color: #A69468}

