/* CSS Document */
body {
	background-color: #231F20;
	text-align: center;
	border-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border-width: 0px;
}

#wrapper
{
  width: 100%;
	text-align: center;
}

#container {
	width: 800px;
	/*background-color: red;*/
	text-align: center;
  margin-left: auto;
  margin-right: auto;	
}
#container2 {
	width: 1000px;
	/*background-color: red;*/
	text-align: center;
  margin-left: auto;
  margin-right: auto;	
}
#container3 {
	width: 800px;
	/*background-color: red;*/
	text-align: center;
  margin-left: auto;
  margin-right: auto;	
}

#header {
	width: 100%;
	height: 410px;
	border-width: 0px;
	/*background-image: url(header1.jpg);*/
	/*background-attachment: fixed;
	background-position: left top;
	background-repeat: no-repeat;*/
}

#subtitle {
	width: 100%;
	height: 50px;
	color: white;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-align: center;
	text-transform: uppercase;
}

#menu {
	width: 890px;
	/*background-color: red;*/
	text-align: center;
  margin-left: auto;
  margin-right: auto;	

	font-size:19px;
	font-weight:lighter;
	height:50px;
	text-transform:uppercase;
	text-align: center;

}

#menu ul {
  list-style: none;
  padding: 0;
  margin: auto;
  float: left;
} 

#menu li {
  float: left;
  list-style: none;  
  /*margin: 0 12px;*/
} 
	
#menu li a {
  display:block;
  padding-left:13px;
  padding-right: 13px;
  line-height:100%;
  float: left;
  color: #B3C756;
  background:url(divider.gif) no-repeat left center;
  text-decoration:none;
  /*border-left:1px solid #fff;*/
}

#menu li a:hover {
  text-decoration:underline;
}

#content {
  color: white;
  margin: 20px 20px 20px 20px;
  text-align: left;
	font-size: 14px;  
	padding-left: 20px;
	padding-right: 20px;	
}

#content h3
{
	font-size: 19px;
	font-weight: lighter;
	text-transform: uppercase;
  color: white;  	
}

#content h4
{
	font-size: 14px;
	font-weight: bold;
	/*text-transform: uppercase;*/
  color: white;  	
}

#content li
{
  list-style-type: none;
}

#content a
{
  color: #B3C756;
  text-decoration:none;
}

#content a:hover {
  text-decoration:underline;
}

#footer{
  text-align: center;
  color: gray;
  width: 100%;
  border-top: 1px gray solid;
  font-size: 10px;
  margin-top: 20px;;
}

#footer a{
  color: gray;
  text-decoration: none;
  font-weight: bold;
  font-style: oblique;  
}

#footer a:hover{
  text-decoration: underline;
  font-weight: bold;  
}

.invisible {
	position: absolute;
	visibility: hidden;
}
#register {
	border: 2px white solid;
	padding: 10px 30px 10px 30px;
	background-color: #B3C756;
}
#register table {
	width: 100%;
}
#register table td.left, #register table td.right {
	width: 50%;
}
#register td.left {
	text-align: right;
}
#register .submit {
	text-align: center;
}

#register td.right input {
	width: 300px;
}
#register input.disabled {
	background-color: #B3C756;
	border: solid #B3C756;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
}
#prefooter {
	border-top:1px dotted  rgb(89, 102,102);
	color:white;
	font-size:20px;
	text-align:center;
	margin: 50px 0px 30px;
	padding-top: 30px;
}	
#prefooter a {
  color: #B3C756;
  text-decoration:none;
}
#prefooter a:visited {
  color: #B3C756;
  text-decoration:none;
}

#prefooter a:hover {
  text-decoration:underline;
}

