body
{
	margin: 0 0 60px 0;
	padding: 0;
	background: #fff;
	font: 14px "Trebuchet MS", Helvetica, Arial, Verdana;
	color: #666;
}

img
{
	border: none;
	margin: 10px;
}

img.iright {
	float: right;
}

a {
	outline: none;
}

#container
{
	margin: 0 auto;
	width: 900px;
}

#navbar
{
	width: 900px;
	height: 100px;
	border-bottom: 2px solid #00baff;
}

#navleft
{
	float: left;
	width: 470px;
	height: 80px;
}

#navleft p.hbig
{
	margin: 20px 0 0 15px;
	padding: 0;
	font-size: 30px;
	font-weight: normal;
	color: #00baff;	
}

#navleft a
{
	color: #00baff;
	text-decoration: none;	
}

#navleft p.hsmall {
	margin: 0 0 0 15px;
	font-size: 12px;
}

#navright
{
	float: left;
	width: 400px;
	height: 100px;
}

#navright ul
{
	margin: 55px 15px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	color: #ccc;
}

#navright ul li
{
	display: inline;
	margin: 0 0 0 10px;	
}

a
{
	text-decoration: none;
	color: #00baff;	
}

a:hover
{
	color: #2eff29;
}

#navright ul li a
{
	text-decoration: none;
	color: #999;
	font-weight: bold;	
}

#navright ul li a.active
{
	text-decoration: none;
	color: #00baff;
	font-weight: bold;
}

#navright ul li a:hover
{	
	color: #2eff29;
}

#main
{
	width: 900px;
	line-height: 20px;
	padding: 15px 0 0 0;
}

#main h1
{	
	margin: 0 0 15px 0;
	padding: 5px 15px;
	font-size: 20px;
	font-weight: normal;
	color: #00baff;
	border-bottom: 1px solid #E5E5E5;
}

#mainright
{
	float: left;
	width: 585px;
	padding: 0 0 0 15px;	
}

#mainright.wide {
	width: 870px;
	padding: 0 15px;
}

#mainright p
{
	margin: 0 15px 15px 15px;	
	font-size: 14px;
}

#mainleft
{
	float: right;
	width: 255px;
	padding: 0 15px 0 30px;
}

#mainleft p {
	margin: 0 0 15px 0;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	color: #00baff;
	border-bottom: 1px solid #E5E5E5;
}

#mainleft ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  font-weight: normal;
}

#mainleft li {
  margin: 0;
  padding: 5px;
  font-size: 11px;
  line-height: 12px;
  height: 100%;
  border: none;
  background: none;
  color: black;
}

#mainleft li a {
  text-decoration: none;
  font-size: 11px;
  display: inline;
  padding: 0;
  font-weight: normal;
  background: none;
  border: none;
}

#mainleft li a:hover {
  text-decoration: underline;
}



#bottom
{
	clear: both;
	width: 900px;
}

#footer
{
	width: 900px;
	height: 50px;
	color: #999;
	text-align: center;
	font-size: 12px;
	border-top: 2px solid #00baff;
}

#footer p
{
	margin: 0;
	padding: 15px;
}

#footer a
{
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover
{
	color: #2eff29;
	text-decoration: none;
}

#fadv {
  margin: 0 auto;
  padding: 0 0 0 20px;
  text-align: center;
  clear: both;
  width: 900px;
}

#fadv ul {
  list-style: none;
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}

#fadv li {
  display: block;
  float: left;
  width: 32%;
  margin: 0;
  padding: 5px;
  text-align: left;
  line-height: 12px;
  font-size: 11px;
  color: #000;
}

#fadv li a {
  background-color: inherit;
  text-decoration: none;
}

#fadv li a:hover {
  text-decoration: underline;
}