html, body, div, img, p, ol, ul, li, h1, h2, h3, h4, h5, h6, a  {
	margin:0;
	padding:0;
	font-family:arial,sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333;
	font-weight: normal;
}


h2 {
	font-family:arial, sans-serif;
	font-size:20px;
	color:#000;
	margin-bottom:16px;
	padding-left:8px;
}

a {
	color:#50D5A8;
	text-decoration:none;
}

img {
	border:0;
}
a:hover {
	color:#004A31;
	text-decoration:none;
}


em, cite { 
	font-style: italic; 
}

strong { 
	font-style: bold; 
}

ul {
	list-style:none;
	padding:8px;
}


p {
	padding:16px 16px 16px 8px;
}

div#container {
	margin-left:40px;
}

div#header {
	padding-top:20px;
	clear:both;
	height:100px;
}

div#header p {
	margin-top:32px;
}


div#content {
	padding-top:20px;
	padding-bottom:20px;
}

div#footer {
	padding-top:80px;
	padding-bottom:20px;
	padding-left:8px;
	height:40px;
	font-size:0.92em;
}

div#menu {
	width:792px;
	padding-top:8px;
	background:#fff;
	height:40px;
	position:fixed;
	border-bottom:1px solid #ccc;
}


div.cell6 {
	width:132px;
	float:left;
}

div.cell4 {
	width:198px;
	float:left;
}

div.cell3 {
	width:264px;
	float:left;
}

div.cell34 {
	width:594px;
	float:left;
}


div.cell2 {
	width:396px;
	float:left;
}

div.cell23 {
	width:528px;
	float:left;
}

div.cell1 {
	width:792px;
	float:left;
}


.clear {
	clear:both;
}







/** **/



div#menu li {
	float:left;
	padding-right:20px;
}

a.current {
	color:#000;
}
