/* CSS Document */

body {
    background-color: white;
}

#header_left {
	position:absolute;
	left:10px;
	top:10;
	width:150;
	height:110;
	z-index:1;
}
#header_middle {
	position:absolute;
	left:161px;
	top:10px;
	width:605px;
	height:110px;
	z-index:2;
}
#header_right {
	position:absolute;
	left:767px;
	top:10px;
	width:150;
	height:110px;
	z-index:3;
}
#side_nav {
	position:absolute;
	left:10px;
	top:180px;
	width:100px;
	height:367px;
	z-index:4;
}
#main_body {
	position:absolute;
	left:111px;
	top:180px;
	width:805px;
	height:7112px;
	z-index:5;
}
#counter {
	position:absolute;
	left:15px;
	top:466px;
	width:252px;
	height:98px;
	z-index:6;
}
#mod_history {
	position:absolute;
	left:19px;
	top:583px;
	width:277px;
	height:94px;
	z-index:7;
}
#top_navbar {
	position:absolute;
	left:111px;
	top:133px;
	width:805px;
	height:30px;
	z-index:8;
}
p{ 
	font-family: "Times New Roman", Times, serif; 
	font-size: 16px; 
	color: #000000; 
	line-height: 18px; 
	padding: 3px;
} 
ul{
	font-family: "Times New Roman", Times, serif; 
	font-size: 16px; 
/*	color: #000000; 
	line-height: 18px; 
	padding: 3px;*/
}
.divider { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 16px; 
	color: #999999; 
	line-height: 18px; 
	padding: 3px;
} 
.small_text { 
	font-family: "Times New Roman", Times, serif;
	font-size: 14px; 
	color: #000000; 
	line-height: 18px; 
	padding: 3px;
} 
.mod_history_text { 
	font-family: "Times New Roman", Times, serif;
	font-size: 12px; 
	color: #000000; 
	line-height: 16px; 
	padding: 3px;
} 
.bold_large {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.bold_normal {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.heading_black {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
/*	background-color: #993300;*/
	display: block;
	padding: 8px;
	width: 120px;
}
.nav_side {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
/*	background-color: #993300;*/
	display: block;
	padding: 8px;
	width: 150px;
}
.nav_side:hover {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #3300FF;
	text-decoration: none;
/*	background-color: #D03D03;*/
	display: block;
	padding: 8px;
	width: 150px;
}
.nav_side_open {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #3300FF;
	text-decoration: none;
/*	background-color: #993300;*/
	display: block;
	padding: 8px;
	width: 150px;
}