body {
	margin: 0px;
	background-color: #000;
	height: 100%;
	}

/*  Used for main header in "updates" section near bottom of page  */
h1 {
	font: bold x-large Arial, sans-serif;
	color: #000000;
	margin-top: 0px;
	}
	
/*  Used for main header in "news" section (right coln) of page  */
#news h2 {
	font:  x-large Arial, sans-serif;
	color: #000000;
	margin-top: 10px;
	}

/*  Used for XXXXX  */
h2 {
	font: large Arial, sans-serif;
	color: #FFFFFF;
	margin-bottom: 0px;
	}

/*  Used for  XXXXX  */
h3 {
	font: large Arial, sans-serif;
	color: #34339B;
	}

/*  Used for  XXXXX  */
h4 {
	font: bold small Verdana, sans-serif;
	color: #9C1A1E;
	margin-bottom: 2px;
	}

/*  Used for  XXXXX  */
h5 {
	font: bold small Arial, sans-serif;
	color: #43616B;
	margin-top: 2px;
	margin-left: 10px;
	}
	
p {
	font: 0.7em Verdana, sans-serif;
	margin-top: 1px;
	}

#center p {
	font: 0.8em Verdana, sans-serif;
	}
	
#center li {
	font: small Arial, sans-serif;
	}

	
/*
#sponsor p, #articlesponsor p {
	color: #A5B5C6;
	}
*/
	
#footer p {
	margin: 4px;
	text-align: center;
	}

/*  Used for  main links in bottom section of the page  */
a {
	color: #690000;		
	}
a:hover {
	color: #000000;	
	}

hr {
	color: #A5B5C6;
	height: 1px;
	}
	
a img {
	border: 0px none;
	display: block;			/* removes extra space underneath caused by default text-alignment */
	}

/* Section behind logo */
div#top a {
	display: block;			/* makes the background hover effect work in Mozilla */
	width: 300px;
	background-color: #006600;
	border-style: hidden;
	}
	
/* Section behind logo */
div#top a:hover {
	background-color: #006600;
/*	border-style: dotted; */
	}

.textbox {					/* Until IE understands <css> input[type="file"] { </css> It's better to define a new style then it is to re-define the input tag because radio buttons cop a beating */
	padding: 4px;
	font:  small verdana, sans-serif;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	}

.button {
	padding: 2px;
	font: bold small verdana, sans-serif;
	color: #FFFFFF;
	background-color: #5C6F90;
	border: 1px solid #000000;
	}

.latestarticle {
	margin-bottom: 0px;
	}
	
.headshot {
	display: inline;
	float: left;
	margin: 0px 0.5em 0.5em 0px;
	}
	
p.latestarticle a {
	clear: right;
	font: bold small Verdana, sans-serif;
	}

.date {
	display: block;
	text-align: right;
	color: #A5B5C6;
	font: x-small Verdana, sans-serif;
	}

.author {
	display: block;
	color: #5C6F90;
	font: x-small /2 Verdana, sans-serif;
	}
/*
.blurb {
	margin: 0px 0px 1em 55px;
	}
*/

p.crumbtrail {
	margin: 1em 25em 1em;;
	font-size: x-small;
	}
/* 

------------------------------- layout ----------------------------- 

Notes:

Do not mix px widths with % widths for margins, borders or padding because 
the total box width = set width + padding + border.  (It helps if you can add them together)

The box model hack is used to fix an bug in IE5-Win ...for an explanation from the guy that
wrote it go to http://www.tantek.com/CSS/Examples/boxmodelhack.html

IE6-Win will behave like IE5-Win  if you include <?php xml version="1.0"?>  It is apparently
unneccessary so leave it out!

Left Col Widths:
 |  pad   |         width        |  pad   | 				
 ------------------------------------------					
 |   0    |          25%         |   0    |	
 
Center Margins:
 |  marg  |         width        |  marg  | 
 ------------------------------------------
 |   25%  |        (auto)        |   25%  |

Right Col Widths:
 |  pad   |         width        |  pad   | 				
 ------------------------------------------					
 |  1.5%  |          22%         |  1.5%  |				total width= 25%
 

*/

#top {
	padding: 4px;
	background: #006600 /* url(images/XXX) repeat-x */;
/*	border-bottom: 10px solid #000000; */
	}
	
#center {
	margin: 0 20em 0 15em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
/*	padding: 0 2em 0 2em; *//* padding here creates white space "inside the box." */

	/*	margin: 0px 25%; 
	padding: 1% 3%;		*/
	background: #FFFFFF ; 
	color: #OOOOOO;
	}

#left {
	float: left; 
	width: 15em; /* since this element is floated, a width must be given */
/*	background: #EBEBEB; */ 	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */

	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position: absolute;
/*	padding: 0px;	*/
/*	top: 100px;		*/
/*	width: 25%;		*/
/*	height: 100%;	*/
	background: #696969;
	color: #000000;
	}

#otherleftstuff {
	text-align: center;
/*	width: 88%;*/
	padding: 15px 1em 10px 1em; 
	}
	
/* Farthest most right coln - with news updates */
#news {
	float: right; 
	width: 18em; /* since this element is floated, a width must be given */
/*	background: #EBEBEB; */ 	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
/*	position: absolute;	*/
/*	width: 22%;			*/	
/*	height: 600px;		*/
/*	overflow: hidden;	*/
/*	margin-left: 76.5%;	*/
	padding:  0px 1em;	
/*	top: 100px;	
	height: 100%;*/
	background-color: #006600;
	}

div#news p.row {
	width: 100%;
	margin: 0px 0px 1em 0px;
	}

div#news p.row span.leftcol {
	float: left;
	color: #D6D6D6;
	}
	
div#news p.row span.rightcol {
	width: 70%;
	float: right;
	text-align: right;
	}
	
div#news p.row span.rightcol a {
	color: #FFFF99;
	font-weight: bold;
	}
	
div#news p.row span.rightcol a:hover {
	color: #FFFFFF;
	}
	
.spacer {
	display: block;
	height: 1px;
	font: 1px /1 sans-serif;
	clear: both;
	}
		
div#topcontent {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 80%;
	}

#topcontent h2, #topcontent p {
	display: inline;
	margin-right: 0.5em;
	}
/*
#sponsor {
	position: absolute;
	width: 21.9%;
	height: 251px;
	margin-left: 75%;
	padding: 10px 1.5%;
	top: 375px;
	text-align: center;
	}
	
#articlesponsor {
	position: absolute;
	width: 21.9%;
	height: 251px;
	margin-left: 75%;
	padding: 10px 1.5%;
	top: 150px;
	text-align: center;
	}
*/

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
/*	background:#DDDDDD; */
	
/*	clear: both;
	position: absolute;
	bottom: 0px;
	width: 100%; 	*/
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background-color: #006600;
	color: #000000;
	}
/*
#bio {
	float: right;
	width: 30%;
	padding: 1%;
	border: 4px dotted #5C6F90;
	color: 5C6F90;
	font-size: 0.7em;
	}
*/
	
/* --------------------- Feature Image and Transparency Trick --------------- */

/*
#featureimg {
	margin: 0px 25% 0px 170px;
	height: 400px;
	background: #000 url(images/bent01-1.gif) no-repeat center top;
	text-align: center;
	border-top: 1px solid #000000;		/*	Without this 1px border, Mozilla/Netscape applies the 200px margin from the child element (div#mstrans) - I don't know why? In these crazy topsy turvey times it seems that nothing is certain   */ 
/*
	}
	
#mstrans {
	margin: 200px auto 0px auto;
	width: 140px;
	height: 30px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/footbag.png');
	border: 0px solid pink;
	}
	
#mstrans img {
	filter: Alpha(opacity=0);	
	border: 0px solid cyan;
	}

*/
/* 

-------------------------------- Navigation ------------------------------ 

List tips courtesy of A List Apart: http://www.alistapart.com/stories/taminglists/

*/


ul#mainnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	}
		
ul#mainnav li {
	display: block;
	border-top: 1px solid #A5B5C6;
	
}

/* sets color for "buttons" in left coln" */
ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
	background-color: #006600;
	font: bold 0.8em /1.5 arial, sans-serif;		/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height		*/
	color: #FFFFFF;
	text-decoration: none;
	width: 88%;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
	}

/* sets background color for "buttons" in left coln" */
ul#mainnav li a:hover {
	background-color: #696969;
	color: #EEEEEE;
	}
	
ul#mainnav ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border: 0px solid pink;
	}

ul#mainnav ul.subnav li {
	border-top: 0 none;
	border: 0px solid green;
	padding-left: 1.5em;
	}

ul#mainnav ul.subnav li a {
	padding: 1%;
	margin: 0px;
	font: bold 0.7em /1.5 verdana, sans-serif;
	color: #FFFF99;
	background-color: transparent;
	border: 0px solid yellow;
	}

ul#mainnav ul.subnav li a:hover {
	color: #ffffff;
	background-color: transparent;
	}
	
div#topcontent ul {
	position: absolute;
	right: 0px;
	list-style: none;
	margin: 0px 0px 40px 0px;
	}
	
div#topcontent ul li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #696969;	
	}
	
div#topcontent ul li.first {
	border-left: 0px none;
	}
div#topcontent ul li a {
	font: 0.7em /1 verdana, sans-serif;
	}

div#topcontent form {
	position: absolute;
	right: 0px;
	top: 55px;
	margin: 0px;
	}
	
div#topcontent a {
	color: #FFFF99;		
	}
div#topcontent a:hover {
	color: #FFFFFF;	
	}

	
.imglks {
	display: inline;
	float: left;
	margin: 0px 0.5em 0.5em 0px;
	}

.thrColHybHdr #container { 
	width: 100%;
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
}  

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.maintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 72px;
	color: #FFFF99;
}

.maintitle a:link{
	text-decoration: none;
	color: #FFFF99;
}

.maintitle a:visited{
	text-decoration: none;
	color: #FFFF99;
}

.maintitle a:active{
	text-decoration: none;
	color: #FFFF99;
}

div#indentednews {
	padding: 0 0.5em 0 0.5em;
}