/* Generic Selectors */ 
body { 
	font-family: DejaVu Serif; 
	font-size: 12px; 
	color: #333333; 
	background-color: #F9F9F9; 
}

p { 
	width: 100%; 
} 

li { 
	list-style-type: disc; 
	line-height: 150%; 
	list-style-image: url(../images/arrowSmall.gif); 
} 

h1 { 
	font-family: DejaVu Serif; 
	font-size: 18px; 
	font-weight: bold; 
	color: #000000; 
} 

h2 { 
	font-family: DejaVu Serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #000000; 
	border-bottom: 1px solid #C6EC8C; 
} 

/**************** Pseudo classes ****************/ 
a:link { 
	color: #00CC00; 
	text-decoration: underline; 
	font-weight: bold; 
} 

li a:link { 
	color: #00CC00; 
	text-decoration: none; 
	font-weight: bold; 
} 

a:visited { 
	color: #00CC00; 
	text-decoration: underline; 
	font-weight: bold; 
} 

li a:visited { 
	color: #00CC00; 
	text-decoration: none; 
	font-weight: bold; 
} 

a:hover { 
	color: rgb(0, 96, 255); 
	padding-bottom: 5px; 
	font-weight: bold; 
	text-decoration: underline; 
} 

li a:hover { 
	display: block; 
	color: rgb(0, 96, 255); 
	padding-bottom: 5px; 
	font-weight: bold; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #C6EC8C; 
} 

a:active { 
	color: rgb(255, 0, 102); 
	font-weight: bold; 
} 

/************************* ID's *************************/ 

#box {
	width: 800px;
	margin: 0 auto;
}
#logo {
	position: absolute; 
	Background-color: rgb(200,244,244);
	text-align: center;
	z-index: 10; 
	width: 130px; 
	height: 100px;
	margin-top: -10px; 
}
#header {
	position: absolute; 
	Background-color: rgb(200,244,244);
	text-align: center;
	z-index: 10; 
	width: 670px;
	height: 100px; 
	margin-left: 130px; 
	margin-top: -10px; 
}
#navigation { 
	position: absolute; 
	z-index: 15; 
	width: 130px; 
	height: 310px; 
	margin: 0 auto; 
	margin-top: 90px; 
	font-weight: normal; 
} 
#statspanel { 
	position: absolute; 
	text-align: center;
	z-index: 15; 
	width: 130px; 
	height: 100px; 
	margin-top: 420px; 
	font-weight: normal; 
} 
#centerdoc { 
	position: absolute;
	table-layout: fixed;
	z-index: 20; 
	padding: 0 0 20px 20px; /*top right bottom left*/ 
	width: 625px;
	margin-top: 90px;
	margin-left: 130px; 
}
#publist { 
	position: absolute;
	table-layout: fixed;
	z-index: 20; 
	padding: 0 0 20px 20px; /*top right bottom left*/ 
	margin-top: 90px;
}
#mappanel {
	position: absolute;
	z-index: 20; 
	margin-top: 80px;
	margin-left: 130px; 
}
#rightpanel {
	position: absolute; 
	z-index: 20; 
	padding: 20px 0 20px 20px; /*top right bottom left*/ 
	margin-top: 100px;
	margin-left: 740px; 
	border-bottom: 0px solid #C6EC8C;
	width: 800px;
}
#bottom { 
	position: absolute;
	z-index: 0; 
	width: 870px;
	margin-top: 1425px;
	margin-left: 130px;
	font-family: DejaVu Serif; 
}