/* CSS Document */

body {
	background-color: #006D2C;
	border-color: #006D2C;
	border-width: thin;
}
#container {
	margin: 0 auto;
	text-align:left;
	background-color:#FFF;
	width:960px;
	overflow:auto;
	-moz-border-radius: 9px;
    -webkit-border-radius: 9px;
	}
#header {
	position:absolute;
	left:0px;
	top:9px;
	width:960px;
	height:70px;
	background-color: #FFFFFF;
	padding-left: 8px;
	padding-top: 5px;
	}

#headerleft {
	position:absolute;
	left:0px;
	top:9px;
	width:375px;
	height:55px;
	background-color: #FFFFFF;
	padding-left: 8px;
	padding-top: 5px;
	}

#headerright {
	width: 460px;
	top:9px;
	height:60px;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-top: 0px;
	z-index:3px;
	margin-left:0px;
	}

#corner {
	position:absolute;
	left:585px;
	top:0px;
	height:70px;
	width:70px;
	background-color:#FFFFFF;
	text-align: right;
	}
#linkbar {
	position:absolute;
	left:0px;
	top:84px;
	width:960px;
	height:28px;
	background-color:#FFFFFF;
	padding-left:8px;
	color: #2A3F00;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px;
	border-top-color: #2A3F55;
	border-top-width: 1px;
	z-index: 2;
	}
#leftpane {
	position:absolute;
	left:0px;
	top:112px;
	height:172px;
	width:100px;
	padding:8px;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2A0000;
	z-index:1;
	}
#leftpane a {
	font-size: 10px;
	font-family: Tahoma;
	text-decoration:none;
	color: #006D2C;
	}
#leftpane a:hover {
	font-size: 10px;
	font-family: Tahoma;
	text-decoration:underline;
	color: #006D2C;
	}

#rightpane a {
	font-size: 10px;
	font-family: Tahoma;
	text-decoration:none;
	color: #006D2C;
}
h1	{
	font:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight: bold;
	}
pre {
	font-size:12px;
	}
#content {
	position:absolute;
	left:0px;
	top:112px;
	width:668px;
	background-color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding-left: 120px;
	padding-right: 20px;
	padding-top:10px;
	padding-bottom:20px;
	z-index:0;
	height:auto;
	}
#content strong	{
	font-style:normal;
	font-weight:bold;
	}
#footer {
	float:left;
	width:100%;
	text-align:center;
	color: #000;
	font-size: 12px;
	font-family: Georgia, Times, serif;
}

