/* CSS Document */
body {
	background: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-top:0;
}
a {
	color: #999;
	font-weight:bold;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	font-weight:bold;
	color:#000;
	}
h2 {
	font-size: 18px;
	font-weight:bold;
	color:#00a78d;
}
h3	{
	font-size: 14px;
	font-weight:bold;
	color:#a3dfd6;
}
i {
	display: none;
}
a#logo {
	position: absolute;
	display: block;
	width: 720px;
	height: 91px;
	top: 0px;
	left: 0px;
}
#alpha {
	width: 722px;
	margin-right: auto;
   margin-left: auto;
}
#nav {
	text-align:left;
	width: 720px;
	height:29px;
        border-bottom: 1px solid #28b976;
	float:left;
	background:url(pix/nav_bg.jpg) no-repeat;
}
#nav a{
	padding:0px 6px;
	color: #28b976;
	font-size: 12px;
	font-weight:bold;
}
#nav a:hover {
	color: #000;
	font-size: 12px;
	font-weight:bold;
}
#nav ul {
	list-style: none;
	margin-top: 8px;
	padding-left: 300px;
	white-space:nowrap;
}
#nav li
{
display: inline;
list-style-type: none;
}
#footer #edit a, a:visited {
	color: #fff;
	font-size: 11px;
}
#footer #edit a:hover {color: #FF6600;}
#footer {
	color:#999;
	font-size:10px;
	width:660px;
	padding-top:5px;
	text-align:center;
	left:0;
	margin: 0 auto;
	clear:both;
	}
#footer a{
	color:#999;
}
#header {
	position:relative;
	height: 90px;
	width:720px;
	background:  url(pix/header.jpg) no-repeat;
}
#beta {
	width:720px;
	margin:0;
	padding:0;
	background: #fff;
	border: 1px solid #d9d9d9;
	float:left;
}
#mainFront {
	position:relative;
	text-align:left;
	float:left;
	width: 720px;
	background:  #fff;
}
#footerInfo {
	color:#000;
	width:660px;
	font-size:11px;
	padding-top:3px;
	margin: 0 auto;
}
#footerLine {
	float:left;
	text-align:center;
	width:720px;
	height:41px;
}
#frontText {	
	text-align:left;
	float:left;
	width:680px;
	padding: 10px 10px 0 10px;
}
#frontText p{	
	line-height:170%;
}
#frontText img{	
	padding:3px;
}
/*
#navLeft {
	float:left;
	padding:25px;
	padding-bottom:5px;
	width:160px;
}
#navLeft img{
	padding:4px;
}
*/
