body {
	background-color: #0F2A44;
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
}

a, a:hover, a:active{
	color: #993300;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width: 736px;
}

#header{
	height: 138px;
	width: 100%;
	background-image: url(/img/header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #5C7083;
	font-size: 115%;
}

#navigation{
	float: right;
	height: 20px;
	width: 600px;
	margin: 106px 20px 0px 0px;
	text-align: right;
	padding: 0;
}

#navigation ul{
	height: 18px;
	margin: 0;
	padding: 0;
}

#navigation li{
	border-right: 1px solid #5C7083;
	padding: 0px 8px 0px 8px;
	display: inline;
	list-style: none;
}

#navigation li.last{
	border: none;
	padding: 0px 4px 0px 8px;
	display: inline;
	list-style: none;
}

#navigation a, #navigation a:visited, #navigation a:active{
  text-decoration: none;
  font-weight: normal;
  color: #5C7083;
	font-size: 115%;
}

#navigation a:hover{
  text-decoration: none;
  font-weight: normal;
  color: #fff;
	font-size: 115%;
}

#left{
	float: left;
	height: 364px;
	width: 216px;
	background-color: #ffffff;
	background-image: url(/img/left_footer.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#left h1.new{
	background-color: #5C7083;
	color: #ffffff;
	margin-top: 0;
	padding: 2px 0px 2px 2px;
	font-size: 125%;
	font-weight: normal;
}

#left div.whatsnew{
	margin: 4px;
}

#left div.whatsnew p{
	font-size: 90%;
	margin-bottom: 6px;
}

#left div.whatsnew p span{
	font-size: 110%;
	padding-right: 2px;
	text-decoration: underline;
}

#right{
	float: right;
	width: 513px;
	height: 364px;
	margin-left: auto;
}

#right div.content{
	height: 286px;
	width: 100%;
	overflow: hidden;
	background-image: url(/img/home_content.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	
}

#right div.content div{
	padding: 10px 120px 10px 10px;
}

#right div.content div h1{
	color: #993300;
	font-size: 125%;
  line-height: 100%;
	margin: 0;
}

#right div.content div h2{
	color: #000;
	font-size: 110%;
  line-height: 100%;
	margin: 0;
}

#right div.content div h3{
  color: #993300;
	font-size: 100%;
  line-height: 100%;
	margin: 0;
	display: inline;
}

#right div.slideshow{
	height: 77px;
	width: 100%;
	margin-top: 4px;
}

#footer{
	float: left;
	width: 100%;
	background-image: url(/img/tag.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 8px;
	vertical-align: text-top;
}

#footer img{
	margin-right: 10px;
	border: 0px;
}

ul.news{
  list-style: none;
  margin: 0;
  padding: 0;
}

li.newsodd {
  margin: 8px;
}

li.newseven{
  padding: 10px;
  background-color: #EFEFEF;
}