@charset "utf-8";
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0;
	padding: 0;
	color:#111111;
}

ul, ol, dl {
	padding: 0 0 0 20px;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
a img {
	border: none;
}
a:link {
	color: #fe0002;
	text-decoration: underline;
}
a:visited {
	color: #fe0002;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.header {
	padding:20px 0 0 0;
	background-image: url(images/logo.gif);
	background-position: right 10px;
	background-repeat: no-repeat;
	height: 100px;
	border-bottom: 1px solid #111111;
}

.header a {
	color: #111111;
	text-decoration: none;
	font-size: 30px;
}

.menu {
	margin:20px 0;
}
.menu a{
	float:left;
	font-size:14px;
	text-decoration:none;
	margin:0 50px 0 0;
}
.menu a:hover{
	color:#fe0002;
}

.menu a.active{
	color:#fe0002;
}

.content {
	margin:0 0 50px 0;
}

.column_1 {
	float: left;
	width: 300px;
	margin-right: 50px;
}

.column_2 {
	float: left;
	width: 300px;
	margin-right: 50px;
}

.column_3 {
	float: left;
	width: 300px;
}

.column_2_3 {
	float:left;
	width:650px;
}

h1 {
	font-size:26px;
	font-weight:normal;
	color:#fe0002;
}
h2 {
	font-size:20px;
	font-weight:normal;
}

.footer {
	padding:20px 0;
	border-top: 1px solid #111111;
}
.fR {
	float: right;
}
.fL {
	float: left;
}
.cL {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.form_label {
	width:120px;
	float: left;
	line-height: 25px;
}
.form_field {
	height:25px;
	width: 200px;
}
.form_area {
	height:75px;
	width: 200px;
}

