﻿html {
	overflow-y: scroll  !important;
}

body {
	padding: 0;
	margin: 0;
	background: #ffffff url(GFX/bg.gif);
	text-decoration: none;
}

#head {
	height: 340px;
	background: url(GFX/head.jpg) no-repeat center top;
	text-align: center;
}

#content {
	background: url(GFX/middle.gif) repeat-y center top;
	padding: 0px;
	text-align: center;
	height: auto;
}

#content_inner {
	width: 820px;
	text-align: left;
	background: #ffffff;
	}


#foot {
	height: 94px;
	background: url(GFX/foot.jpg) no-repeat center bottom;
}

#foot_inner {
	width: 820px;
	text-align: center;
	padding-top: 22px;
	color: #ffffff;
	font-family: verdana;
	font-size: 10px;
	letter-spacing: 1px;
	}

#foot_inner a {
	text-decoration:none;
	color: #ffffff;
}

#foot_inner a:hover {
	text-decoration:underline;
	color: #dddddd;
}

.error {
	color: Red;
	font-weight: bold;
	font-size: 20px;
}

p {
padding: 0;
margin: 0;
}

.flash {
  position: relative;
  z-index: 0;
}

/********************************************************************************/

#menu {
	position: relative;
	top: 250px;
	width: 850px;
	height: 27px;
	font-family: calibri, Arial;
	font-size: 18px;
	line-height: 27px;
}

#menu li {
}

#menu li a 
{
	color: #ffffff;
	text-decoration: none;
}

#menu li a:hover
{
	color: #44511b;
}

.nav, .nav ul { 
	text-align: left;
	list-style: none;
	position: absolute;
	left: 0;
	text-decoration: none; 
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	height: auto;
}
 
.nav {
	z-index: 10000;
	position: relative;
}

.nav li {
	float: left;
	margin: 0;
	padding: 0 0 0 0 px;
	position: relative;
}

.nav li a, 
.nav li a:link, 
.nav li a:active, 
.nav li a:visited {
	/*text-transform: lowercase;*/
	display: block;
	padding: 0 30 3 3px;
	text-decoration: none;
	border: none 0px white;
}
 
.nav li a:hover {
	color: #ffffff;
}

#nav-one li:hover a, 
#nav-one li.sfHover a {
	border: none 0px #efefef;
	color: #666;
}

#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
	border: none 0px #888;
	background: #627135;
	color: #ffffff;
}

.nav ul {
	top: -555em;
	background: #7e8d45;
	list-style: none;
	margin: 0;
	position: absolute;
	font-size: 16px;
}

.nav li:hover ul,
.nav li.sfHover ul {
	top: 43px;
}

.nav ul li {
	border: 0;
	float: none;
}

.nav ul a {
	padding-right: 10px;
	white-space: nowrap;
}

.nav ul a:hover {
}			


/******************/



