body{
	margin: 0px;
	background-color: #000000;
	color: #000000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	background-image: url(../img/layout/bg_layout.gif);
	}
table, td {
	color: #000000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	}
#layout {
	text-align: center;
	}
#header {
	width: 800px;
	height: 140px;
	font-size: 9pt;
	background-image: url(../img/layout/header.jpg);
	color: #ffffff;
	font-weight: bold;
	}
#logo {
	position: absolute;
	width: 200px;
	top: 100px;
	right: 10px;
	border: 1px solid red;
	}
#header a:link, #header a:visited, #header a:active, #header a:hover{
	color: #ffffff;
	font-weight: bold;
	}
#content .pageTitle {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14pt;
	font-weight: bold;
	}
#content {
	width: 800px;
	background: #eeeeee;
	text-align: left;
	}
#contentSpacing {
	width: 780;
	padding-left: 10px;
	text-align: left;
	}
#footer {
	position: relative;
	width: 800px;
	height: 230px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 8pt;
	background: #000000;
	color: #ffffff;
	text-align: left;
	border-top: 1px solid white;
	}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover{
	color: #ffffff;
	}
#footer .links {
	position: absolute;
	width: 400px;
	top: 0px;
	left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	}
#footer .copyright {
	position: absolute;
	width: 400px;
	top: 0px;
	right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: right;
	}
.sectionheader {
	font-size: 9pt;
	font-weight: bold;
	color: #990033;
	}
.modpadanchor	{
	color: #000000;
	padding-left:7px; 
	text-indent:-10px; 
	padding-right:5px;
	}
a:link, a:visited, a:active, a:hover{
	color: #3366cc;
	}