#pagecontainer {
	width: 745px;
	margin-right: auto;
	margin-left: auto;
}
ul {
	list-style-type: none;
	margin-top: 5px;
	margin-left: -30px;
}
#pagecontainer #topmenu li {
	display: inline;
	list-style-type: none;
}

#topbanner {
	background-color: #FFFF99;
	height: 105px;
	width: 745px;
}
#topmenu {
	background-color: #CCCCCC;
	height: 27px;
	width: 745px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #666666;
	text-align: center;
}
#maincontent {
	height: auto;
	width: 745px;
}
#bottommenu {
	background-color: #999999;
	height: 22px;
	width: 745px;
	text-align: right;
}
#leftcolumn {
	height: auto;
	width: 500px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 10px;
}
#rightcolumn {
	height: auto;
	width: 235px;
	float: right;
	padding-top: 10px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	margin-top: 0px;
}
#pagecontainer #bottommenu li {
	display: inline;
	list-style-type: none;
	font-size: 0.9em;
	padding-bottom: 20px;
}
a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.brclear {
	display: block;
	clear: both;
}
h1 {
	font-size: 1.1em;
	background-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 3px;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	padding-left: 15px;
}
#pagecontainer #maincontent #leftcolumn ul {
	margin-left: 0px;
}
#pagecontainer #maincontent #rightcolumn li {
	padding-left: 30px;
}
#leftcolumn ul a {
	font-size: 1em;
}#rightcolumn ul a {

	font-size: 1em;
}
