body,td,th, p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #EDEAE0;
	margin: 15px;
	text-align:center;
}
a {
	color: #336699;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #336699;
}
a:hover {
	text-decoration: underline;
	color: #336699;
}
a:active {
	text-decoration: underline;
	color: #336699;
}
h1 {
	font-size: 16px;
	color: #9A740E;
}
h2 {
	font-size: 15px;
	color: #9A740E;
}
h3 {
	font-size: 14px;
	color: #9A740E;
}
h4 {
	font-size: 13px;
	color: #9A740E;
}
h5 {
	font-size: 12px;
	color: #9A740E;
}
h6 {
	font-size: 12px;
	color: #9A740E;
}
.small {font-size: 10px}

#page {
	width:90%;
	max-width:1100px;
	margin:auto;
}

#content {
	padding:30px;
	border:1px solid #a39161;
	clear:both;
	background-color:#FFFFFF;
	text-align:left;
}
#menu {
	padding-right:5px;
	padding-top:75px;
	text-align:right;
	margin-left:350px;
}
		ul#navlist
		{
		margin-left: 0;
		padding-left: 0;
		white-space: nowrap;
		}
		#navlist li
		{
		display: inline;
		list-style-type: none;
		margin-right:10px;
		}
		#navlist a { padding: 3px 10px; font-weight:bold; }
		#navlist a:link, #navlist a:visited
		{
		color: #fff;
		background-color: #a39161;
		text-decoration: none;
		}
		#navlist a:hover
		{
		color: #fff;
		background-color: #82734D;
		text-decoration: none;
		}
		
		
#logo {
	float:left;
	}
	
#menu2 {
	padding:5px;
	padding-top:1px;
	text-align:right;
}
		ul#navlist2{ /* same as above but slightly different */
		margin-left: 0;
		padding-left: 0;
		white-space: nowrap;
		}
		#navlist2 li{
		display: inline;
		list-style-type: none;
		margin-right:10px;
		}
		#navlist2 a { padding: 3px 10px; font-weight:bold; }
		#navlist2 a:link, #navlist2 a:visited{
		color: #fff;
		background-color: #AD9D74;
		text-decoration: none;
		}
		#navlist2 a:hover{
		color: #fff;
		background-color: #82734D;
		text-decoration: none;
		}
	
	
.cellLines td {
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
