* {margin: 0px; padding: 0px; }

body {
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#FFFFFF;
	}
	
p, h2, blockquote, ol, ul {margin-bottom: 1em;}
h1 {margin-bottom: 0.5em;}
	
table {
	color: #666666;
	font-size:1em;
	margin-bottom:1em;
	}
	
h2 {
	font-size: 1em;
	font-weight:bold;
	}
	
#container {
	position: absolute;
	border: 1px solid #CCCCCC;
	left: 50%;
	top: 50%;
	width: 760px;
	height: 482px;
	margin-left: -380px; /* half of width */
	margin-top: -240px;  /* half of height */
	font-size: 0.75em;
	color:#666666;
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}

#sidebanner {
	position:absolute;
	left: 225px;
	top: 175px;
	width: 140px;
	height: 265px;
	color:#999999;
}

#maincontent{
	position:absolute;
	left: 380px;
	top: 175px;
	width: 370px;
	height: 265px;
	overflow:auto;
	padding-right: 5px;
	text-align:justify;
}

#maincontent ul {
	margin-left: 20px;
	list-style-type:disc;
	margin-bottom: 2em;}
	
#maincontent ol {
	margin-left: 30px;
	list-style-type:lower-alpha;
	margin-bottom: 2em;}

#sidebanner ul {
	margin-left:25px;
	}
	
#menu{
	position: absolute;
	top:454px;
	left: 155px;
	height: 26px;
	width: 610px;
	}

#menu ul {margin: 0px;}

#menu ul li {
	display:inline;
	margin-right: 2px;
	}

#footerleft{
	position:absolute;
	top: 485px;
	width: 350px;
	left: 0px;
	height: 30px;
	color:#999999;
	font-size:0.8em;
	line-height:125%;
}

#footerleft a, #footerleft a:visited {
	color:#999999;
	text-decoration:none;
	}

#footerright{
	position:absolute;
	top: 485px;
	right: 0px;
	width: 300px;
	height: 30px;
	text-align:right;
}