html, body {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10pt;
	font-family: 'Arial', sans-serif;
	background: #5789ee url('images/repeat_back.jpg') top center repeat-y;
}

#outerWrap {
	margin: auto;
	width: 720px;
	background: url('images/content_back.jpg') top center repeat-y;
}

#innerWrap {
	background: url('images/head_back.jpg') top center no-repeat;
	padding-top: 180px;
}

#contentArea {
	float: left;
	width: 490px;
	padding-left: 30px;
	padding-right: 20px;
	line-height: 140%;
	text-align: justify;
}

#sidebar {
	float: left;
	width: 160px;
	padding-right: 10px;
	line-height: 150%;
	font-size: 10pt;
}

#sidebarInside {
	padding-left: 15px;
	border-left: 2px solid #c5a835;
}

#sidebar ul {
	list-style: none;
	padding-left: 5px;
	margin-left: 0;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#footer {
	width: 720px;
	margin: auto;
	background: url('images/foot_back.jpg') top center no-repeat;
	height: 123px;
	padding-top: 50px;
	text-align: center;
	color: #606060;
	font-size: 9pt;
	line-height: 150%;
	margin-bottom: 20px;
}

.alignCenter {
	text-align: center;
}

#footer strong {
	font-size: 12pt;
}

h2, h3 {
	text-align: center;
}
.catchemall {
	color: #A00000;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}

h1 {
	color: #A00000;
	line-height: normal;
	margin-top: 0;
}
h1 em {
	color: #000000;
}

form label {
	width: 200px;
	text-align: left;
	display: block;
	float: left;
}

form br {
	clear: both;
}

td {
	vertical-align: top;
}