@CHARSET "ISO-8859-1";
* {
	background-color: none;
}

@font-face {
  font-family: "eurostile";
  src: url("/font/EUROSTI0.eot");
}

body {
	font-family: Verdana, sans-serif;
	font-size:11px;
	text-align:left;
	background: #4a4a4a url("/homepage/img/bg_slice.gif") repeat-x top left;
	margin:0;
	padding:0;	
}

#explanationDiv {
	display:block;
	border: 2px groove black; 
	padding:5px; 
	width:400px;  
	position:absolute; 
	top: 5px; 
	left: 5px; 
	background: #2283e2 top left;
	font-family: Verdana, sans-serif;
	font-size:12px;
	color:white;
	cursor:move;
	z-index:99;
}

#explanationDiv a {
	color:#CCFFFF;
}

#explanationDiv table {
	width:100%;
}

#main {
	padding: 3px;
	width: 800px;
	height: 605px;
 	margin:0 auto;
	border: 12px solid #2283e2;
	cursor:move;
}
#plan {
	float:left;
	width:800px; 
	height:580px; 
	overflow:scroll; 
	text-align:center; 

}

#largePlan {
	cursor:pointer;
}

#rhsAdGoogle {
	font-family: "eurostile", "Trebuchet MS", sans-serif !important;
	background-color: #404040;
	width: 160px;
	height: 630px;	
	text-decoration: none;
	margin-left: 5px;
	float: left;
	overflow: hidden;
}

#footer {
	border: 1px solid white;
	height: 25px;
	width: 800px;
}

#footer a {
	width: 120px;	
	float: left;
	vertical-align: middle;
	line-height: 25px;
	height: 25px;
	text-align: center;
	text-decoration: none !important;
}
#footer a:hover {
	background-color: #404040;
	color: #00b8ff;
}	
#copyright {
	width: 312px !important;
	font-weight: normal !important;
	margin-left: 3px;
	font-size:11px;
	text-decoration:none;
}

#copyright:hover {
	text-decoration:underline;
}
.footertext {
	font-family: "eurostile", "Trebuchet MS", sans-serif;
	color: white;
	font-size: 13px;
}

.footerlinks {
	font-weight: bold;
}

