body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
}

a {
	text-decoration: none;
	color: #1c2d5e;
}

a:link {
	text-decoration: underline;
	color: #1c2d5e;
}

a:visited {
	text-decoration: underline;
	color: #5e6c84;
}

a:hover {
	text-decoration: underline;
	color: #890c08;
}

h2 {
	font-size: 1em;
	margin: 0 0 5px 0;
	padding: 2px 0px 0px 0px;
	border-bottom: 2px solid #eee;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 5px 0;
	padding: 2px 0px 0px 0px;
	border-bottom: 2px solid #eee;
}

h4 {
	font-size: 0.7em;
	text-align: right
	margin: 0 0 2px 0;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #eee;
}

.blue {
	color: #346584;
	font-weight:bold;

}

#bg {
	height: 855px;
	width: 1024px;
	background: url(images/bg.jpg) no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
	
	/*position: absolute;
	left: 0px;
	top: 0px;
	width: 1024px;
	height: 1100px;
	background: url(images/bg.jpg) no-repeat;
	z-index:-1;*/
}

.blackbold {
	color: #000000;
	font-size: 1.2em;
	font-weight:bold;

}

.content9pt {
	margin: 0px;
	font-size: 0.85em;
	color: #5D5D5D;
}

.content12pt {
	margin: 0px;
	font-size: 0.95em;
	color: #000000;
	line-height: 14pt;
}

.content14pt {
	margin: 0px;
	font-size: 1.2em;
	color: #990000;
	font-weight: bold;
}
.clstitlebold {
	font-size: 1.2em;
	color: #003399;
	font-weight: bold;	
}

.content_lg {
	margin: 0 300px 20px 150px;
	padding: 5px 10px 5px 10px;
	line-height: 1.6em;
	text-align: left;
	color: #5D5D5D;
	border-left: 2px solid #eee;
}

.content_lg p {
	padding: 0;
	margin: 0;
	
}

.footer {
	font-size: 0.85em;
	color: #999999;
	text-align:center;
}

.content_sm {
	margin: 9px 0 10px 0;
	padding: 3px 10px 5px 10px;
	width: 130px;
	color: #6B6B6B;
	line-height: 1.6em;
}

.content_sm a {
	text-decoration: underline;
}

.content_sm p {
	margin: 0;	
}

#contenttable{
	position: absolute;
	left: 110px;
	top: 290px;
	width: 900px;
}

#sidebox{
	border-left: thin;
	border-left-style: dotted;
	border-left-color: #a4b5d1;
	padding-left: 30px;
}

#footer{
	position: absolute;
	margin-bottom: 10px;
	width: 1024px;
}


#title {
	float: left;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	padding: 0 0 0 10px;
	color:#000000;
}

#nav {
	clear: right;
	float: right;
	width: 450px;
	font-size: 0.9em;
	margin: 0 0 10px 0;
	padding: 0;
	
}

#infobox {
	font-size: 9pt;
	text-align: center;
	border: 1px solid #ccc;
	background: #f4f4f4;
	padding: 4px;
	margin-top: 5px;
}
