body{
	font-family: "Arial,sans-serif";
	color: #333333;
	line-height: 1.1;	
	margin: 0px;
	padding: 0px;
	
	background-image:url(..);
	background-attachment: fixed;
	background-repeat:no-repeat;
    background-position:relative;
}

a:link, a:visited, a:hover {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links Arial,sans-serif*/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
  font-family:"Felix Titling";
  font-size:16px;
 
  color: #334d55;
}

h3{
  font-family:"Felix Titling";
  font-size:22px;
  font-size: 100%;
  color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 5px 0 0 0;
	padding: 10px 0px;
	border-bottom: 2px solid #000000;	
	a:link, a:visited, a:hover
	color: #333333
	text-decoration: none;

}

#navBar{
	margin: 0px 81% 0 10px;
	padding: 0px;
	a:link, a:visited, a:hover
	color: #333333
	text-decoration: none;	
	
}

#feature{
    float:right;
	width: 70%;
	margin: 0px 50px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	border-bottom: 0px solid #000000;
	a:link, a:visited, a:hover color: #000000
	text-decoration: underline;
}
#featurephoto{
	float:right;
	padding-bottom:0px;
}

#spacer{
	margin: 0px 0px 20px 0px;
	padding: 10px 2px 10px 2px;
	border-bottom: 2px solid #000000;
}


#content{
	
	margin: 150px 0px 20px 0px;
	padding: 2px 2px 2px 2px;
	border-top: 2px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	border-bottom: 0px solid #000000;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 50px 0px 0px 0px;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}
