@charset "UTF-8";
/* CSS Document */

body
{
	background: #fff;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	text-align: left;
}

a {
	color:#009933;
	text-decoration:none;
}

a:hover {
	color:#66ff99;
}

h1 {
	font-size:16px;
	color: #000000;
	font-weight:bold;
	text-align:left;
  }

h2 {
	font-size:12px;
	color: #000000;
	font-weight:bold;
  }


#container {
	
	width: 1024px;
	
}

#nav_left {
	width: 12%;
	float: left;
	text_align:left;
	font-size:14px;
}

#MenuBar{
	list-style-type:none;
	text-align:left;
	padding-left:5px;
	line-height:1.5;
}
#MenuBar  li{
	border:#cecece 1px solid;
    display:block;

}
#content {
	width:84%;
	float:left;
	padding-left: 20px;
}

#footer 
{
	font-size:9;
	width:1024px;
	float:none;
	left: 15px;
	top: 463px;
	clear: both;
	text-align:center;
}
