* {
	margin: 0em;
	padding: 0em;
}
body {
	background-color: #7e682c;
	color: #000000;
	font-family: georgia, serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: lowercase;
	margin:.5em .5em .5em .5em;
}
.formlabel, forminput {
	float:left;
	margin: 5px 0 0 0;
}
.formlabel {
	width: 140px;
}
p > a, div > a {
	border-bottom-color: #DCDCDC;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	color: #464600;
	text-decoration: none;
}

p > a:hover, div > a:hover {
	background-color: #66CDAA;
	border-bottom-color: #FFFAFA;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	color: #F0FFFF;
	text-decoration: none;
}
div > a{
	color: #FFFFFF;
}
.outercontainer {
	position: absolute;
	top: 50px;
	/*margin-top:-300px;*/
	left:50%;
	margin-left:-400px;
}
.container {
	min-height: 600px;
	width: 800px;
	border-width: 2px;
	border-style: solid;
	border-color: #57471E;
	background-color:#C7A858;
}
/* for Internet Explorer */
/*\*/
* html .container {
	height: 600px;
}
/**/
p {
	margin:.2em 1em .5em 1em;
}
.imgright {
	float:right;
	border:solid 2px #000000;
	margin: 0 0 0 10px;
}
ul#menu {
	background: url(/images/menu-bg.gif) repeat-x scroll left top;
	font-family:"Lucida Grande",Verdana,sans-serif;
	font-size:0.8em;
	font-weight:bold;
	height:43px;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	width:100%;
}
ul#menu li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}
ul#menu li a {
	height: 43px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 15px 0;
}
ul#menu li a:hover {
	color: #333;
}
ul#menu li a.current {
	color: #FFF;
	background: url(/images/current-bg.gif) top left repeat-x;
	padding: 5px 15px 0;
}
