body {
	margin:2
	font-family:'Trebuchet MS', Verdana, sans-serif;
	font-size:small;
	background:#D3E2EF;
}

#menu ul {margin:0;padding;0 list-style:none; }
#menu ul li {padding:0 .51em; }

#wrapper { 
	border-style:solid;
	border-color:#4682B4;
	border-width:.3em;
	width:950px;
	margin: 0 auto;
	background: white;
	padding: 2 2;
}

#menu {
	overflow:hidden;
	float:right;
	min-height:60px;
	padding-top:1.2em
}

#header {
	overflow:visable;
	position: relative;
}

div.header {
	width:842px;
	margin: 0 auto;
}

h2 {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size:1.25em;
	margin-left: .5em;
	color: #778899;
}	

#content {
	float:left;
	width:470px;
	background: white;
	min-height:500px;
	overflow:visible;
	position: relative;
	top:0.5em;
	left: 2em;
	font-family:'Trebuchet MS', Verdana, sans-serif;
	color:#383838;
}

#footer	{
	min-height:50px;
	clear:both;
	font-family:'Trebuchet MS', Verdana, sans-serif;
	color:#696969;
	font-size:84%;
	position:relative;
	top:2em;
}

p.footer {
	width:835px;
	margin: 0 auto;
}

div.line {
	position:relative;
	left:-3em;
}

div.copyright	{
	position: relative;
	left:20px;
}

p.upongoogle	{
	position: relative;
	top:-30px;
	left:700px;
	width:240px;
}

/*Here is the start of the drop down menu stuff (from www.lwis.net)*/
ul.dropdown,
ul.dropdown li,
ul.dropdown ul
{
	list-style: none;
	display:block;
	padding: 0 0;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	line-height: 14px;
	background: white;
	color: #696969;
}

ul.dropdown
{
	position: relative;
	z-index: 597;
}

ul.dropdown li
{
	float: left;
	vertical-align: left;
	zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover
{
	position: relative;
	z-index: 599;
	cursor: default;
}

ul.dropdown ul
{
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 250px;
	margin-top: 1px;
	border-style: solid;
	border-color: white;
	background-color: white;
}

ul.dropdown ul li { float: none; }

ul.dropdown ul ul
{
	top: 1px;
	left: 99%;
}

ul.dropdown li:hover > ul { visibility: visible; }

ul.dropdown a:link
{
	color: #606973;
	text-decoration: none;
}

ul.dropdown a:visited
{
	color: #606973;
	text-decoration: none;
}

ul.dropdown a:hover
{
	color: #274663;
	text-decoration: none;
}

ul.dropdown a:active
{
	color: #606973;
	text-decoration: none;
}

/* End of all dropdown stuff */

a:hover {color: #FF0000;text-decoration: none;}
a:link {color: #778899;text-decoration: none;}
a:visited {color: #778899;text-decoration: none;}
a:active {color: #778899;text-decoration: none;}