/* CSS Document */
body {
	color: #003300; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	border-color: #003300;
	background-color: #ffffff;
	}

a:link {
	color: #003300; 
	font-weight: normal;
	text-decoration: none;	

	
}

a:visited {
	color:  #003300; 
	font-weight: normal;
	text-decoration: none;	

}

a:hover {
	color: #003300;
	font-weight: bold;
	text-decoration: none;	

}

a:active {
	color: #003300; 
	font-weight: normal;
	text-decoration: none;	
} 

#main_container {
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 0px; 
	border: 0px solid;
	border-left: 1px solid;

}

#clear1 {clear: both;}
#clear2 {clear: both;}

a#popup div {
	display: none; 
	font-size:10px; 
	color:#000000;

}
a#popup:hover div 	{
	display: block; 
	position: absolute; 
	left: 10%; 
	top : 10px; 
	width: 100%; 
	font-size:10px;
	font-weight: normal;
	border: 1px solid #003300; 
	padding:10px; 
}



