body {
	color: #000000;
	font-family: arial,sans-serif;
	background-color: #000000;
	background-image: url(images/bg_diamond_fade.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	}

#wrap {
	width: 870px;
	background-color: #FFFFFF;
	border: 2px solid #FEFE03;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
	}

#head {
	background-color: #000000;
	}
tr.alt td {
	background-color: #CCCCCC;
}
tr.over td {
	background-color: #07CB12;
}
	
h1 {
	color: #000000;
	font-size: 16px;
	font-weight: 800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.track {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #000000;
}
.event {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #FF6600;
}
.underline {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
	
.nav {
	margin-top: -4px;
	}
	
.nav ul {
	width: 850px;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	padding: 10px;
	background-color: #0F0F0F;
	}
	
.nav li {
	list-style-type: none;
	display: inline;
	}

.nav li a {
	float: left;
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #000000;
	border: 1px solid #2D2D2D;
	font-size: 12px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 5px;
	font-weight: 400;
	}
	
.nav li a:hover {
	border: 1px solid #575757;
	background-color: #1E1E1E;
	}

.nav li a:hover span {
	color: #CCCCCC;
	}
	
.nav li a span {
	font-size: 0.8em;
	color: #666;
	}

#right {
	float: right;
	clear: both;
	width: 300px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	}
	
	* html #right { display:inline; } 

#right p {
	line-height: 1.4em;
	font-size: 0.8em;
	}

#right .full {
	padding-top: 10px;
	width: 300px;
	margin-bottom: 20px;
	}

#right .halfleft {
	width: 138px;
	border-top: 1px solid #999;
	padding: 10px 0 0 0;
	margin-left: 0;
	margin-bottom: 20px;
	}
	
#right .halfright {
	float: right;
	clear: none;
	margin-left: 20px;
	width: 138px;
	border-top: 1px solid #999;
	padding: 10px 0 0 0;
	margin-bottom: 20px;
	}

p.announce {
	font-size: 1.6em;
	}
	
#main {
	width: 530px;
	background-image: none;
	background-position: center top;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	}
#main  a, .credit  a, #right a {
	color: #006633;
	text-decoration: none;
	}
	
#main a:hover, .credit a:hover, #right a:hover {
	color: #000000;
	text-decoration: none;
	}
	
.entry {
	line-height: 1.4em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0px;
	}

.entry .title {
	font-size: 1.0em;
	color: #666;
	font-weight: 400;
	margin-bottom: 10px;
	}
	
h2 {
	color: #000000;
	margin-bottom: 10px;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	}
	
h3 {
	font: 400 1.0em arial,sans-serif;
	color: #000000;
	margin: 5px 0;
	}

h4 {
	font: 400 0.9em arial,sans-serif;
	color: #000000;
	margin-bottom: 5px;
	}

.entry h2 span {
	float: right;
	margin-top: 5px;
	font-size: 0.5em;
	color: #999;
	}
	
.entry h2 {
	background-image: url(images/article-grunge.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}
	
.noborder img {
	float: right;
	margin-top: 5px;
	font-size: None;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.imgborder img {
	padding: 3px;
	border: thin solid #FF6600;
}

.entry p, #main p {
	font-size: 0.8em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	}
	
#main img {
	}
	
.comment {
	margin: 10px 0;
	font-size: 0.7em;
	}

.clearer {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
	}

ul.links {
	list-style-type: none;
	font-size: 0.8em;
	}

ul.links li a {
	color: #999;
	text-decoration: none;
	display: block;
	padding: 5px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	}

ul.links li a:hover {
	color: #FFF;
	border-top: 1px dotted #FFF;
	}
	
img.right {
	float: right;
	margin: 10px 0 10px 10px;
	}
	
img.left{
	float: left;
	margin: 10px 10px 10px 0;
	}

.blockquote {
	border-left: 2px solid #999;
	padding: 15px;
	margin: 20px 0;
	font-size: 0.9em;
	font-style: italic;
	background-color: #090909;
	}
	
ol {
	font-weight: 800;
	font-size: 0.8em;
	color: #FFF;
	margin: 20px;
	}
 
ol span {
	font: 400 1.2em arial,sans-serif;
	color: #999;
	}

ol li {
	margin-left: 25px;
	padding: 4px 0;
	}

#main ul {
	list-style-type: none;
	margin: 20px;
	}
	
#main ul li {
	padding: 2px 15px;
	background: url('bullet.gif') no-repeat left center;
	margin-left: 10px;
	}

* html form input.text,

* html form textarea{
	border-color:#999;
	color:#999;
	}

#foot {
	font-size:0.9em;
	padding-right: 0;
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 0px;
	}

#foot .footnav {
	background-color: #333333;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
	}

#foot .footnav ul {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 5px;
	background-color: #FFFFFF;
	}
.indenttext {
	text-indent: 18px;
}
	
#foot .footnav li {
	list-style-type: none;
	display: inline;
	}
#foot  .footnav  a  {
	color: #339933;
	text-decoration: none;
	font-size: 0.7em;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: 700;
	background-color: #000000;
	border: thin solid #000000;
	}
.indent {
	margin-left: 5px;
	margin-right: 5px;
}
#foot  .footnav  a:hover  {
	background-color: #000000;
	color: #FFFFFF;
	border: thin solid #FFFF00;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
#foot h3 {
	margin: 10px 0;
	}
	
#foot ul.links {
	float: left;
	margin: 20px 10px 0 0;
	width: 190px;
	padding: 0 10px 0px 0px;
	list-style-type: none;
	border-top: 1px solid #333;
	}
	
#foot .credit {
	width: 862px;
	font-size: 0.9em;
	margin-TOP: 20px;
	padding: 0px;
	}
.h2img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
	


	
	
#right .full h2 {
	background-image: url(images/right_grunge.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#wide {
	background-image: none;
	background-position: center top;
	margin-top: 10px;
	margin-bottom: 0;
	width: 796px;
	margin-right: auto;
	margin-left: auto;
}
#right h2 {
	background-image: url(images/article-grunge.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#right img {
}
.recentnews {
	line-height: 1.4em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0px;
	background-image: url(images/1back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.recentnews .title {
	font-size: 1.0em;
	color: #666;
	font-weight: 400;
	margin-bottom: 10px;
}
.recentnews h2 span {
	float: right;
	margin-top: 5px;
	font-size: 0.5em;
	color: #999;
}
.recentnews h2 {
	background-image: url(images/article-grunge.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.floatright {
	float: right;
}
.recentnews p, #main p {
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.columnheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 600;
	color: #666666;
}
.floatleft {
	float: left;
}
.imgborder {
	border: medium outset #FF6600;
	padding: 5px;
	background-color: #333333;
}
.imgdiv {
	background-color: #999999;
	border: thin solid #000000;
	margin-left: 5px;
}
.credit {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
}
div.thumbnail img {
	border: thin solid #267226;
	margin: 6px;
	padding: 15px;
}
div.thumbnail a:hover img {
	margin: 6px;
	padding: 15px;
	background-image: url(images/thumbback.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: thin solid #FFFFFF;
}
#wide a:hover {
	color: #000000;
	text-decoration: none;
}
#wide a {
	color: #006633;
	text-decoration: none;
}

