body{
	font-family: "Times New Roman", "Verdana", serif;
	font-size: 80%;
	color: #000;
	background: #CCC url(../images/PageBG.gif) repeat-x;
}

#container {
	background: #FFF;
	border-top: 2px solid #AAA
}

#banner {
	background: url(../images/BannerBG.gif) repeat-x;
	border-bottom: 4px solid #922
}

#mainbody {
	background-color: #DDD;
	border-bottom: 2px solid #AAA;
}

#logo{
	background: url(../images/BannerL.gif) no-repeat;
}

#emphasis{
	background-color: #e7dad5;
	border: 1px solid #aaaaaa;
}

#leftcolumn {
	border-right: 2px #ccc solid;
	background-color: #FFF;
}

.bolding {
	font-weight: bold;
	color: #000000;
}

.bolding2 {
	font-weight: bold;
	color: #992222;
}

a:link{
	color: #922;
}

a:active{
	color: #555;
}

a:visited{
	color: #922;
}

a:hover{
	color: #555;
}

h1{
	font-size: 160%;
}

h1.subpage{
	font-size: 160%;
	border-bottom: 1px #444 dotted;
}

span.title{
	font-size: 90%;
	color: #922;
	border-bottom: 1px #444 dotted;
}

h2{
	font-size: 140%;
	color: #922;
}

span.main{
	font-size: 90%;
	color: #922;
	border-bottom: 1px #444 dotted;
}

.address{
	list-style: none;
}

span.bullet{
	font-weight: bold;
	color: #922;
}

#topref{
	width: 99%;
	text-align: right;
}

#sitemap li a{
	color: #922;
	text-decoration: none;
}

#sitemap a:hover{
	color: #000000;
	border-bottom: 2px solid #ff0000;
	border-top: 2px solid #ff0000;
	text-decoration: none;
}

#sitemap ul.subsection li a{
	border-top: 0px;
	border-bottom: 0px;
	color: #444;
}

#sitemap ul.subsection a:hover{
	color: #922;
	border-top: 0px;
	border-bottom: 0px;
	font-style: oblique;
	text-decoration: underline;
}