﻿#website_title {
	font-size:32pt;
	font-family:"Goudy Old Style", "Times New Roman", Times, serif;
}
#website_slogan {
	font-size:16pt;
	font-family:"Goudy Old Style", "Times New Roman", Times, serif;
	text-align:right;
}

h1 {
	font-size:16pt;
	font-family:"Goudy Old Style", "Times New Roman", Times, serif;
	margin-top:5px;
}

h2 {
	font-size:32pt;
	font-family:"Goudy Old Style", "Times New Roman", Times, serif;
	margin-bottom:5px;
	margin-top:20px;
}

a {
	color:#ddffdd;
}

a:hover {
	background:#006400;
}

a img {
	border:0;
}

#page_container {
	width:969px;
	border:0;
	margin:0;
	padding:0;
	text-align:center;
}

#upper_half_container {
	width:969px;
	border:0;
	margin:0;
	padding:0;
}

#header_image td {
	margin:0;
	padding:0;
	border:0;
	width:249px;
}

#header_image img {
	border:2px #ccc solid;
}

#header_content {
	width:720px;
	
}

#details_cell {
	padding:0px 10px 0px 40px;
	vertical-align:top;
}

/* Styles for navigation */
#nav {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:10pt;
	font-weight:200;
	width:720px;
	text-align:center;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	}
	
ul li {
	padding:0;
	float:left;
	width:120px;
	position:relative;
}

li ul {
	position:absolute;
	left:0px;
	display:none;
}

li > ul {
	top:auto;
	left:auto;
}

ul li a {
	display:block;
	text-decoration:none;
	color:#fff;
	background:#001200;
	padding: 5px;
	border: 1px solid #ccc;
	}
	
/* Fix for IE - Hide from IE Mac \*/
* html ul li {float:left; height:1%;}
* html ul li a {height:1%;}
/* End */

li:hover ul, li.over ul, #nav a:hover {
	display:block;
	color:#ffffff;
	text-decoration:none;
	background-color:#006400;
	}

#footer_nav {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:10pt;
	font-weight:200;
	width:720px;
	text-align:center;
}

#footer_nav li ul {
	position:absolute;
	left:616px;
	top:800px;
	display:none;
	z-index:1000;
}

	


