@charset "utf-8";

/* CSS Document */

body {
	background-image: url(../fixedgraphics/drk_green_bg.jpg);
}

.headers {
	font-size: 300%;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.links {
	font-size: 175%;
	color: #CCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.normal_text {
	color: #FFF;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
}
.emph {
	color: #FFF;
}

#apDiv1 {
	position:relative;
	top:10px;
	height:190px;
	z-index:1;
	color: #FFF;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#apDiv2 {
	position:relative;
	top:30px;
	clear: both;
	float: none;
	height: 175px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}
#apDiv3 {
	position:relative;
	top:40px;
	width:800px;
	height:55px;
	z-index:2;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
#apDiv100 {
	position:relative;
	width:800px;
	height:70px;
	z-index:4;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	top: 100px;
	color: #FFF;
}

