/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CA952C;
}
/* use p tag to give you the spacing for your text*/
p {
	line-height: 18px;
	margin-right: 10px;
}
li {
	line-height: 18px;
	margin-right: 30px;
}
.text_link {
	color: #0066CC;
	text-decoration: none;
}
.text_link:hover {
	color: #0066CC
	text-decoration: underline;
	text-decoration: underline;
}
/* End Navaigation Styles ---------------------------*/

/* Secondary Navigation styles ----------------------------------*/
.sideNav {
	margin: 0;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #000000;
	margin: 2px;
}

a.sideNav {
  color: #000000;
  text-decoration:none;
}

a.sideNav:hover {
  color:#000000;
  background-color: #D6D8DD;
}

.sideNavOn {
	margin: 0;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #000000;
	background-color: #CCCCCC;
}

a.sideNavOn {
  color: #000000;
  text-decoration:none;
  background-color: #CCCCCC;  
}

/* End Navaigation Styles ---------------------------*/

.wrapDiv1 {
	margin: auto;
	padding: 0px;
	border: 1px solid #bebebe;
	width: 822px;
}
.wrapDiv2 {
	padding: 30px 0px;
	background-color: #898989;
	border: 1px solid #666666;
	width: 820px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	line-height: 15px;
	text-align: left;
}
.bottomnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 3px
}
.bottomnav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
	margin: 3px
}
.footer {
	background-color: #FFFFFF;
	background-position: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: #0066CC;
	border-bottom: 1px solid #666666;
	padding: 2px;
}
a {
	color: #0066CC;
	text-decoration: none;
}

