
body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	}
h1 {
	margin: 10px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color: Silver;
}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}

p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
#Content&gt;p {margin:0px;}
#Content&gt;p+p {text-indent:30px;}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}


a {
	color:#339933;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}

a:link {
	color:#339933;
	}

a:visited {
	color:#339999;
	}

A:hover {
	color:#CC6600;
	}
ul {
		color:#339933;
		font:11px/14px verdana, arial, helvetica, sans-serif;
		margin: 0px 0px 40px 0px;
		padding:0px;
}
#Header {
	margin: 2px 0px 40px 0px;
	padding:2px 2px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height: 80;
	/* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px;
	color: White;
	font-size:11px;
	text-decoration:none;
	font-weight: bolder;
	background-color:black;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. IE5/Win incorrectly parses the "\";
	background-image : url(staticimages/vav.gif);
	background-image : url(staticimages/vav.gif);
	background : url(staticimages/vav.gif);
	background : no-repeat;
	background : repeat-x;
}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct length values to user agents that exhibit the parsing error exploited above yet get the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body&gt;#Header {height:14px;}
#right{
	align: right
	}
	#hoverbutton
	{
	background : blue;
	border : 2;
	border-left : silver;
	border-right : navy;
	border-top : silver;
	border-bottom : navy;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	font-weight : bold;
	height : 15px;
	width : 100;
}
#news
{
	position:absolute;
	top:160px;
	right:15px;
	background-color : #FFCE00;
	border : 1;
	border-color : silver;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	font-weight : bold;
	height : 100px;
	margin-bottom : 10;
	margin-right : 10;
	margin-left : 10;
	margin-top : 10;
	padding-bottom : 4;
	padding-left : 4;
	padding-right : 4;
}
#Content {
	margin:0px 50px 50px 200px;
	padding:10px;
	border : 1;
	border-color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	font-variant : normal;
	font-weight : bold;
	margin-bottom : 5;
	margin-left : 5;
	margin-right : 5;
	margin-top : 5;
	width : 150;
}
#Lower {
	margin: 2px 0px 0px 0px;
	padding:2px 2px 0px 4px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height: 80;
	/* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px;
	color: White;
	font-size:11px;
	text-decoration:none;
	font-weight: bolder;
	background-color:#eee;
	text-align : center;
}
	
#Menu {
	position:absolute;
	top:120px;
	left:15px;
	width:120px;
	display: none
	padding:10px;
	background-color:#eee;
	border: 1px solid #999;
	line-height:17px;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"
}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body&gt;#Menu {width:150px;}


