body {
	background: #FFF url(images/starfield1.gif);
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	color: #CCC;
}

a {
  color: #24A1B7;
  text-decoration: none;
  border-bottom: 1px dotted #94AFB4;
} 
 
a:hover {
  color: #FFF;
  border-bottom: 1px solid #94AFB4;
}

table {
 border-collapse: collapse;
 border: 1px solid #696969;
}

.main {
	margin-left: 10%;
	background: #232323 url(images/gradient_content.gif) top left repeat-x;
	margin-right: 10%;
	width: 800px;
}

.header {
	text-align: center;
	background: #232323 url(images/planet.png) top left no-repeat;
	vertical-align: top;
}

.menu {
	text-align: left;
	width: 175px;
	background: #232323 url(images/gradient_content.gif) top left repeat-x;
	vertical-align: top;
}

.content {
background: #232323 url(images/gradient_content.gif) top left repeat-x;
	text-align: left;
	vertical-align: top;
	width: 650px;
	
}

.navlinks {
margin: 0;
padding: 0;
list-style-type: none;
}

.boardlist {
	border: solid 1px #696969;
	padding: 5px;
}

.headerbox {
	width: 100%;
	border: solid 1px #696969;
}

.redbox {
	background-color: #AA7878;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
}
.bluebox {
	background-color: #6D8491;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
}

.redtext {
	color: #FF0000;
}
.bluetext {
	color: #0000FF;
}
.greentext {
	color: #00FF00;
}
.yellowtext {
	color: #CCFF00;
}
.orangetext {
	color: #FF6600;
}

.smalltext {
  font-size: 10px;
  }

.line1 {
	background-color: #414141;
}
.line2 {
	background-color: #4D4D4D;
}


.listhead {
	background: url(images/gradient_subheader.gif) top left repeat-x;
	border-bottom: 1px dashed #959595;
	border-top: 1px dashed #959595;
}
.listsub {
  background-color: #4D4D4D;
}  
.list1 {
	background-color: #232323;
}
.list2 {
	background-color: #373737;
}

.borderedimage {
  border: 1px dashed #CCC;
  padding: 0px;
}

hr {
height: 1px;
border: 0;
color: gray;
background-color: gray;
}