*
{
	font: 9pt tahoma;
	padding: 0; 
	margin: 0;
}

html,body
{
	height: 100%;
	text-align:center;
	background-color: white;
}

#toplogo
{
	width: 900px;
	height: 46px;
	text-align: left;
	margin-left:auto; 
	margin-right:auto;  
	clear: both;	
}

#topcontainer
{
	width: 900px;
	text-align:left;
	margin-left:auto; 
	margin-right:auto;  
}

#topbar
{
	width: 900px;
	height: 140px;
	float: left;	
	text-align:left;
	margin-left:auto; 
	margin-right:auto;  
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

#topbar div
{
	color: white;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}

#menucontainer
{
	width: 900px;
	height: 18px;
	font-size: 10pt;
	text-align:left;
	margin-left:auto; 
	margin-right:auto;  
	background-color: #99cc00;
	border-bottom: 2px solid black;
	clear: both;
}

#menu
{
	text-align:center;
	font-weight: bold;
	padding-top: 2px;
}

#menu a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#menu a:hover {
	color: white;
}

#menu img {
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
}

#maincontainer
{
	background-color: #99cc00;
	width: 900px;
	text-align:left;
	margin-left:auto; 
	margin-right:auto;  
	clear: both;
}

#mainleft
{
	float: left;
	width: 192px;
	margin: 4px;
	margin-top: 8px;
	margin-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	background-color: white;
}

#mainleft img
{
	margin-bottom: 4px;
}

#didilogo
{
	margin-bottom: 10px;
	
}

#mainleft h1
{
	font-weight: bold;
	font-size: 10pt;
	padding-left: 16px;
}


#maincontent
{
	margin-top: 8px;
	margin-right: 5px;
	padding-left: 10px;
	margin-bottom: 8px;
	float: right;
	width: 672px;
	background-color: white;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#footer, #footer a
{
	padding-top: 4px;
	width: 900px;
	font-size: 8pt;
	text-align: center;
	color: gray;
	clear: both;
	margin-left:auto; 
	margin-right:auto;  
	
}