@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000000; 
}
#container {
	width: 800px;
	margin: auto;
}
#logo {
	background: #FFFFFF;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-top: 7px;
	width: 200px;
	height: 73px;
	float: left;
}
#top {
	background: #FFFFFF;
	width: 590px;
	height: 87px;
	text-align: right;
	float: left;
}
#linkbanner {
	background: #4577A7;
	width: 800px;
	text-align: center;
	padding-top: 5px;
	height: 20px;
	color: #FFFFFF;
	float: left;
}
#linkbanner a {
	text-decoration: none;
	color: #FFFFFF;
}
#image {
	width: 800px;
	height: 150px;
	float: left;
}
#main {
	background: #FFFFFF;
	width: 800px;
	float: left;
}
#maintop{
	height:65px;
	background-image:url(../../images/arc.png);
    background-repeat:no-repeat;	
	}
#buttons{
margin-left:410px;
	}	
#title {
	margin: 10px;
	width: 380px;
	float: left;
	display: inline;
}
#text {
	margin: 10px;
	padding: 10px;
	border: #4577A7 1px solid;
	width: 358px;
	float: right;
	line-height: 1.5;
	letter-spacing: 1px;
	background: url(../../images/text-bg.gif) repeat-x;
	display: inline;
}
#text h2 {
	font-size: 20px;
	margin-bottom: 
}
#text h3 {
	color: #333;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0px;
}
#text h4 {
	font-style:italic
}
#title a.noline {
	text-decoration:none;
}
#footer {
	width: 780px;
	padding: 10px;
	color: #FFFFFF;
	background: #4577A7;
	float: left;
}
#footer a {
	color: #FFFFFF;
}
#text ul li {
	margin-bottom: 10px;
}
div.cf_wrapper {
    width: 380px;
    height: 600px;
}
div.cf_element {
    width: 380px;
}
.error {
	color: #FF0000;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 180px;
}