@charset "UTF-8";
body { 
	text-align:center;
	background-color:#333333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
}
h2 {
	font-weight:normal;
	margin-bottom:0px;
}
h3 {
	font-size:1em;
	margin-bottom:0px;
	margin-top:25px;
}
.no-top-pad {
	padding-top:0px;
	margin-top:0px;
}
#bodyframe {
	background-color:white;
	text-align:left;
	width:900px;
	margin:auto;
	padding:20px;
	overflow:auto;
	min-height:700px;
}
img {
	border:0;
}
#more { 
	float:right;
	margin:10px 50px 0px 0px;	 
}
#logo {
	padding:0px 0 0 0;
}
#menu {
	border-top:1px solid #CA9A2C;
	border-bottom:1px solid #CA9A2C;
	padding:5px 0 5px 0;
	margin-bottom:30px;
}
#menu ul {
	list-style-type:none;
	width:900px;
	height:18px;
	margin:auto;
	padding-left:10px;
}
#menu li {
	float:left;
}
#menu a {
	padding-right:20px;
	display:block;
	text-decoration:none;
	color:#333333;
}
#menu a:hover {
	color:#CE6929;
}
#column-left {
	width:410px;
	float:left;
}
#column-right {
	width:410px;
	float:right;
}
#footer {
	font-size:.8em;
	text-align:center;
	color:#dddddd;
	margin-top:20px;
}
#breadcrumb {
	font-size:.8em;
}
a, a:link, a:visited, a:active {
	text-decoration:none;
	color:#CE6929;
}
a:hover {
	text-decoration:underline;
}

.brown { color:#653614; }
.yellow { color:#CA9A2C; }
.green { color:#34341A; }
.orange { color:#CE6929; }
