body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
form {
	margin-bottom: 0px;
	margin-top: 0px;
}
.topbanner {
	font-weight: bold;
	color: #BAAF9E;
	font-size: 9px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 45px;
	vertical-align: bottom;
}
.topbanner ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	margin-top: 31px;
	padding: 0px;
}
.topbanner li {
	font-weight: normal;
	font-size: 12px;
	display: block;
	float: left;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
}
.topbanner li a:link, .topbanner li a:visited {
	text-decoration: none;
}
.topbanner li a:hover {
	text-decoration: none;
}
.logo {
	font-weight: bold;
	color: #000000;
	float: left;
}
.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.breadcrumb a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
} 
.headingbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #3F3F3F;
	background-repeat: repeat-x;
	height: 16px;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin: 0px;
}
.search {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	float: left;
	height: 23px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 170px;
	margin-right: 20px;
}
* html .search {
	/*Dumb IE hack*/
	height: 26px;
	margin-right: -3px;
	padding-left: 10px;
	padding-top: 8px;
}
.search select {
	width: 185px;
}
.go {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: 18px;
	width: 25px;
	padding: 2px;
	margin-left: 5px;
	display: inline;
}
.go a:link, .go a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.go a:hover {
	text-decoration: none;
}
.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B90020;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	float: right;
}
.login a:link, .login a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.login a:hover {
	color: #FFFFFF;
	text-decoration: underline;
} 
.contents {
	width: 100%;
}
.rightbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border-right: 1px solid #999999;
	float: left;
	position: relative;
	width: 199px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
}
.rightbarbottom {
	border-top-width: 5px;
	border-top-style: solid;
	float: left;
	position: relative;
	width: 199px;
	top: -11px;
	left: -20px;
	height: 0px;
}
.rightbar .devpic{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
* html .rightbarbottom {
	height: -15px;
	margin-bottom: -10px;
}
.rightbar h2 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-left: 15px;
}
.rightbar h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-right: 10px;
	list-style-type: none;
	padding-left: 0px;
}
.rightbar ul {
	margin-left: 20px;
	list-style-type: none;
	padding-left: 5px;
	padding-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.rightbar li {
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 10px;
}
.rightbar li a:link, .rightbar li a:visited {
	font-weight: normal;
	text-decoration: none;
}
.rightbar li a:hover {
	font-weight: normal;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: -10px center;
}
.rightbar li.bullet {
}
.footer {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	border-top: 1px solid #B90020;
	border-bottom: 1px solid #B90020;
	padding: 5px 20px 10px 20px;
	float: left;
}
.footer ul {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
}
.footer li {
	display: inline;
	margin-right: 10px;
}
.footer li a:link, .footer li a:visited {
	color: #B90020;
	text-decoration: none;
}
.footer li a:hover {
	color: #B90020;
	text-decoration: underline;
}
.tandc {
	display: inline;
	padding-left: 5px;
}
.tandc a:link, .tandc a:visited {
	text-decoration: underline;
}
.footerlegal {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.footerlegal a:link, .footerlegal a:visited {
	color: #000000;
	text-decoration: underline;
}
.footerlegal a:hover, tandc a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.copyright {
	color: #999999;
}
.highwire {
	float: right;
}
.highwire a:link, .highwire a:visited {
	color: #999999;
}
.highwire a:hover {
	color: #0000FF;
}
.footeradmin {
	font-size: 12px;
	font-weight: bold;
	color: #DBD7C8;
	width: 100%;
	border-bottom: 1px solid #B90020;
	padding: 5px 0px 5px 0px;
	float: left;
	clear: both;
	text-indent: 20px;
}
.footeradmin a:link, .footeradmin a:visited {
	color: #DBD7C8;
	text-decoration: none;
}
.footeradmin a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.moddate {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
}
.moddate a:link, .moddate a:visited {
	color: #666666;
	text-decoration: none;
}
.moddate a:hover {
	color: #0000FF;
	text-decoration: underline;
}

