/* CSS */

body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #666633;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border-width: 0;
	border-collapse: collapse;
}

ul {
	margin-top: 2px;
	margin-bottom: 2px;
}

li {
	margin-left: -15px;
}

#all {
	position: relative;
	width: 740px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #003300;
	padding: 10px;
}

#leftside {
	position: relative;
	float: left;
	width: 213px;
	margin: 0px;
	z-index: 1;
	border-width: 0px;
	border-collapse: collapse;
}

#rightside {
	position: relative;
	float: right;
	width: 515px;
	margin-left: 10px;
	z-index: 1;
	border-width: 0px;
	border-collapse: collapse;
}
#below {
	position: relative;
	clear: both;
	width: 727px;
	height: 2px;
	margin: 0px;
	left: 0px;
	top: 0px;
	font-size: 1px;
	z-index: 1;
}

#navigation {
	position: relative;
	clear: both;
	left: 0px;
	top: 0px;
	width: 210px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	z-index: 2;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #CCCC66;
}
#navigation a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#navigation a:hover {
	color: #993333;
}
#navigation p {
	margin-top: 3px;
	margin-bottom: 5px;
}

#mainnav {
	position: relative;
	float: left;
	width: 45%;
	padding: 4px;
	color: #000000;
	font-size: 9pt;
	text-align: left;
	vertical-align: top;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px;
	border-style: solid;
	z-index: 3;
	
}

#subnav {
	position: relative;
	float: right;
	width: 45%;
	padding: 4px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	vertical-align: top;
	border-left: 1px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px;
	border-style: solid;
	z-index: 3;
}

#belownav {
	position: relative;
	clear: both;
	width: 201px;
	height: 2px;
	margin: 0px;
	left: 0px;
	top: 0px;
	font-size: 1px;
	z-index: 1;
}

#titlebar {
	position: relative;
	clear: both;
	width: 510px;
	height: 20px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 10pt;
	background: #000000;
	z-index: 1;
}
#titlebar a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#titlebar a:hover {
	color: #999999;
}
 
#copyright {
	position: relative;
	clear: both;
	width: 515px;
	height: 20px;
	margin-top: 10px;
	padding-top: 5px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 10pt;
	background: #000000;
	z-index: 1;
}
#copyright a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#copyright a:hover {
	color: #999999;
}

#contentarea {
	position: relative;
	clear: both;
	min-height: 330px;
	width: 503px;
	margin: 0px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	color: #000000;
	background: #FFFFCC;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	z-index: 1;
}

#header {
	position: relative;
	text-align: center;
	clear: both;
	width: 503px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-width: 0px;
	border-bottom-width: 2px;
	border-style: solid;
	border-color: #000000;
	background: #CCCC66;
	font-size: 14pt;
	z-index: 1;
}

#content {
	position: relative;
	text-align: left;
	vertical-align: top;
	clear: both;
	width: 493px;
	margin: 0px;
	padding: 5px;
	font-size: 10pt;
	z-index: 1;
	color: #000000;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #993333;
}
#content a:visited {
	color: #330000;
}
#content a:hover {
	color: #336633;
}
