body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

div#container {
	width: 923px;
	height: auto;
	background-image: url(/img/content_bg3.gif);
	border: 0px;
}

div#header {
	clear: both;
	height: 123px;
}

div#left {
	float: left;
	width: 200px;
	color: #ffffff;
	font-family: verdana, arial;
	font-size: 0.7em;
	padding-left: 7px;
}

div#right {
	float: right;
	width: 190px;
	color: #ffffff;
	font-family: verdana,arial;
	font-size: 0.7em;
	text-align: center;
}

div#middle {
	padding: 0px 210px 0px 210px;
	margin: 0px;
	color: #ffffff;
	font-family: verdana, arial;
	font-size: 0.7em;
}

div#footer {
	height: 19px;
	clear: both;
	background-image: url(/img/footer3.gif);
	background-repeat: no-repeat;
}

h1 {
	color: #ffffff;
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 1.0em;
}

h2 {
	color: #ffffff;
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 1.0em;
}

a {
	text-decoration: underline;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}


.keywords 				
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #000000;
	display:none;

}


/* form CSS */


label {

width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;

}

input {

color: #000;
background: #fff;
border: 1px solid #c2c2c2;
font-size: 1.0em;

}

.submit input {

color: #000;
background: #fff;
border: 1px outset #c2c2c2;

}

fieldset {

border: 1px solid #edb614;
background: #393939;

}