/* CSS Document */

#header {
	position:absolute;
	left:15px;
	top:15px;
	width:646px;
	height:150px;
	z-index:1;
}
#center_content {
	position:absolute;
	left:15px;
	top:165px;
	width:646px;
	height:563px;
	z-index:2;
}
#footer {
	position:absolute;
	left:15px;
	top:729px;
	width:646px;
	height:61px;
	z-index:3;
}
#sidebar {
	position:absolute;
	left:482px;
	top:165px;
	width:179px;
	height:564px;
	z-index:4;
	background-color: #000000;
}
#main {
	overflow:scroll;
	position:absolute;
	left:15px;
	top:165px;
	width:467px;
	height:564px;
	z-index:5;
	background-color: #FFFFFF;
}

h1, h2, h3, h4, h5 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background:none;
	font-weight: bold;
	line-height:1.2;
}

h1, h2 { color:#006600; }

h3, h4, h5 { color:#000000; }

img { border:none; };

p, pre {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:smaller;
	color:#000000;
	background:none;
	margin-top: 0;
}

p.headline {
	color:#009900;
	background:none;
	font-size:large;
	font-weight: bold;
	text-decoration:underline;
	line-height:1.2;
}

li {
 	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:smaller;
	color:#000000; 
}

a:visited { color:#33cc00; text-decoration:none;}
a:active { color:#333333; text-decoration:none;}