@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	color: #3B3C3E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

body{
	background-color: #F9FDFA;
}

h1{
	text-transform:capitalize;
	font-weight: bold;
	font-size: 15px;
	color: #A5A6A3;
	margin-bottom: 20px;
}

P{
	line-height: 19px;	
	color: #3A3B3E
}

#wrapped_header{
	height: 100px;
	background-color: #A8AAA7;
}

#header_inner{
	margin-left: 410px;
	padding-left: 25px;
	padding-top: 35px;
}

#header_inner,  #header_inner *{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;	
}

#header_inner .leftCol{
	float: left;
	width: 195px;
}

.centered{
	width: 960px;
	margin: 0px auto;
	text-align: left;
}

.footer{
	line-height:1px;
	height:1px;
	clear: both;
}

#wrapped_body{
	background-color: #FFF;
	padding-bottom: 35px;
}

#wrapped_body .leftCol IMG.logo{
	margin-bottom: 40px;
}

#wrapped_body .centered{
	padding-top: 85px;
}

#wrapped_body .leftCol{
	float: left;
	width: 410px;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
}

#wrapped_body .rightCol{
	float: left;
	width: 500px;
	overflow: hidden;
	text-align: left;
	border-left: 1px solid #CCC;
	padding-left: 25px;
}

#wrapped_body .copyright, #wrapped_body .copyright * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A4A4A0;
}