body
{
  margin: 0px;
  background-color: #EBEEEA;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#headerBar, #bodyBar, #footerBar
{
  margin:0 auto;
  width: 100%;
}

#headerBar, #bodyBar
{
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#footerBar
{
	background-image: url(images/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 36px;
}

#headerContainer
{
	position: relative;
	height: 360px;
	width: 780px;
	margin: 0px auto;
}

#bodyContainer, #footerContainer
{
	position: relative;
	width: 780px;
	margin: 0px auto;
}
.header_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:200px;
}
.menutext {
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}

.header_title2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#585858;
}
.header_title2-2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#585858;
	
}
.header_title3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	color:#ff0000;
}
.style1 {
	color: #999999;
}
.FORMWIDTH {
	width:180px;
	
}
.submitbutton {
	background-color:#FF0000;
	padding:5px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

