/* CSS Document */

body {
	background-color: #7A7A7A;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#4f4f4f;
	background-color:transparent;
}

h1, h2, h3, h4, h5, h6{
  font-family: Geneva, Arial, Helvetica, sans-serif;
  color: #666;
  background-color: transparent;
}

h1{
  font-size: 1.3m;
}

h2{
  font-size: 1em;
}

h3{
  font-size: 0.8em;
}

h4{
  font-size: 0.8em
}

h5{
  font-size: 0.7em;
}

h6{
  font-size: 0.6em
}

/************ layout styles **************/
#page-wrapper{
	margin-top:60px;
	margin-left:auto;
	margin-right:auto;
}


#wrapper-main{
	margin-left:auto;
	margin-right:auto;
	width:792px;
	height:550px;
	position:relative;
}

#content {
	position:absolute;
	width:747px;
	height:386px;
	z-index:1;
	left: 21px;
	top: 120px;
	overflow: hidden;
	visibility: visible;

}
/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #000051;
	font-size:.9em;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color:#CCCCCC;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/************ Footer **************/
#footer {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:8.5pt;
	text-align:center;
	margin-top: 25px;
}

#footer a:link {
	color: #000000;
	text-decoration: none;
	target-new: tab;
	
}

#footer a:visited {
	text-decoration: none;
	color: #000000;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a:active {
	text-decoration: none;
}

