/**  reset css  **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/**  end reset **/

body{
	background-color: #9F9E88;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;	
	font-size:12px;
	color:#333;
	margin:0;
	
}

#wrapper{
	margin:0 auto;
	width:984px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position:left top;
}

#header{
	height:160px;
}

#headerLeft {
	width:580px;
	float:left;
	margin-top:16px;
	max-height:73px;
	padding:30px 0 0 20px;
}
#headerRight {
	width:117px;
	float:right;
	margin:36px 20px 0 0;
}

#leftCol{
	width:158px;
	float:left;
	margin:0 0 0 0;
	padding:20px 0 40px 0;
	background-color:#C1CCCA;
	background-image:url(../images/leftFoot.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#rightCol{
	display:none;
	width:222px;
	padding-right:20px;
	float:right;
	margin:0 0 20px 20px;
}

#contentWrapper {
}

#mainCol{
	width:826px;
	float:right;
	line-height:20px;
	letter-spacing:.01em;
	word-spacing:.07em;
	background-color:#F7F7F7;
	background-image:url(../images/rightFoot.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
                min-height:750px;
}


#content{
	margin:46px 20px 20px 20px;
	float:left;
}

#focusArea {
	display:none;
}

#footer{
	padding: 2px;
	clear:both;
	font-size:10px;
	color:#CCC;
}

#legal{
	text-align:center;
	font-size:10px;
	color:#666;
}

#legal p{
	margin-top:5px;
	margin-bottom:0px;
}


.clearing {
	clear:both;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	color: #FFF;
	font-size:35px;
	margin-bottom:3px;
}
h2, h3 {
	color: #336600;
	font-size:20px;
	letter-spacing:.02em;
}

.focusBox h3, h4, h5, h6 {
	color:#990000;
	font-size:14px;
	background-image:url(../images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:11px;
	margin-bottom:10px;
}

h2 {
	background-image:url(../images/donut.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:18px;
}
h3 {
	color: #D5C9C9;
	font-size:20px;
	letter-spacing:.02em;
}


#mainCol a:link {
	color:#069;
	text-decoration:none;
}

#mainCol a:active {
	color:#069;
	text-decoration:none;
}

#mainCol a:visited {
	color:#000;
	text-decoration:none;
}

#mainCol a:hover {
	color:#900;
	text-decoration:underline;
}


/*helping out wolfnet*/
#mainCol .nav_text a:link, .nav_text a:visited {
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}

#contentWrapper ul {
	list-style:circle;
	padding-left:35px;
}


#contentWrapper ol {
	list-style:decimal;
	padding-left:35px;
}	

#contactInfo{
	color:#fff;
	text-align:right;
	margin:20px 10px 0 0;
}

#contactInfo a{
	color:#666;
}

/* ------------- paragraph spacing ------------------  */

#mainCol  p {
	margin-bottom:10px;
}

#focusArea p {
	margin-bottom:4px;
}


#contactInfo{
	text-align:right;
	font-size:11px;
	margin:0px;
	margin-right:10px;
	margin-top:20px;
	margin-bottom:30px;
}


#eoffice{
	text-align:center;
	margin-top:3px;
	margin-bottom:3px;
}