/***********************************************/
/*                         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial,sans-serif;
	color: #333;
	line-height: 1.166;	
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 90%;
	background-color:#D4D3C1;
	}

a{
	color: #006699;
	text-decoration: none;
	}

a:link{
	color: #666;
	text-decoration: underline;
	font-weight: bold;
	}

a:visited{
	color: #666;
	text-decoration: underline;
	}

a:hover{
	color: #666;
	text-decoration: underline;
	}

h1{
 	font-size: 130%;
	 color: #7A6E28;
	 margin: 0px;
	 padding: 0px;
	}

h2{
	 font-size: 110%;
	 color: #000;
	 margin: 0px;
	 padding: 0px;
	}

h3{
	 font-size: 100%;
	 color: #999;
	 margin: 0px;
	 padding: 0px;
	}

ul{
	 list-style-type: square;
	}

ul ul{
	 list-style-type: disc;
	}

ul ul ul{
	 list-style-type: none;
	}	

label{
	 font-family: Arial,sans-serif;
	 font-size: 100%;
	 font-weight: bold;
	 color: #334d55;
	}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	width: 760px;
	margin: 16px auto 16px auto;
	text-align: left;
	background-color: #c2bb8c;
	border: 1px solid #000;
	}	

#banner{
	padding: 4px 0 0 0;
	width: 760px;
	background: #fff;
	height: 113px;
	font-size: 70%;
	}
	
#banner-left {
	margin:	0;
	padding: 0;
	height: 100px;
	float: left;
	}
	
#banner-right {
	margin:	2.5em 0.5em 0 0;
	padding: 0;
	height: 100px;
	float: right;
	text-align: right;
	color: #D75D36;
	}
	
#banner-right p {
	text-align: right;
		font-size: 120%;
	}	
	
#banner-right a:link {
	color: #D75D36;
	}
	
#topnavi {
	margin: 0;
	width: 760px;
	text-align: right;
	border-bottom: 5px solid #A41B18;
	height: 24px;
	}
	
#topnavi p {
	padding-right: 10px;
	}	
	
#topnavi ul {
	display: inline;
	background-color: #fff;
	}
	
#topnavi li {
	display: inline;
	list-style: none;
	background-color: #fff;
	padding: 0.5em;
	font-size: 85%;
	}			
		
#topnavi a:link {
	color: #B2A99D;
	background-color: #fff;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
		text-decoration: none;

		}
		
#topnavi a:visited {
	color: #B2A99D;
	background-color: #fff;
	text-align: right;
	padding-right: 10px;
		text-decoration: none;
		}
		
#topnavi a:hover {
	color: #B2A99D;
	background-color: #fff;
	text-align: right;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
	}		

#content {
  	width: 700px;
	font-size: 90%;
	min-height: 450px;
	padding: 20px 30px;
		margin-top: 20px;
	}

#contentwide {
  	width: 760px;
	font-size: 90%;
	min-height: 350px;
	margin-top: 20px;
	padding: 10px 10px 10px 10px;
	}

#contentwide-left {
	float: left;
	width: 450px;
	padding: 0 10px 10px 10px;
	margin-top: 16px;
	background-color: transparent;
	}
	
#contentwide-left img {
	border: 1px solid #B2A99D;
	}
	
#contentwide-right {	
	float: right;
	width: 230px;
	padding: 20px 40px 20px 20px;
	margin: 16px 0 0 0;
	background-color: transparent;
	}
	
#contentwide-right p {
	text-align: left;
	font-size: 80%;
	color: #000;
	}	
	
#contentwide-right img {
	text-align: center;
	border: 1px solid #000;
	}		

#footer{
	font-family:Arial, Helvetica, sans-serif;
	clear: both;
	border-top: 1px solid #7A6E28;
	font-size: 70%;
	color: #333;
	padding: 2px 10px 2px 10px;
	text-align: center;
	}	

/************* #Footer styles ***************/

#footer ul {
	font-family:Arial, Helvetica, sans-serif;
	display: inline;
	background-color: #fff;
	margin: 0;
	padding: 0;
	}
	
#footer li {
	display: inline;
	list-style: none;
	background-color: #fff;
	padding-right: 0.5em;
	text-align: left;
	font-size: 100%;
	}			
		
#footer a:link {
	color: #fff;
	text-align: right;
	padding-right: 4px;
	padding-left: 4px;

		}
		
#footer a:visited {
	color: #fff;
	text-align: right;
	padding-right: 4px;
		}
		
#footer a:hover {
	color: #000;
	background-color: #fff;
	text-align: right;
	padding-right: 4px;
	text-decoration: none;
	}		

#footer p {
	padding-left: 0.35em;
	}

/************* General Styles ***************/


.floatleft {
	float: left;
	}

.floatright {
	float: right;
	}			
	

form label { 
	float: left; 
	width: 100px; 
	padding: 0 10px 0 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  border: 1px solid #AB142A;
	padding: 4px;
  font:80% verdana,arial,sans-serif;
  margin: 0;
  padding: 6px;
  min-width: 230px;
  max-width: 230px;
  width: 230px; 
}		

div.float {
  float: left;
  width: 230px;
  padding: 10px 0 10px 0;
  margin: 0 10px 0 0;
  height: 270px;
  background-color:#E2E3DF;
  }
  
div.float p {
   text-align: center;
	line-height: 1.1em;
	font-size: 100%;
	color: #000;
   }
   
