/*---DIV ---*/
#header{
	height: 140px; width:700px;
	}
#menu{
	height: 15px; width:650px; 
	margin-left: 25px;
	background-color:#ffffff; 
	border-bottom:1px solid #900;
	text-align:left;
	padding:0px;
	}

#footer{
	height: 15px; width:650px; 
	margin-left: 25px;
	margin-top: 50px;
	background-color:#ffffff; 
	text-align:left;
	padding:0px;
	}

#mainbox{
	height: 550px; width:700px; 
	/*border: 1px solid #990000; */
	background-color:#FFFFFF;
	}
#content{
	margin: 25px;
	width: 470px;
	}

#picture{
	width:175px;
	margin-top: 40px;
	margin-left: 0px;
	margin-right: 25px;
	float: right;
	text-align:right;
	}
/*--- highlight boxes ---*/
.highlight {
	width: 168px;
	height: 115px;
	margin-right: 42.5px;
	border: 1px solid #996633;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#996633;
	text-align:justify;
	padding: 3px;
	background-color:#eee;
	}

/*--- text styles ---*/
.small {font-size:10px;}

.menuitem{
	height: 15px;
	margin-right:35px;
	/*width: 80px;*/
	float:left;
	margin-bottom:0px;
	}
	
.menuitem a{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:11px;
	color: #666;
	text-decoration:none;
	}
.menuitem a:hover{
	color:#996633;}

#footer p, #footer p a {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:11px;
	color: #ccc;
	text-decoration:none;
/*	width: 445px;*/
	}
	
#content p.title{
	font-family:Times New Roman, Garamond, serif; font-size:24px;
	color:#996633;
	margin-bottom: 12px;
	}

#content p, #content li {
	font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px;
	color:#666;
	text-align:justify;
	margin-top: 6px; width: 445px;
	/* logo alignment at 470 px */
	}

#content p.pic{
	font-family:Times New Roman, Garamond, serif; font-size:24px;
	color:#996633;
	margin-bottom: 12px;
	}

#content p a, #content li a{
	text-decoration:none;
	color: #996633;
	}

#content div.highlight p{
	width: 200px;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#fff;
	margin: 10px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}