@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	background-color:#575757;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}
a{
	text-decoration:none;
	color: #4B4B4B;
}
a img{border:none;}

div#container{
		width: 802px; 
		text-align: left; 
		margin: 0 auto;
		padding:0px;
		background-color:#ffffff;
		}
div.topLeft{
	width:321px;
	float:left;
}
div.right{
	float:right;
	text-align:right;
	width:481px;
	height:100px;
	background-image:url(../images/logBg.gif);
}
div.topRight{
	width:200px;
	float: right;
	padding:20px;
	text-align:right;
}
div.topRight2{
	margin-top:20px;
}
div.topRight a{
	padding: 2px;
	font-size:10pt;
}

.menu_top	{
			float: left;
			border: 1px solid #cc0;
			}
			
#info		{
			padding: 10px;
}

div.menuPlace{
	text-align:center;
	background-image:url(../images/menuBg2.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#efefef;
	border-bottom: solid 1px #a3a3a3;
	border-top: solid 1px #a3a3a3;
}
div.menuPlace div{
	color: #00685f;
	padding:11px;
}
div.menuPlace a{
	font-size:9pt;
	color: #00685f;
	font-weight: bold;
}
div.menuPlace a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
div.padding{
	padding:10px;
}

