@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color:#FFFFFF;
	background-image:url(elements/background.gif);
	background-position:top;	
	background-repeat:repeat-x;
}

#submenu a { font-size:60%; text-decoration: none; color:#555555}
#submenu a:hover { background: #00b7e0; color: #fff;} 

#mainmenu ul {font-size: 80%; list-style-type: none; margin: 0px; padding: 0px;} 
#mainmenu ul li { display: inline; margin: 0px; padding: 0px; } 
#mainmenu ul li a {
	float: left;
	border-right: 2px solid #FFF;
	color: #ffff00;
	padding: 2px 15px 4px 15px;
	text-decoration: none;
	font-weight: bold;
} 
#mainmenu ul li.selected a { background: #000; color: #FFF; } 
#mainmenu ul li a:hover { background: #ffffff; color: #000000; text-decoration: underline; } 
#footer {font-size:60%; text-align:right; color:#555555;}

#contenttext {

	font-size:12px;
	font: Verdana, Arial, Helvetica, sans-serif;
	background-color:ffffff;
	color:#000000;
	margin: 0;
	padding: 0;
	left:175px;
	width:480px;
	position: relative; 
	text-align:justify;
}
