/* HEADER & CONTENT */	
a.header  { color:#ffffff;  text-decoration : none;   font-size : 1.7em; 	font-weight: bold;  }
div.header {
	xheight: 100px; 
	xpadding: 20px 20px;
	xbackground: #4584C1;
	color:#ffffff; text-align: left;
	xborder-bottom : 2px solid #366CA1;
}


/* LOGIN */	
div.login { font-size : 0.9em; font-weight: bold; text-align: right; 
			padding-right: 15px;  color: #FFFFFF; }
a.login {  color: #FFFFFF; }

div#banner
{ 
	width: 800px; height: 100px; margin:5px 0 0 0; padding: 0;
	/* background-repeat: no-repeat; background-position: 2% 40%; */
	background-image: url(/images/banner.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

ul#nav_topm, ul#nav_topm li	{ float:right; list-style-type:none; margin:0px; padding:0px; }
ul#nav_topm li		{ width:100px; text-align:center; white-space:nowrap; }
ul#nav_topm a		{ font-size:95%; font-weight:600; color:white; }
ul#nav_topm a:hover	{ color: navy; }

div#menu
{
	font-family: verdana, Arial, sans-serif, Tahoma;
	font-weight: bold;
	font-size: 12px;
	width:800px; height:1.0em; min-width:800px;
	margin:4px auto; padding: 0px;
	background-color:rgb(153,204,0);
}

ul#nav_top	{ float: left; list-style-type:none; margin:0px; padding:0px; }
ul#nav_top li	{ display:inline; float:left; border-left:thin solid #fff }
ul#nav_top li a
{
	display:block;
	width:98px; height:1.4em;
	text-align:center; text-decoration:none;
	color:#fff;
	background: #5e91c8;
	white-space:nowrap;
}

#nav_top li a:hover	{ color:#ff6630; background:navy; }
#nav_top a:active	{ color:#ff6630; background:green; }
#nav_top a:focus	{ color:#ff6630; background:green; }
