a{
color:#000000;
}
body{
background-color:#c0c0c0;
}
#site-wrapper{
width:780px;
margin:0 auto;
background-color:#FFFFFF;
}
#header-wrapper{
padding-top:3px;
}
#header-logo{
float:left;
background:url(images/Logo_Area.gif) no-repeat;
width:250px;
height:199px;
}
#header-image{
float:left;
background:url(images/Header_Image.gif) no-repeat;
width:530px;
height:199px;
}
#menu-bar{
float:left;
background:url(images/Menu_Bar.gif) no-repeat;
width:780px;
height:49px;
}
#body-wrapper{
background-color:#FFFFFF;
float:left;
width:780px;
height:100%;
}
#left-bar{
display:none;
float:left;
background:url(images/Right_Menu.gif) no-repeat;
width:261px;
height:412px;
}
#center{
float:right;
width:470px;
height:100%;
margin:10px 20px 10px 10px;
background-color:#FFFFFF;
}
#right-bar{
float:left;
background:url(images/Right_Bar.gif) no-repeat;
background-color:#dbdcce;
width:261px;
height:412px;
}
#right-bar-header{
float:left;
margin-left:20px;
margin-top:3px;
height:20px;
width:261px;
}
#right-bar-content{
float:left;
margin:120px 10px 0px 20px;
}
#right-bar-info{
	float:left;
	width:185px;
	margin:118px 10px 0px 20px;
	text-align:left;
}
#footer{
float:left;
background:url(images/Footer_Bar.gif) no-repeat;
width:780px;
height:53px;
}

.logo-text{
color:#FFFFFF;
font-size:24px;
font-family:Arial;
margin:50px 0px 0px 50px; 
}
.logo-image{
margin:10px 0px 0px 70px; 
}
.header-text{
color:#000000;
font-size:16px;
font-weight:bold;
font-family:Arial;

}
.normal-text{
color:#000000;
font-size:12px;
font-family:Arial;
text-align:justify;
}
.gray-text{
color:#000000;
font-size:12px;
font-family:Arial;
text-align:right;
}
.footer-text{
color:#C0C0C0;
font-size:12px;
font-family:Arial;
text-align:center;
margin-top:20px;
}
.menu-text{
color:#000000;
font-size:12px;
font-family:Arial;
text-align:right;
margin:15px 20px 0px 0px;
}

/* contact form classes */
form#sitereq {
	width: 415px;
	margin: 20px auto;
	text-align: left;

	color: black;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
form#sitereq h1 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-size: 28px;
	font-weight: normal;
}
form#sitereq div.fieldReq {
	clear: both;
}
form#sitereq div.fieldOpt {
	clear: both;
}
form#sitereq label {
	float: left;
	width: 170px;
	padding: 0 20px 0 0;
	clear: both;
	margin: 3px 0 3px 0;
	text-align: right;
}
form#sitereq input,
form#sitereq select,
form#sitereq textarea {
	margin: 0 0 3px 0;
	border: 1px solid gray;
	width: 220px;
	background-color: #F0F0F0;
}
form#sitereq textarea {
	height: 100px;
}
form#sitereq input[type=submit] {
	display: inline;
	width: auto;
	margin: 10px 0 20px 190px;
	padding: 4px;
}
/* classes for validator */
form#sitereq label.inputHighlighted {
	color: red;
}
form#sitereq label.inputNormal {
	color: black;
}
form#sitereq div#error_sitereq {
	padding: 10px 0;
	margin: 0 0 10px 0;
	border: 1px solid #CCCC33;
	background-color: #FFFFCC;
	display: none;
}
form#sitereq div#error_sitereq ul {
}
form#sitereq div#error_sitereq li {
	color: red;
}
