html, body, td, input {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	background : #FFCC99;
	padding: 0px;
	margin: 0px;
}

#headleft {
	width: 200px;
	height: 199px;
	float: left;
}

#headleft img {
	border: none;
	width: 200px;
	height: 199px;	
}

#headcenter {
	width: 500px;
	height: 199px;
	float: left;
}

#headcenter img {
	border: none;
	width: 500px;
	height: 199px;
}


#headright {
	width: 180px;
	height: 179px;
	float: left;
	padding: 10px;
	color : #ffffff;
}

#filler {
	clear: both;
	width: 900px;
	height: 12px;
	background : url(../images/pfiller.gif) no-repeat;
}

#footer {
	clear: both;
	width: 470px;
	padding: 4px 210px;
	background : #ff6600 none;
	color : #ffffff;
}

#footer a {
	color : #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#navigation {
	width: 199px;
	float: left;
	background-color : #ffffff;
	padding-right: 1px;
}

#navigation a {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navigation a.maintopic {
	color: #ffffff;
	background-color: #ff6600;
	padding-left: 12px;
}

#navigation a.topic, #navigation a.subtopic {
	background-color: #ffffff;
	color: #ff6600;
	border-left: 6px solid #ff6600;
	border-top: 1px solid #ff6600;
	border-right: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
}

#navigation a.topic {
	padding-left: 6px;
}

#navigation a.subtopic {
	padding-left: 20px;
	font-weight: normal;
}


#navigation a.maintopic:hover, #navigation a.topic:hover, #navigation a.subtopic:hover {
	background-color: #ffcc99;
	color: #ffffff;
}

#content {
	width: 480px;
	padding: 10px;
	float: left;
}

#sidebar {
	width: 195px;
	float: left;
	padding-left: 3px;
	padding-top: 2px;
}

#searchbox {
	height: 22px;
	padding-bottom: 2px;
}

#searchbox .searchfield {
	border: none;
	width: 130px;
	height: 18px;
	float: left;
	background-color: #ffcc99;
	color: #ff6600;
	font-weight: bold;
	padding: 2px;
}

#searchbox .searchbutton {
	height: 22px;
	width: 60px;
	float: right;
}

p.subtext {
	padding: 4px 0px;
	margin: 0px;
	font-size: 80%;
}

img.logo {
	padding-bottom: 2px;
	display: block;
	border: none;
}

#sidebar h1 {
	color: #ffffff;
	margin: 0px;
	padding: 20px 0px;
	font-size: 22px;
}

#container {
	width:900px;
	margin:0 auto;
	background : url(../images/pbackground.gif) repeat-y;
}

#mymaptext {
	color: #ffffff;
	font-weight: bold;
}
