@charset "utf-8";
/* CSS Document */

/* GLOBAL STYLES */

body {
margin: 0px;

background-color: #003300;

font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
text-decoration: underline;
color: #006633;
}

a:hover {
color: #660000;
}

h1 {
font-family: "Arial", "Helvetica", sans-serif;
	font-size: 20px;
	color: #990000;
border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

h2 {
font-family: "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	color: #006600;
}

.red {
	color: #FF0000;
}

.navigation a {
display: block;
padding-top: 2px;
padding-bottom: 2px;

padding-left: 6px;
margin-top: 4px;
margin-bottom: 4px;

border-style: solid;
border-width: 1px;

background-color: #006600;

font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.navigation a:hover {
background-color: #CCFFCC;
color: #003300;
}

.footerText {
color: #FFFFFF;
}

.footerText a {
color: #66CC99;
text-decoration: none;
}

.footerText a:hover {
color: #99FFCC;
text-decoration: underline;
}

/* END GLOBAL STYLES */

#pageHead {
position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 224px;
background-image: url("../images/template/headBack.jpg");
}

#pageTitle {
position: absolute;
	left: 0px;
	top: 120px;
	width: 601px;
	height: 73px;
}

#pageMain {
position: absolute;
	left: 0px;
	top: 200px;
	width: 100%;
	height: 224px;
}

#pageAll {
	margin: auto;
	width: 1000px;
}
