/*-  Base styles
----------------------------------------------------------------------*/
body {
  text-align: left;
  margin: 0;
  padding: 0;
  background: #000000;
  min-width: 980px;
  font-family: georgia, times, serif;
  font-size: 12px;
}

#container {
  width: 980px;
  margin: 20px 0px 0px 20px;
  padding: 0px;
  text-align: left;
  color: #000;
}

#footer {
  width: 980px;
  margin-left: 20px;
  padding: 10px 0px 10px 0px;
  overflow: hidden;
  font-size:10px;
  color:#777;
}

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

a:hover,a:active {
  color: #b72433;
  text-decoration:underline;
}

#logo {
  width: 600px;
  margin: 0px;
  padding: 0px;
  height: 187px;
}

#leftcolumn {
  width: 600px;
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
}

#rightcolumntop{
  width: 315px;
  height:187px;
  margin-left: 20px;
  padding: 0px;
  position: relative;
  float: left;
  background: #5674b9;
}

#nav{
  width: 305px;
  height: 123px;
  margin: 0px;
  padding: 0px 0px 5px 10px;
  background: url("images/navbackground.gif");
  font-weight:bold;
  overflow: hidden;
  line-height: 140%;
  color:#ffffff;
}

a.navigation{
  color: #9ec0cc;
  text-decoration:none;
}

a.navigation:hover {
  color: #ffffff;
}

#rightcolumn{
  width: 315px;
  margin-left: 20px;
  margin-top: 20px;
  padding: 0px;
  position: relative;
  float: left;
  background: #5674b9;
  color:#ffffff;
}

.leftitem{
  width: 540px;
  margin-top: 20px;
  padding: 15px 30px 15px 30px;
  background: #fff;
}

.leftitemtitle{
  width: 190px;
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  font-weight: bold;
}

.leftitemdescription{
  width: 330px;
  margin-left: 10px;
  padding: 0px;
  position: relative;
  float: left;
}

.title {
  color: #817344;
  text-transform:uppercase;
  font-size:10px;
 }

.rightitem{
  width: 290px;
  margin: 15px;
  padding: 0px;
  border-bottom: solid 1px #ffffff;
}

a.rightlink{
  color: #c4ed0b;
  text-decoration:none;
  font-weight:bold;
}

a.rightlink:hover {
  color: #c4ed0b;
}

.trone {
	background-color:#abc9fe;
}

.trtwo {
	background-color:#89a7ec;
}

a.archlink{
  color: #ffffff;
  text-decoration:none;
  font-weight:bold;
}

.ads {
	color:#ffffff;
	font-size: 9px;
	font-family: verdana;
}

a.whitelink {
	color:#ffffff;
}

img.ad {
	margin-top:6px;
}

.ads a {
	color:#ffff99;
}
