@charset "utf-8";
/* css document*/

html,body,td,th {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #8C8B5E; 
	line-height: 16px; }

td { vertical-align:top; }
body {
	background-color: #D2D2B5;
	margin-top: 15px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
}

a:link     { color: #8C8B5E; text-decoration: none; }
a:visited  { color: #8C8B5E; text-decoration: none;  }
a:hover    { color: #8C8B5E; text-decoration: underline;  }
a:active   { color: #8C8B5E; text-decoration: underline;  } 

h1, h2, h3, h4, h5, h6, { font-weight: bold;}
h1 { font-size: 22px; color: #CF7600; line-height:22px; margin:0 0 8px 0; }
h2 { font-size: 16px; color: #666666; line-height:16px; margin:0 0 2px 0; }
h3 { font-size: 14px; color: #CF7600; line-height:16px; margin:-2px 0px -6px 0px; }
h4 { font-size: 14px; color: #666666; line-height:14px; margin:0 0 2px 0; }
h5 { font-size:12px; line-height:12px; color: #666666; margin:0 0 2px 0; }
h6 { font-weight:bold; font-size: 11px; letter-spacing: 2px; }

ul { margin-top: -1px; list-style-type: square; }
/*                  */
#masterConatiner { 
width: 960px;
background-color: #FFFFFF;
margin-left: auto;
margin-right: auto;
border: #8D8C60 solid 1px;
padding-top: 15px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
}

#header {}
 
#titleTop { 
font-weight:bold; 
font-size: 11px; 
letter-spacing: 2px;
float:left}

#navContainer {
font-size: 11px;
margin-left: 25px;
float: right;
font-weight: bold;}

#innerContainer {
width: auto;
border: #D2D2B5 solid 1px;
padding: 6px;
margin-left: auto;
margin-right: auto;
}

#sideBar {
width: 208px;
float:left; 
border: #8C8B5E solid 1px;
background-color: #8C8B5E;}

#content {
width: 713px;
margin: 0px 0px 0px 225px;
}

/*.twoColFixLt #sidebar1 {
	float: left; since this element is floated, a width must be given 
	width: 200px; 
	padding: 15px 10px 15px 20px;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 250px;  the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. 
	padding: 0 20px 20px;  remember that padding is the space inside the div box and margin is the space outside the div box 
} */



#content h1 { 
color: #8C8B5E;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold; 
font-size: 11px; 
letter-spacing: 2px;
text-align:right;

}

.clearRight{clear: right;}
.clearLeft{clear: left;}
.clearBoth{clear: both;}

.logoBottom { 
width: auto;
background-color: #848355;
padding: 15px;
}

.faqResults {
width: 75%;
margin-left: 15px;
padding: 5px;
background-color: #D2D2B5;
border: 1px solid #848355; }