body {
	font-family: Arial, helvetica, sans-serif;
	background-color:#EBDBAF;
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#333;
}

div#wrapper {
	width:1024px;
	margin:auto;
	background-color:#FFF;
	border-left:1px solid #E5C352;
	border-right:1px solid #E5C352;
	color:#666;
}

div#banner {
  clear: both;
  border-bottom: 1px solid #E9F2FA;
}

div#menu {
  padding-bottom: 10px;
  align: left;
  clear: both;
}

#menuList{
	list-style-type: none;
	padding: 5px 0px 24px 0px;
	margin: 0px;
}
	
#menuList li{
	float: left;
	height: 24px;
}

#menuList a{
	float: left;
	display: block;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
}

#menuList a:link,
#menuList a:visited{
	background-color:#E5C352;
	color: #FFF;
}

#menuList a:hover{
	background: #D1A528;
	color:#E9F2FA;
}

#menuList li#active a:link,
#menuList li#active a:visited{
	background-color: #E5C352;
	color:#FFF;
}

#menuList li#active a:hover{
	background-color:#D1A528;
	color: #E0FF4F;
}

div#pie {
	font-size: x-small;
	padding: 0px;
  margin: auto;
	width: 1024px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9F2FA;	
	clear: both;
}

p,ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #CEB54C;
	text-decoration: none;
}

a:hover {
	color: #CEB54C;
	text-decoration: underline;
}

h1 {
  font-size: 16px;
  color: #CEB54C;
}

h2 {
  font-size: 14px;
  color: #CEB54C;
}