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

#header {
	text-align: center;
}
#leftcol {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 150px;
	background-color: #FE9A32;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	margin-left: 10px;
	line-height: 130%;
}
#rightcol {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-right: 10px;
	margin-left: 10px;
	width: 570px;
}
#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FC3;
}
#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000;
	background-color: #FE9A32;
}
body {
	background-color: #F93;
	padding-top: 30px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #999;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.centerItem {
	text-align: center;
}

