﻿html {
	overflow:scroll
}

ul li {
	padding: 5px;
	line-height: 140%;
}

body {
	font-family: "Tahoma", "Verdana", "Arial";
	background: #808080;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: left;
	font-size: .8em;
	background-image: url('images/bg.gif');
	background-repeat: inherit;
	color: #666666;
}


h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
	margin-bottom: 0px;
}
h3 {
	font-size:14px;
}




.mastheadnav {
	text-align: right;
	font-weight: bold;
	font-size: medium;
}
.pagetitle {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}
.bodytext {
		text-align: left;
	}
.footer {
	text-align: center;
	color: #666666;
	font-family: Tahoma, Verdana, Arial;
	background-repeat: no-repeat;
	background-image: url('images/footer.jpg');
}

.footerbase {
background-color:#333333
}

td {
	font-family: "Tahoma", "Verdana", "Arial";
	font-size: small;
	line-height: 140%;
	color: #666666;
	text-align: left;
}

.title {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	vertical-align: top;
}

ul{
	line-height:140%;
}

a {
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}
A:link {
	color: #CC0000;
	text-decoration: none;
}
A:visited {
	color: #990033;
	text-decoration: none;
}
A:hover {
	color: #EE4137;
	text-decoration: underline;
}


ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {
	display: block;
	color: #666666;
	text-decoration: none;
}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {position:absolute; top:26px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:148px; margin:0}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#d1d1d1}
ul.menu ul li a:hover {background-color:#c5c5c5}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {
	border: 1px solid #aaa;
	padding: 5px 7px 7px;
	font-weight: bold;
	background: url(images/header.gif);
	width: 89px;
	text-align: center;
}
ul.menu .menulink:hover, ul.menu .menuhover {background:url(images/header_over.gif)}
ul.menu .sub {background:#d1d1d1 url(images/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}

