body
{
	margin: 0;
	padding: 0;
	font-family: "tahoma";
	background-image: url("fade.png");
	background-repeat: repeat-y;
	background-color: #505050;
}


ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

img
{
	border: 0px;
}



span.header
{
	color: #506090;
	font-family: "tahoma";
	font-size: 16px;
	font-weight: bold;
}
span.subheader
{
	color: #404040;
	font-family: "tahoma";
	font-size: 14px;
	font-weight: bold;
}
span.normal
{
	color: #242424;
	font-family: "tahoma";
	font-size: 12px;
}

div#group
{
	width: 320px;
	height: 16px;
	background: #DDD;
	font-family: "tahoma";
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #222;
	padding: 4px;
	margin-bottom: 4px;
	text-align: left;

}
div#group:hover
{
	background: #BBB;
	cursor: pointer;
}



a:link 
{
	color: #104280;
	font-family: "tahoma";
	font-weight: bold;
	text-decoration: underline;
}
a:visited 
{
	color: #104280;
	font-family: "tahoma";
	font-weight: bold;
	text-decoration: underline;
} 
a:active 
{
	color: #104280;
	font-family: "tahoma";
	font-weight: bold;
	text-decoration: underline;
}  
a:hover 
{
	color: #ffffff;
	font-family: "tahoma";
	font-weight: bold;
	background-color: #161616;
	text-decoration: none;
}

#news
{
	width: 100%
	float: left;
	height: 96px;
	padding: 16px;
	background: #eeeeee;
	overflow: auto;
}



#container
{
	width: 800px;
	border: solid #c0c0c0 2px;
	margin-top: 8px;
	margin-bottom: 8px;
	background: #ffffff;
}


#header
{
	width: 800px;
	height: 96px;
	background: url("header.png");
	border-bottom: solid #c0c0c0 2px;
}

		
#menu
{
	height: 100%;
	float: left;
	width: 200px;
	background: #ffffff;
	text-align: left;
	padding: 0px 0px 0px 0px;
}	
#menu li a 
{
	height: 25px;
	padding: 8px 0 0 8px;
	color: #3060a0;
	font-family: "tahoma";
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}		
#menu li a:link, #menu li a:visited 
{
	display: block;
	background: url("button.png");
	text-decoration: none;
}	
#menu li a:hover 
{
	color: #304060;
	background: url("button.png") 0 -33px;
	text-decoration: none;
}


#content
{
	padding: 1em 1em 2em 1em;
	margin-left: 200px;
	border-left: solid #c0c0c0 2px;
	background: url("background.png");
	text-align: left;
	height: 100%;
}
		

		
#footer
{
	clear: both;
	background: #ffffff;
	padding-bottom: 4px;
	text-align: center;
	border-top: solid #c0c0c0 2px;
	font-weight: bold;
}







