@charset "utf-8";
/* CSS Document */
ul, ol, li {
	padding: 0;
	margin: 0;
	}
h2 {
	margin-left: 10px;
	font-size:1.8em;
	}
body {
	font-size: 62.5%;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin: 0;
	background: url(images/page_bg_wide2.jpg) center top repeat-y;
}
#wrapper {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	text-align: center;
}
#content {
	float: left;
	text-align: left;
	width: 490px;
}
#content p {
	padding: 0 12px 0 12px;
	font-size: 1.5em;
	line-height: 20px;
	}
#content ul{
	font-size: 1.3em;
	margin-left: 45px;
	margin-right: 15px;
	padding-left: 1em;
	}
#content table {
	font-size: 1.5em;
	width: 450px;
	margin-left: 15px;
	margin-top: 10px;
	}
h1.contentTitle {
	font-size: 2.2em;
	border-bottom: 1px solid #000000;
	margin: 0;
	line-height: 35px;
	padding-left: 15px;
	}
a {
	color: #003399;
	text-decoration: none;
	}
a:hover {
	color: #003399;
	background-color: #cccccc;
	text-decoration: none;
	}
a:visited {
	color: #003399;
	text-decoration: none;
	}
#sideLeft {
	float: left;
	width: 225px;
	}
#sideLeft p {
	padding: 0 10px 0 10px;
	font-size: 1.5em;
	font-weight: bold;
	}
#sideLeft ul {
	list-style-type: none;
	margin-top: -20px;
	margin-left: 20px;
	font-size: 1.3em;
	line-height: 20px;
	}
#sideRight {
	float: right;
	width: 225px;
	}
#sideRight p {
	padding: 0 10px 0 10px;
	font-size: 1.5em;
	}
h1.sideTitle {
	background-color: #000000;
	color: #ffffff;
	font-size: 2.4em;
	margin: 0;
	line-height: 35px;
	text-align: center;
	}
.divider {
	background: url(images/divider_sm.jpg) bottom repeat-x;
	}
#footer {
	clear: both;
	height: 60px;
	width: 480px;
	margin-left: 230px;
	margin-top:20px;
	border-top: 1px solid #000000;
}
#footer p {
	font-size: 1.2em;
	text-align: center;
	margin-top: 5px;
	line-height: 12px;
	}
.warning {
	font-weight: bold;
	color: #FF0000;
	}
/* HTML hacks for IE6 */