<!--
a:link { color:#062367; text-decoration: none;}
a:visited { color:#062367; text-decoration: none;}
a:active { color:#062367; text-decoration: none;}
a:hover {color:#000000; text-decoration: none;}

body {
	font:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(pics/hg.gif);
	background-repeat:repeat-x;
	background: #faf0d2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#062367;
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
border:0px solid #faf0d2;
	}
	

#flashmovie {
width:800px;
padding:11px 0 11px 10px;
border:0px solid #000000;
background-image:url(pics/flash_hg.gif);
background-repeat:no-repeat;
background-position:0px 0px;
	}

#content {
width:700px;
margin-left:15px;
}

#name {
text-align:center;
}

#nav {
width:780px;
margin-top:10px;
margin-left:10px;
border-top:1px solid #062367;
text-align:center;
}

ul {
list-style-type:square;
padding-left:16px;
}

-->