﻿body 
{
	color:White;
	font-family:Verdana;
	font-size:.8em;
	text-align:center;
	background-color:#022171;
	background-image:url('../../images/bg.gif');
	background-repeat:repeat-x;
	padding:0;
	margin:0px;
	line-height:1.5em;
}
table td
{
	vertical-align:top;
}
h1
{
	font-size:1.2em;	
}
h2
{
	font-size:1.1em;	
}
h3
{
	font-size:1.0em;	
}
a
{
	color:White;
}
ul li
{
	list-style-type:disc;
	list-style-position:outside;
	/*list-style-image:url('../../images/bullet.gif');*/

	
}
img
{
	border:solid 1px White;
}
#pageContent
{

	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:600px;
	/*filter:alpha(opacity=25);*/
	
}
#headerDiv
{
	
}
#subMenu
{
margin:0px;
	padding:10px;

}
#subMenu ul
{	
	margin-left:0px;
}

#subMenu li
{
	list-style-type:none;
	list-style-image:none;
}
#subMenu li a
{
	text-decoration:none;
	display:block;
	border-bottom:solid 1px orange;
}
#subMenu a:hover
{


	background-color:#F58620;
}
#menuDiv 
{
	margin:10px;
}
#menuDiv a
{
font-weight:bold;
	padding:10px;

		background-image:url('../../images/menubg.gif');
	background-position:right bottom;
}
#menuDiv a:hover
{

	background-color:#F58620;
	
}
#menuDiv ul li
{
	display:inline;
list-style-image:url('../../images/bullet.gif');


}
#localContent
{
	padding:10px;
	width:500px;
	display:block;
}
.hidden
{
	display:none;
}
.panel
{
	background-image:url('../../images/panelbg.gif');
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#032A90;
	min-height:400px;
}
#footerTable td
{
	width:33%;
}
