/*body*/
html, body{ 
	font-family: "Trebuchet MS", Trebuchet MS, Verdana, Arial, Sans Serif;
	font-size: 12pt;
	background-color: #d7bea4;
	text-align: center;
	margin: 0;
} 

.a
{font-family: arial black, "arial black";
font-weight: bold;
font-style: normal;
}

.alignright
{
clear: both;
float: right;
}

.alignleft
{clear:right;
float:left;
}

#container
{	
	width:800px;
	\width:802px;
	w\idth:800px;
	padding:0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #534749;	
	border: 1px solid #534749;
	}
	
#banner
	{
	width:100%;
	margin: 0;
	padding: 0;
	height: 60px;
	min-height: 60px;
	background-image: url(../images/headerbg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #534749;
	}

#banner h4
	{
	margin: 0;
	padding:0; 
	font-size: 1.3em;
	font-style: italic;
	color: #fff;
	}	
#banner ul
 { 
	padding: 0;
	margin: 10px 0 0 0;	
}

#banner ul li
 { 
	text-align: center;	
	display: inline;
	padding: 0;
	margin: 0;	
}

#banner  #current {
	color: #cb9d6b;
      }

#banner   #current a {
	color: #cb9d6b;
      }	
			
#banner a
{
font-size: 1.1em;
font-style: normal;
font-weight: bold;
text-decoration: none;
padding: 5px;
margin: 0 0 0 25px;
border: 0;
}
	
#banner a:link, #banner a:visited
{
color: #fff;
} 

#banner a:hover, #banner a:active
{
	color: #cb9d6b;
}


#content
	{
	width:100%;
	text-align: center;
	background-color: #534749;
	background-image: url(../images/bodybg.gif);
	background-position: top left;
	background-repeat: repeat-y;	
	margin: 0;
	padding: 0;
	}
	
#body
{
text-align: left;
margin: 0 15px 15px 15px;
padding: 0;
}

#body img
{
margin: 15px 3px;
padding:0;
border: 0;
}

#body h1
{
clear: left;
margin: 10px 0 0 0;
font-size: 1.3em;
color: #534749;
font-weight: bold;
} 	

#body h2
{
font-size: 1.1em;
color: #534749;
font-weight: normal;
font-style: italic;
margin: 10px 0 0 0;
} 

#body h3
{
padding: 0;
margin: 20px 0 10px 0;
font-size: 1em;
color: #534749;
font-weight: bold;
} 

#body h4
{
text-align: justify;
margin: 5px 0 0 0;
font-size: 1em;
color: #d8642b;
font-weight: bold;
font-style: italic;
} 

#body p
{
margin: 5px 0 15px 0;
font-size: 1em;
color: #534749;
font-weight: normal;
} 

#body table 
{
width: 95%;
margin: 2px;
}

#body td
{
margin: 5px;
font-size: .8em;
font-weight: normal;
} 

#body td h2
{
margin: 5px;
font-size: 1.5em;
font-weight: normal;
}

.announce
{padding: 2px;
border: 2px solid #d8642b;}

#body td h3
{
margin: 2px;
font-size: 1.3em;
color: #d8642b;
font-weight: bold;
font-style: italic;
} 
 

#body td img
{
margin: 0;
} 


#body ul
{
margin: 15px 0;
list-style: disc;
} 

#body ul li
{
margin-left: 50px;
font-size: 1em;
font-style: italic;
color: #534749;
font-weight: normal;
} 


#body a:link
{
font-size: 1em;
color: #51512c;
font-weight: normal;
text-decoration: underline;

} 

#body a:visited
{
font-size: 1em;
color: #51512c;
font-weight: normal;
text-decoration: underline;
} 

#body a:hover
{
font-size: 1em;
color: #663;
font-weight: normal;
text-decoration: underline;
} 

#body a:active
{
font-size: 1em;
color: #663;
font-weight: normal;
text-decoration: underline;
} 



#body .small
{
font-size: .8em;
font-style: italic;
color: #534749;
}


#body blockquote
{
width: 200px;
 float: right;
 padding: 5px;
 margin: 5px 0;
 border: 2px solid #d8642b;
 background-color: #d7bea4;
 }
 
#body blockquote h3
{
 margin: 2px 0;
 font-size: 1.1em;
 font-weight: bold;
 }
 
#body blockquote p
{
 margin: 2px 0;
 font-size: 1em;
 font-style: italic;
 font-weight: bold;
 }  
 
#body blockquote ul
{
text-indent: 0px;
} 
#body blockquote ul li
{
 list-style: none;
 font-size: 11px;
 font-style: italic;
 }    
 
 #body hr
 {
 height: 1px;
 color: #663;
 width: 95%;
 }
 
 	
#footer
	{
	width:100%;
	background-color: #534749;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 25px;
	min-height: 25px;
	}
	
#footer p
	{
	margin: 0;
	font-size: .75em;
	font-weight: normal;
	color: #fff;	
	} 	
	
#footer a
	{
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	}

#footer a:link, #footer a:visited
	{
	color: #cb9d6b;
	}

#footer a:hover, #footer a:active
	{
	color: #fff;
	} 	
	 		 	 		

