/* CSS Document */

/* adds background image */
html, body {
	margin: 0;
	padding: 0;
	background-color:#CCCC99;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
}



/* default links etc. */

a:link {
	color: #336633; 
	text-decoration: underline; }

a:visited {
	color: #666666; 
	text-decoration: underline; }

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #336633;
}


#header {
	float: left;
	margin-left: 0.5em;
	margin-top: 1em;
	clear: both;
}

#nav {
	position: absolute;
	top: 100px;
	left: 0em;
	width: 150px;
	background-color: #336633;
	float: left;
	clear: both;
}

#content {
	position: absolute;
	margin-left: 175px;
	margin-right: 2em;
	top: 101px;
	left: 5px;
	width: 588px;
	float: right;
clear: inherit;
}

#footer {
	font-size: 70%;
	background-color: #CCCC99;
	width: 100%;
	position: absolute;
	z-index: 13;
	border-top: 1px dotted #336633;
}

#nav ul {
	list-style: none;
	margin-left: 2em;
	padding-left: 0;
}
#nav li {
	font-size: 100%;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 1em;
}



#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #FFFFCC;
	background-color: transparent;
}

#nav a:hover {
	color: #778899;
}

#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	text-align: center;	
}
#content p {
	font-size: 100%;
	line-height: 1.2em;
}

.BodyCopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}

.smBodyCopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}
