/* CSS Document */


body {	
	background-color: #DAF2DA;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: .9em;	
	line-height: 1.5em;	
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
}

#header {
	margin-top: 5px;
	margin-left: 1em;
	margin-bottom: 1em;
	height: 100px;
}

#header img {
	border: 0px;
}

#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	margin-top: 15px;
	margin-left: 18%;
	font-size: 1.5em;
}

#header h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	font-size: .9em;
	margin-left: 18%;
}

#navigation {
	width: 17%;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	background-color: #FFFFCC;
	position: absolute;
	top: 125px;
	left: 1em;
	font-size: .9em;
}

#navigation a {
	display: block;
	padding: 0px 4px 0px 4px;
	margin: 6px;
	text-align:left;
	color:#003366;
	line-height: 1em;
	text-decoration: none;
}

#navigation a:hover {
	background: #FFE500;
}

#navigation h1 {
	font-size: 1em;
	display: block;
	padding: 2px;
	margin-bottom: 0px;
	text-align: left;
	border-top:1px solid black;
	color: #003300;
	font-weight: bold;
}


#navigation .h1top {
	font-size: 1em;
	display: block;
	padding: 2px;
	margin-bottom: 0px;
	text-align: left;
	color: #003300;
	font-weight: bold;
}
	
#content {
	position:relative;
	top: 5px;
	left: 19%;
	width: 75%;
	background-color: #FFFFFF;
	padding:8px 8px 8px 8px;
	border: 2px solid #424242;
	height: 100%;
		font-family: Arial, Helvetica, sans-serif;	
	font-size: 0.9em;	
	line-height: 1.5em;	
	color: #000000;

}

h1 {	
	font-family: Arial, Helvetica, sans-serif;	
	color: #333333;
	font-size: 1.5em;
	}
h2 {
	color: #BDB586;
	font-size: 1.3em;
	}

h3 {
	color: #000000;
	font-size: 1em;
	}
table {
	width: 100%;
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	color: #000000;
	text-align:left;
	vertical-align: top;
	padding: 4px;
}
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: .9em;	
	line-height: 1.5em;
	list-style-type: square;	
	list-style-position: outside
	}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	line-height: 1em;
	text-align: right;
	
	}
.NavigationColor {
	color: #CCCCCC
	}
.TitleColor {
	color: #E2E2E2;
	}
img {
	border: thin solid #000000;
}
