* { margin: 0 auto 0 auto; font-family:"Trebuchet MS";}

.subheading {font-weight:bold}
H1 {font-size:9px; text-align:right; padding:0 5px 2px 0; color:#666666; font-weight:normal}

body {
	text-align: center;
	padding: 20px 0px 20px 0px;
	background-color:#000033;
	height:100%;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-size:12px;
}
		
#expander {
	width: 720px;
	position: relative;
	color:#000000;
	text-align:justify;
	height: 100%;
}

#header {
	height:120px;
	background-color:#ffffff;
	background-image:url(../images/header.jpg);
	}
	
#menu {
	height:30px;
	}
	
#menu a{
	color:#FFFFFF;
	text-decoration:none;
	}

#main {
	background-color:#ffffff;
	background-image:url(../images/mainbg.jpg);
	text-align:justify;
	width:690px;
	padding:15px 15px 5px 15px;
}

#main li{
	padding:3px 0 0 15px;
	}

#footer {
	height:49px;
	background-image:url(../images/footer.gif);
	font-size:10px;
	color:#666666;
	}

#undermain {
	color:#666666;
	font-size:8px;
	padding:10px 0 0 0;
	}

#undermain a{
	text-align:left;
	color:#CCCCCC; 
	font-size:10px;
	text-decoration:none;
	}
	
#undermain a:hover{
	color:#333333;
	}
	
/* menu */

#navcontainer
{
padding: 0;
width:100%;
}

#navlist
{
margin: 0px;
padding: 0px 0px;
display: block;
width:100%;
}

#navlist li
{
list-style: none;
float: left;
width:143px;
}

#navlist {
text-align: left;
}

#navcontainer a, #navlist li.extend
{
margin: 0px;
display: block;
padding:1px 0px 0 15px;
text-decoration: none;
color: #ffffff;
height:30px;
}

#navcontainer a:hover, #navcontainer a#current
{
padding:0px 15px;
background: #eeeeee;
background-image:url(../images/menumo.jpg);
color: #000;
}


#navcontainer li#active1
{
background-color:#000033;
border-left:1px solid #333333;
}

#navcontainer li#active2
{
background-color:#2a2955;
border-right:1px solid #2a2955;
}

#navcontainer li#active3
{
background-color:#525276;
border-right:1px solid #525276;
}

#navcontainer li#active4
{
background-color:#7a7a96;
border-right:1px solid #7a7a96;
}

#navcontainer li#active5
{
background-color:#a4a3b5;
border-right:1px solid #333333;
}

/*menu2 */

#menucell1 {
	float:left;
	width:129px;
	height:30px;
	background-color:#000033;
	padding: 2px 0 0 15px;
}

#menucell2 {
	float:left;
	width:129px;
	height:30px;
	background-color:#2a2955;
	padding: 2px 0 0 15px;
}

#menucell3 {
	float:left;
	width:129px;
	height:30px;
	background-color:#525276;
	padding: 2px 0 0 15px;
}

#menucell4 {
	float:left;
	width:129px;
	height:30px;
	background-color:#7a7a96;
	padding: 2px 0 0 15px;
}

#menucell5 {
	float:left;
	width:128px;
	height:30px;
	background-color:#a4a3b5;
	padding: 2px 0 0 15px;
	border-right:1px solid #666666;
}

/* sub menu */

#submenu{
	margin-left: 0;
	padding-left:0;
	list-style: none;
	text-align:left;
	font-size:11px;
	width:124px;
	}

#submenu a{
	color:#333333;
	text-decoration:none;
	}

#submenu a:hover{
	padding:0px 0px 0px 7px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	color:#999999;
	}

#submenu li {
	padding:0px 5px 10px 0px;	
	}


/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%;
height:100%
} 
/* CSS Document */

