/* CSS Document */





body {
  font-family:  "Book Antiqua", serif;
  font-size: 100%;
  background-image: url(../img/gradient2.gif);
background-repeat: repeat-x; 


	margin:0;
	padding:0;
}

*{
	margin:0;
	padding:0;
	line-height:1.3em;
}


#container {
	width:700px;
	margin:20px auto;
	background: #FFFFDA;

font-size:100%;
  
}

#header {
	height:170px;
  margin:0px;
  
	background:  url(../img/flicker2.gif)  no-repeat;
  color:#fff;
  font-size:95%;
  text-align:left;
  clear:both;
  
  
}


#content {
background: #FFFFDA;
background-image: url(../img/corner2.gif);
background-repeat:no-repeat;
background-position: center top ; 
padding: 20px 0px 0px 0px;
float: left;
position: relative;
width:490px;
text-align:justify;
color:#000;
font-size:13px;


}


#content2 {
background: #FFFFDA;

padding: 10px 0px;
clear:both;
text-align:center;
color:#000;
font-size:13px;

}


#content a {
text-decoration: none;
color:#000;
}


#content2 a {
text-decoration: none;
color:#000;
}

#content2 a:hover{
color:#000;
 background:#CDB585;
}



#content a:hover{
color:#000;
 background:#CDB585;
}



#secondarycontent {

background: #FFFFDA;
background-repeat:no-repeat;
background-position: bottom right; 
padding:20px 10px 0px 0px;
position: relative;
width:199px;
float: right;
}

#footer {
  clear:both;
  background:#FFFFDA;
  color:#000;
  font-size:75%;
  text-align:left;
  
}

#footer a {
text-decoration: none;
color:#000;
}

#footer a:hover{
color:#000;
 background:#CDB585;
}



#nav {
  
  width:100%;
padding: 10px 0px;
  font-family:  "Book Antiqua", serif;
  font-size:15px;
  background:#E8E8C4;
	color:#000;

	
	
	
}

#nav li {
	
	list-style:none;
	display:inline;
	padding:0px 6px;
}

#nav li a:hover {
	
  color:#fff;
font-weight:normal;
 background:#CDB585;
}

#nav li a {
  margin:0px 0px;
	padding:10px;
	color:#000;
	text-decoration:none;
  font-weight: normal;
  
}

h1 {
	padding:0;
  margin:5px 0px;
	font-family: "Book Antiqua", serif;
  font-size:22px;
  font-weight:normal;
	color: #000;
	text-align: center;
	text-decoration: underline;

	
}

 h2 {
	
margin: 0px 0px 0px 17px;
font-family: "Book Antiqua", serif;
  font-size:20px;
  font-weight:normal;
  color: #000;
  text-decoration:none;
background:#E8E8C4;
}



h3 {
	
  margin: 10px 12px 0px 12px;
	font-family: "Book Antiqua", serif;
font-size:15px;
 font-weight:normal;
 color: #000;

}


h4 {
	
  margin: 0px 0px 0px 15px;
	font-family: "Book Antiqua", serif;
  font-size:17px;
background:#E8E8C4;
  font-weight:normal;
  color: #000;
  text-decoration:none;
}


#secondarycontent img {
   
border: 1px solid black;

}


p {
margin:3px 2px 2px 10px;
padding:10px 5px;
}

#content2 p {
margin:2px 30px 2px 30px;
padding:8px 6px;
}

form {
 
margin: 0 12em ; 
text-align: center;
}


#content ul{

margin: 0px 0px 0px 30px;

}


#content2 ul{

margin: 0px 0px 0px 30px;

}

span.highlight
{
background-color:#E8E8C4;
}
</style>