﻿html {
	overflow:scroll
}

body {
	font-family: "Tahoma", "Verdana", "Arial";
	background-image:  url("images/bg.gif");
	background-attachment: fixed;
	background-color: #111;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: left;
	font-size: small;
}

.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;
}

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;
}

#departments {
}

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:0px
}

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: 146px;
	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: 107px;
	text-align: center;
	margin-right: 2px;
}
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
}






