@charset "utf-8";

* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font:62.5% Arial, Helvetica, sans-serif;	
	background:url(../images/header_subpage_bg.gif) top center no-repeat;
	background-color:#FFFFFF;
}

abbr {
	border:0;
}

ul,ol{
	list-style:none;
	font-size:1.1em;
	margin:0;
	padding:0;
}

h1,h2{ 
	font-weight:normal;
	text-decoration:none;
	letter-spacing:-0.05em;	
}

h1{
	font-size:3em;
	color:#CE142B;
}

h2 {
	font-size:1.8em;
/*	color:#158bb3;*/
	color:#006386;
	margin:0.5em 0;	
}

h3 {
	font-weight:bold;
	font-size:1.2em;
	color:#4A575E;
	margin:2em 0 0.5em 0;	
}
.hide{
	display:none;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear{
	clear:both;
}

a {
	color:#005E84;
	text-decoration:none;
}

a img{
	border:0;
}

li {
	font-size:1.0em;
	color:#333;
}

p {
	color:#333;
	font-size:1.1em;
	line-height:1.3em;
	margin-bottom:1em;
}

img.icon {
	vertical-align:middle;
	margin:0 0.5em 0 0;	
}

/* layout */

.wrapper{
	width:880px;
	margin:0 auto !important;
}

#header {
	width:100%;
	height:130px;
}

#content {
	margin:-48px 0 0 0;
	min-height:600px;
}

#contentbody {
	margin:0 10px 10px 10px;
}

#two_columns {

}

#two_columns #main {
	padding:0 20px 20px 0;
	border-right:1px solid #ebebeb;
	float:left;
	width:620px;
}

#two_columns #sidebar {
	float:left;
	width:200px;
	margin:0 0 0 5px;
}

#two_columns #data {
	width:510px;
	float:left;
}

#two_columns #form {
	float:left;
	width:325px;
}

#two_columns #form.left {
	padding:0 20px 0 0;
}

#two_columns #form.right {
	padding:0 0 0 20px;
}

a.button {
	padding:4px;
	border:0;
	font-size:1em;
	font-weight:bold;
	font-weight:bold;
	color:#FFF;
	background:url(../images/button_red_bg.gif);
}
