body {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	background-image: url(/pics/background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-attachment: fixed;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#wrapper {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	right: 0;

	/* ie hacks */
	height: expression((parseInt(document.documentElement.clientHeight)-10)+'px');
}

#canvas {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-color: #ffffff;
}

#header {
	position: absolute;
	top: 0;
	width: 990px;
}

#banner {
	background-image: url(/pics/banner.jpg);
	height: 227px;
}

#banner img {
	position: absolute;
	top: 0px;
	right: 5px;
}

#nav {
	background-color: #508269;
	height: 32px;
}

.nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-left: 20px;
}

.nav li {
	display: inline;
	display: block;
	float: left;
	width: 118px;
	padding-right: 0px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

#nav a {
	display: block;
	padding-top: 5px;
	text-decoration: none;
	color: #FFFFFF;
	height: 24px;
}

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

#nav a.sel {
	margin-top: 3px;
	color: #508269;
	height: 22px;
	background-image: url(/pics/tab.jpg);
	background-repeat: no-repeat;
}

#nav a.sel:hover {
	color: #508269;
}

#content {
	position: absolute;
	top: 265px;
	bottom: 25px;
	font-size: 14px;
	padding: 20px;
	overflow: auto;
	width: 950px;

	/* ie hacks */
	height: expression((parseInt(document.documentElement.clientHeight)-342)+'px');


}

#content p, #content li {
	line-height: 160%;
	text-align: justify;
	color: #000000;
}

#content p.center {
	text-align: center;
}

#content table td {
	border: 1px solid #508269;
	padding: 5px;
}

#content table.noborder td, #content table.gbook td {
	border: 0;
	padding: 0;
}

#content table.gbook {
	border-bottom: 1px solid #508269;
}

#content a {
	font-weight: bold;
	text-decoration: none;
	color: #508269;
}

#content a:hover {
	text-decoration: underline;
}

#rhs {
	clear: both;
	float: right;
	width: 235px;
	margin: 0px;
	margin-top: 0px;
	margin-left: 20px;
}

.box {
	width: 235px;
	border: 1px solid #508269;
	margin-bottom: 20px;
	padding: 3px;
	color: #508269;
}

.rhsHeading {
	display: block;
	font-weight: bold;
	padding: 4px;
	padding-left: 7px;
	color: #FFFFFF;
	background-color: #508269;
}

.rhsContent {
	padding: 4px;
}

.rhsData {
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

#rhs a {
	text-decoration: none;
	color: #508269;
}

#rhs a:hover, #rhs a.sel {
	text-decoration: underline;
}

#footer {
	width: 990px;
	position: absolute;
	bottom: 0;
	height: 20px;
	background-color: #508269;
}

#footer p {
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
	margin: 0px;
	padding: 3px;
	color: #cccccc;
	font-size: 10px;
}

#footer p.btt {
	position: absolute;
	left: 5px;
	bottom: 0px;
	text-align: left;
	margin: 0px;
	padding: 3px;
	color: #cccccc;
	font-size: 10px;
}

#footer a {
	text-decoration: none;
	color: #cccccc;
}

#footer a:hover {
	text-decoration: underline;
}

div.icons {
	text-align: center;
}

div.icons img {
	padding: 0 11px 0 11px;
}
