/* CSS Document */
html { min-height: 100%; margin:0 0 1px 0;padding:0;}
body {
	margin-top: 10px; 
	font-family: Verdana,Arial,Helvetica;
	color: #ffffff;
	font-size: 10px;
	line-height: 13px;
	font-style: normal;
	text-align: center;
	background-color: #00209F; 
	padding:0;
}
#ram {
	background-color:transparent;
	margin: 0px auto;
	text-align: left;
	width: 730px;
}
#content {
	padding:0;
	margin:0;
	width: 730px; 
    min-height:450px;
	background-color:transparent;

}
#header {
  width: 730px;
  float: left;
}
#maincontainer {
  width: 730px;
  float: left;
}
#nav {
  width: 220px;
  float: left;
  background-color:#00209F;
  text-align:center;
}
#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}
#navlist li#home
{
background-image: url(images/menu_home.gif);
background-repeat:no-repeat;
}
#navlist li#menu1989
{
background-image: url(images/menu_1989.gif);
background-repeat:no-repeat;
}
#navlist li#menu2003
{
background-image: url(images/menu_2003.gif);
background-repeat:no-repeat;
}
#navlist li#where
{
background-image: url(images/menu_where.gif);
background-repeat:no-repeat;
}
#navlist li#topten
{
background-image: url(images/menu_top10.gif);
background-repeat:no-repeat;
}
#navlist li#memorial
{
background-image: url(images/menu_memorial.gif);
background-repeat:no-repeat;
}
#navlist li#home a
{
text-decoration: none;
display: block;
width: 220px;
height: 15px;
color:#fff;
}
#navlist li#menu1989 a
{
text-decoration: none;
display: block;
width: 220px;
height: 23px;
color:#fff;
}
#navlist li#menu2003 a
{
text-decoration: none;
display: block;
width: 220px;
height: 21px;
color:#fff;
}
#navlist li#where a
{
text-decoration: none;
display: block;
width: 220px;
height: 53px;
color:#fff;
}
#navlist li#topten a
{
text-decoration: none;
display: block;
width: 220px;
height: 21px;
color:#fff;
}
#navlist li#memorial a
{
text-decoration: none;
display: block;
width: 220px;
height: 27px;
color:#fff;
}
#navlist li#home a:hover {background-image:url(images/menu_on_home.gif);background-repeat:no-repeat;}
#navlist li#menu1989 a:hover {background-image:url(images/menu_on_1989.gif);background-repeat:no-repeat;}
#navlist li#menu2003 a:hover {background-image:url(images/menu_on_2003.gif);background-repeat:no-repeat;}
#navlist li#where a:hover {background-image:url(images/menu_on_where.gif);background-repeat:no-repeat;}
#navlist li#topten a:hover {background-image:url(images/menu_on_top10.gif);background-repeat:no-repeat;}
#navlist li#memorial a:hover {background-image:url(images/menu_on_memorial.gif);background-repeat:no-repeat;}

#main {
  float: right;
  width: 510px;
  background-color:#00209F;
}
div.bluebg{background-color:#00209F;}
#topbanner
{
	width:510px;
	height:128px;
	background-color:#00209F;}

#footer {
  width: 730px;
  float: left;
  background-color:#00209F;
}
A:link {color: #ff3; font-weight:normal; text-decoration:underline;}
A:visited {color: #ff3; font-weight:normal; text-decoration:underline;}
A:hover, A:active {color: #ff3; font-weight:normal; text-decoration:underline;}

.yellowheader
{
	color: #ffff00;
	font-weight: bold;
}
.blue
{
	color: #00209f;
	font-weight: bold;
}

