@charset "UTF-8";
/* CSS Document */

.navigation {
	color: #292929;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}

img {
	border:0;
}

body,td,th {
	font-family: Garamond, Georgia, Times New Roman, serif;
}
body {
	background-color: #292929;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#splashContainer {
	margin:0 auto;
	height:640px;
	width:678px;
}

#splash {
	height:640px;
	width:678px;
	background-color:transparent;
}

#agLogo {
	position:absolute;
	left: 25px;
	top: 25px;
	width:90px;
	height:90px;
	z-index:1;
}

#agLogo a {
	border:0;
	color:#FFF;
}
#agHead {
	position:absolute;
	left:115px;
	top:25px;
	width:800px;
	height:90px;
	z-index:2;
}
#content {
	position:absolute;
	left:25px;
	top:124px;
	width:886px;
	min-height:487px;
	height:auto;
	z-index:3;
	background-color: #FFF;
	padding:3px;
	color:#292929;
	font-size:12px;
	text-align:justify;
}

#content h1 {
	color:#8a3207;
	font-weight:bold;
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
}

#content p {
	margin-top:5px;
	margin-bottom:5px;
	padding-left:5px;
	padding-right:2px;
}

#content a {
	color: #442700;
	font-weight:bold;
}

#content a.visited {
	color: #384301;
	font-weight:bold;
}

#navList {
	top:7px;
	width:120px;
	height:250px;
	z-index:4;
	background-color: #FFF;
	float:right;
	padding-left:15px;
	padding-bottom: 15px;
}
#navList a:link {
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 12px;
	color: #292929;
}
#navList a:hover {
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 12px;
	color: #DDDDCC;
}

