@charset "UTF-8";/*** general elements ***/body {	text-align: center;	background-color:#FFFFFF;	margin: 0px;	font-family: Arial, Helvetica, sans-serif;	color: #404040;	font-size: 0.9em;	padding: 0px;	background-image: url(../images/bg-home.jpg);	background-repeat: no-repeat;	background-position: center top;}#wrapper {	text-align: left;	width: 990px;	margin-left: auto;	margin-right: auto;	padding: 0px;	margin-top: 0px;	margin-bottom: 0px;}#header {	height: 65px;	margin: 0px;	background-color: #FFFFFF;}#banner {	margin: 0;	padding:0;}#content {	margin: 0;	padding: 15px;	min-height: 350px;}#logo {	width: 250px;	float: left;	height: 45px;	margin-top: 10px;	margin-bottom: 5px;	margin-left: 20px;	background-image: url(../images/logo.jpg);	background-repeat: no-repeat;}#navigation {	width: 680px;	margin-left: 275px;	height: 29px;	padding-top: 24px;	font-size: 0.95em;}/******** GENERAL STYLES *******/#footer {	margin-top: 40px;	height: 50px;	margin-right: 20px;	margin-left: 20px;	border-top-width: 1px;	border-top-style: solid;	border-top-color: #CCCCCC;}#shadow {	margin: 0px;	padding: 0px;}#main {	background-color: #FFFFFF;	margin: 0 12px;	width: 966px;}td {	text-align: left;}.center {	text-align: center;}.right {	text-align: right;}.clear {	clear: both;	height: 1px;}p {	margin-bottom: 10px;}ol, ul {	list-style:none;}li {	margin: 0 0px;	padding: 0px;}h1 {	font-size: 1.4em;	font-weight: normal;	color: #282987;	margin-top: 0px;	margin-bottom: 10px;}h2 {	font-size: 1.2em;	color: #3c2e87;	font-weight: normal;	margin-top: 10px;	margin-bottom: 5px;	padding-top: 10px;}h3 {	font-size: 1.1em;	color: #3c2e87;	font-weight: normal;	padding-top: 5px;	margin: 0px;	padding-bottom: 0px;}#footer .content {	font-size: 0.9em;	float: left;	width: 600px;	padding: 10px;	color: #999999;}/************ links ***************/#footer .content-right {	font-size: 0.9em;	text-align: right;	padding: 10px;	color: #999999;}#footer .content-right a:link, #footer .content-right a:visited {	color: #999999;	text-decoration: none;}#footer .content-right a:active, #footer .content-right a:hover {	color: #999999;	text-decoration: underline;}/************ forms ***************/