table.page {; 
 width: 800px; 
 height: 600px; 
 border-collapse: collapse;
 border-width: 0px;
 cellpadding: 0px;
 cellspacing: 0px;
margin-left: auto; 
margin-right: auto;
border-color: silver;
 }
 
table.pagecontent {
 border-collapse: collapse; 
 width: 800px; 
 height: 600px;
 border-width: 0px;
 cellpadding: 0px;
 cellspacing: 0px;
border-color: silver;

 }
 
table.panelcontent {
	border-collapse: collapse;
	background-color: white;
	border-width: 0px;
	cellpadding: 0px;
	cellspacing: 0px;
	height: 250px;
	width: 800px;
	border-color: silver;
	border-style: solid;
	border-width: 0px;
	text-align: center;
	
}

table.panelcontent td {
	border-width: 0px;
	border-color: silver;
	border-style: solid;
	vertical-align:top;
	width: 33%;
	text-align: center;
}
	
.flashcell {
background-image: url(images/neon1.jpg);
width: 100%;
}

.menurow {
background-color: #005495;
height: 25px;
}

.menurule {
background-color: #001455;
height: 5px;
border-width: 0px;
border-style: solid solid solid solid;
}

.menucolum {

}



#navcontainer
{

}


#navcontainer ul
{
padding: 0;
margin: 0;
list-style-type: none;
color: #FfFfFf;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;

}

li { 
display: block; 
float: left; 
}

li a
{
text-decoration: none;
background-color: #003366;
color: #FfFfFf;
padding: .2em 1em;
border-right: 1px solid #002255;

background-image: url(images/button_off.png);
}

li a:hover
{
background-color: #336699;
color: #FfFfFf;
background-image: none;

}
