/* Cascading Style Sheet */
body {
  /*background-image: url(../images/bg.gif);*/
  background-color: #C93;
  /*margin: 0px 100px; */
  padding: 0px;
  border: 0;
  font-family: Arial, sans-serif;
}


.header {
	padding: 0px 0px;
	width: 960px;
  	margin: 15px auto 0px auto;
	height: 145px;
	/*background-repeat: no-repeat;
	background-image: url(../images/headerbg.gif);*/
  	background-color: #cc9;
  	color: black;
  	font-family: "Times New Roman", Times, serif;
  	font-variant: small-caps; 
  	text-transform: capitalize;
  	font-size: 18px;
	
  
}
 .header h1 {
	margin: 0;
	padding: 0;
	width: 960px;
	}
.header h1 a {
	padding: 0;
	margin: 0;
	width: 960px;
	height: 145px;
	display: block;
	background-image: url(../images/headerbg.gif);
	background-repeat: no-repeat;
	}

 .header h1 a span { display: none; }
 
 /*
.header h1 {
font-size: 20px;
color: black;
text-align: center;
}

.header h2 {
font-size: 16px;
color: black;
text-align: center;
}
.header h3 {
font-size: 14px;
font-style:italic;
color: black;
text-align: center;
}
*/

#sitenav {
background-color: #663;
/*margin: 0em 12em 0em 12em; */
width: 960px;
text-align: right;
margin: 0px auto 0px auto; 
/*height: 25px;*/
text-transform: uppercase;
font-weight: bold;
/*padding: 8px 0px;*/

}

#sitenav ol {
    padding:0; margin: 0;
	font-family: Arial, Helvetica, sans-serif;
    /*font-size: medium;*/
	color: white;
	/*line-height: 25px;*/
	font-variant: 900;
	line-height: 30px;
}

#sitenav li {
  display: inline; 
list-style-type: none;
 /* margin-left: 1em;
  margin-right: 1em;*/
  text-align: center;
 /* border-left: 1px solid #c93;*/
 
}


#sitenav li a {

  text-decoration: none;	
  padding-left: 1em;
 padding-right: 1em;
    padding-top: 6px;
	padding-bottom: 5px;
	width: auto;
		
}

#sitenav li a:link {color: white;}
#sitenav li a:link:active {color: brown;}
#sitenav li a:visited {color: white;}
#sitenav li a:visited:active {color: green;}
#sitenav li a:hover {color: white; background-color:#cc9;}
/*a:focus {background-color: black;}*/

#main {
  /*position: relative;*/
  margin: 0px auto 0px auto;
  display: block;
  background-color: white;
  /*background-color: #D69E42;*/
  width: 960px;
  font-size: 16px;
  line-height: 19px; 
  
}


.floatRight { 
    float: right; 
    margin: 10px; 
	/*border-style: solid;
    border-width: 1px;
    border-color: #ae0404;*/
	padding: 10px;
}
.floatLeft { 
    float: left; 
    margin: 10px 10px 10px 15px; 
	/*border-style: solid;
    border-width: 1px;
    border-color: #ae0404;*/
	padding: 0px;
}
a:link {color: #663; }
a:link:active {color: brown;}
a:visited {color: #663;}
a:visited:active {color: #663;}
a:hover {color: #C93; }

#content {
	background-color: white;
	line-height: 1.2;
	display: block;
	padding: 10px 15px;
	
}
#content h1,h2,h3{
color: #c93;

}

#content  p {
margin-left: 10px;
}

#footer {
  color: #c93;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  font-variant: small-caps;
	border-top: 1px solid #c93;
margin: 75px 200px 0px 200px;
	
}

.copyright {
   color: #999;
  
 }









