html {
	height:100%;
}
body{
	height:100%;
	min-height:100%;
	margin:0;
	padding:0;
	color:#000;
	font:100% Book Antiqua, Times New Roman, Serif;
	background:#babf8c;
}
#container {
	min-height:100%;
	width:751px;
	margin:0 auto;
	position:relative;
	background:#949c51 url(images/bg.jpg);
	background-repeat:repeat-y;
}
#top {
	margin:0 auto;
	height:214px;
	width:752px;
	background:url(images/top-logo.jpg) top center;
	background-repeat:no-repeat;
}
#menu {
	left:40px;
	top:-29px;
	width:752px;
	position:relative;
	z-index:200;
}
#sidebar {
	float:left;
	text-align:left;
	left:40px;
	padding:0;
	margin:0;
	width:180px;
	color:#fff;
	font:90% Book Antiqua, Times New Roman, Serif;
	position:relative;
}
#content {
	min-height:275px;
	float:left;
	text-align:left;
	left:30px;
	padding:0;
	margin:0;
	padding-left:15px;
	margin-left:15px;
	width:473px;
	color:#fff;
	font:90% Book Antiqua, Times New Roman, Serif;
	position:relative;
	z-index:100;
}
#footerimage {
	height:130px;
	left:220px;
	width:483px;
	text-align:left;
	position:absolute;
	margin:0 auto;
	bottom:0px;
}
#footer {
	height:24px;
	left:240px;
	width:470px;
	text-align:left;
	position:absolute;
	background:url(images/bottom-logo.gif) right center;
	background-repeat:no-repeat;
	margin:0 auto;
	bottom:0px;
}
.clear{
	clear:both;
}
input, text {
	width:100px;
}
hr{
	width:95%;
	height:2px;
	background-color:#D5D7D7;
	text-align:center;
}
h1{
	color:#FFF;
	font:130% Book Antiqua, Times New Roman, Serif;
}
h2{
	margin:8px;
	color:#FFF;
	font:130% Book Antiqua, Times New Roman, Serif;
}
h3{
	margin:8px;
	color:#FFF;
	font:120% Book Antiqua, Times New Roman, Serif;
}
p{
	padding-left:10px;
	padding-right:20px;
}
img{
	padding-left:10px;
	padding-right:10px;
	border:0;
}
.template{
	padding:0px;
}
a:link, a:active, a:visited, a:hover{
	color:#fff;
	text-decoration:underline;
}
#footer-bottom a:link, #footer-bottom a:active, #footer-bottom a:visited, #footer-bottom a:hover{
	color:#FFF;
	text-decoration:underline;
}
/* Menu Styles */
.menulist {
	margin:0;
	padding:0;
}
.menulist ul {
	padding:0px;
	margin:0px;
	top:0px;
	left:0px;
	display:none;
	position:absolute;
}
/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	white-space:nowrap;
	top:-1px;
	left:0px;
	margin-top:0;
	margin-left:100%;
}
.menulist li, .menulist li a:active, .menulist li a:link, .menulist li a:visited {
	text-decoration:none;
	float:left;
	padding-left:20px;
	padding-right:20px;
	height:10px;
	display:block;
	position:relative;
}
.menulist li a:hover {
	color:#babf8c;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
	white-space:nowrap;
	background:#28368b;
}
.menulist ul li:hover {
	background:#28368b;
}
.menulist ul li a:link, .menulist ul li a:active, .menulist ul li a:visited{
	margin-left:16px;
	white-space:nowrap;
	background:#28368b;
}
/* Links inside the menu */
.menulist a:link, .menulist a:active, .menulist a:visited {
	margin-left:-12px;
	color:#FFF;
	font-weight:bold;
	background:transparent;
	text-decoration:none;
}
/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover{
	color:#FFF;
	text-decoration:underline;
}
/* Only style submenu indicators within submenus. */
.menulist a .subind {
	display: none;
}
.menulist ul a .subind {
	display: block;
	float: right;
}
