@charset "UTF-8";
body {
	font: 100% Helvetica, Arial, Helvetica, sans-serif;
	//background: #FAF9EA;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	//background-image: url(images/bg_top.png);
	background-repeat: repeat-x;
}

div#header {
height:100px;
margin:0 auto;
padding:0;
position:relative;
width:976px;
}

#main .column {
	float:left;
	margin:0;
	padding:20px 0 0;
	width:450px;
	height: auto;
}

#logo {
	float:left;
	margin:0;
	padding:0 0 0;
	width:450px;
	height: auto;
}
p, ul {
font-size:14px;
line-height:18px;
margin:0 0 20px;
}
#title {
	float:left;
	margin:0;
	padding:20px 0 0;
	width:auto;
	height: auto;
}

div#main {
	background:transparent  scroll center top;
	margin:0 auto;
	padding:0;
	width:976px;
}

div.content {
	background:white none repeat scroll 0 0;
	margin:0 8px;
	padding:18px 20px;
	height: auto;
}

#main .centerColumn {
	margin:0 15px;
	padding-top:20px;
	width:400px;
	float: left;
}

div#footer {
background:transparent url(../images/content_foot.png) no-repeat scroll center top;
margin:0 auto 50px;
padding:0;
width:976px;
}
#footer .content {
background:transparent none repeat scroll 0 0;
margin:0 8px;
padding:30px 10px 18px;
}
div.clear {
clear:both;
font-size:0;
height:1px;
line-height:0;
margin:0;
padding:0;
}

h1 {
font-size:30px;
font-weight:normal;
margin:0 0 20px;
padding:0;
}
h2 {
font-size:16px;
line-height:22px;
margin:0;
padding:0;
}
h3 {
font-size:18px;
font-weight:normal;
margin:0;
padding:0;
}
p, ul {
font-size:14px;
line-height:18px;
margin:0 0 20px;
}
p.level1 {
font-size:16px;
line-height:22px;
}.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
}
