body {
	background: #040404 url(../images/bg_body.jpg) repeat-x;
}

body, td, th {
	color: #333;
	font: 0.9em Arial, Helvetica, sans-serif;
}
p , ul{
	margin: 0px 0px 1.4em;
}
li {
	margin: 0px 0px 0.6em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.6em 0px 0.4em;
}
h1 {
	font-size: 1.5em;
	color: #000;
	border-bottom: 1px solid #14A3D0;
}
h2 {
	color: #C03;
	font-size: 1.1em;
	border-left: 10px solid #0099CB;
	padding-left: 10px;
	letter-spacing: 2px;
}
a {
	color: #D00037;
}
#wrapper {
	margin: 0px auto;
	width: 981px;
	background: url(../images/bg_wrapper.gif);
	border-bottom: medium solid #CC0032;
}
#left {
	width: 208px;
	float: left;
	margin: 0 0 0 4px;
	text-align: center;
}
#left ul {
	margin: 20px 5px 20px 0;
	padding: 0px;
}
#left li {
	text-align: right;
	background: url(../images/bullet_white.gif) no-repeat right center;
	padding-right: 20px;
	margin-bottom: 1em;
}
#left a {
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	letter-spacing: 1px;
	line-height: 1.2;
}
#left a:hover {
	color: #000;
}
#right {
	width: 720px;
	float: right;
	padding: 20px;
}
#right p {
	line-height: 1.5;
}
#right ul , #right ol{
	margin-left: 20px;
}
#right ul li {
	background: url(../images/bullet_red.gif) no-repeat left 5px;
	padding-left: 15px;
	line-height: 1.2;
}
#right ol li {
	list-style: decimal;
	margin-left: 15px;
}
#right form label {
	width: 160px;
	display: block;
	float: left;
	text-align: right;
	font-weight: bold;
	padding: 0 3px 0 0;
}
#right form label.checkbox {
	float: none;
	width: 400px;
	text-align: left;
	padding-left: 140px;
	font-weight: normal;
	clear: left;
}
#right form div {
	padding-bottom: 10px;
}
div.Accordion u {
	text-decoration: none;
	font-weight: bold;
	color: #0099CB;
}
#footer {
	clear: both;
	text-align: left;
	font-size: 0.7em;
	padding: 60px 120px 10px 240px;
	font-weight: bold;
	background: url(../images/logo_apa.gif) no-repeat 880px 0px;
	height: 100px;
}
.imagefloatright {
	float: right;
	margin-left: 8px;
}
.imagefloatleft {
	float: left;
}
.imageborder {
	border: 2px solid #000;
	background: #000;
}
.aligncenter {
	text-align: center;
}
.underline {
	text-decoration: underline;
}
.nobold {
	font-weight: normal;
}
.smaller {
	font-size: 0.9em;
}
