* {
	 margin: 0;
	 padding: 0;
}
html {
	background: url(../images/body_bg.gif) repeat-y;
}
body {
	background: url(../images/logo_bg.png) no-repeat fixed;
	font: 62.5%/1.5 Arial, sans-serif;
}
a {
	color: #01224d;
}
a:hover, a:active, a:focus {
	color: #90001e;
}
#content ul { padding-left: 15px; }
table { table-layout: fixed; }
td { padding: 5px 10px 5px 0; }
h1, h2, .alt {
	font-family: "Adobe Garamond Pro", Garamond, Georgia, "Times New Roman", serif;
	font-style: italic;
}
h2 {
	color: #90001e;
	font-size: 1.8em;
	margin-bottom: 20px;
}
h3 {
	border-left: 5px solid #90001e;
	border-bottom: 1px solid #90001e;
	color: #01224d;
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-left: 5px;
}
#wrapper {
	min-height: 500px;
	position: relative;
}
#header, #content {
	margin-left: 290px;
}
address {
	color: #01224d;
	font-size: 1.1em;
	margin-left: 345px;
	font-style: normal;
	letter-spacing: 1px;
}
address .alt {
	color: #90001e;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
}
#header, #header span {
	height: 150px;
	overflow: hidden;
	width: 705px;
}
#nav {
	left: 100px;
	list-style-type: none;
	position: fixed;
	_position: relative;
	top: 200px;
	_top: 0;
	width: 190px;
}
#nav li {
	position: relative;
}
#nav ul {
	border-top: 1px solid #90001e;
	font-size: .9em;
	left: 185px;
	list-style-type: none;
	position: absolute;
	top: -1px;
	width: 110px;
	visibility: hidden;
}

#nav a {
	
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
}
#nav a:hover, #nav  li.over {
	border-left: 5px solid #90001e;
	padding-left: 5px;
}
#nav li.over {
	border-top: 1px solid #90001e;
	margin-top: -1px;
	padding-left: 0;
}
#nav li.over > a {
	border: none;
	padding-left: 5px;
}
#nav li.over ul {
	visibility: visible;
}
#content {
	font-size: 1.2em;
	padding: 20px 50px 20px 130px;
}
#content p {
	margin-bottom: 10px;
}
#footer {
	clear: both;
	margin: 20px 0 10px 0;
}
#header {
	position: relative;
}
#header span {
	background: url(../images/header_bg.jpg);
	left: 0;
	position: absolute;
	top: 0;
}