
body {
	margin: 0;
	padding: 0;
	background: #000 url(images/bgindex_00.gif) repeat-y right top;
	
	}



h1 {
	font: bold x-large Arial, sans-serif;
	color: #ccf;
	margin-top: 0px;
	}

h2 {
	font: large Arial, sans-serif;
	color: #0ff;
	}

.color {
	color: #f60;
	}


.color_00 {
		color: #ccf;
	}




#news h2 {
	color: #030;
	margin-top: 10px;
	}




h4 {
	font: bold small Verdana, sans-serif;
	color: #039;
	margin-bottom: 2px;
	}

.tight {
	bottom-margin: -2px;
	}

.tight_top {
	top-margin: -4px;
	}


h5 {
	font: italic bold small Arial, sans-serif;
	color: #039;
	margin-top: 2px;
	}


p {
	font: small Verdana, sans-serif;
	color: #fff;
	}

.indent {
	margin-left: 4px;
	}

ul.none {
	list-style: none;
	}

ul.emphasis {
	list-style: none;
	font: bold medium Arial, sans-serif;
	color: #000;
	}

ul.emphasis li {


	margin-bottom: 10px;

	}



ul.sub_emphasis {
	list-style: none;
	font: normal medium Arial, sans-serif;
	color: #000;
	}

ul.sub_emphasis li {
	margin-bottom: 6px;
	}

li.space {
	padding-top: 10px;
}



#top p {
	text-align: center;
	}

#left p {
	color: #fff;
	padding-bottom: 10px;
}



#center p {
	font: small Verdana, sans-serif;
	color: #000
	}

#center p.tight {
	font: small Verdana, sans-serif;
	margin-bottom: -2px;
	}

#sponsor p, #articlesponsor p {
	color: #A5B5C6;
	}
	
#footer p {
	margin: 4px;
	text-align: center;
	font: x-small Verdana, sans-serif;
	}

#lower p {
	margin: 4px;
	text-align: left;
	font: small verdana, sans serif;
	color: #fff;
	}



a {
	font: bold small Verdana, sans serif;	
	color: #fff;	
	}

a:hover {
	font: bold small Verdana, sans serif;
	color: #900;	
	}

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


div#lower a {
	display: block;			/* makes the background hover effect work in Mozilla */
	width: 300px;
	margin: 2px auto 10px auto;
	background: transparent;
	}

div#lower a.line {

	display: inline;
	width: auto;
	margin: auto;
	font: normal small verdana, snas-serif;
	color: #ccc;

	}


div#lower a:hover {
	background-color: #cff;
	}


.latestarticle {
	margin-bottom: 0px;
	font-color: #fff;
	inherit: no;

	}

	
.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: #cff;
	font: x-small Verdana, sans-serif;
	}

.author {
	display: block;
	color: #cff;
	font: x-small /2 Verdana, sans-serif;
	}






/* 

------------------------------- 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 <?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 {
	margin: 0PX 0px 10px 0;;
	padding: 0px 10% 4px 10%;

	background: transparent;
	text-align: center;
	
	}
	
#center {

	margin: 0px 10% 0px 10%; 
	padding: 1% 3%;
	
	background: transparent;
	color: #000;
	}


#lower {
	margin-top: 10px;
	padding: 5px;
	background: transparent;
	text-align: left;
	}



#left {
	position: absolute;
	padding: 0px;
	top: 353px;
	width: 10%;
	background: transparent;
	color: #000;
	}






#otherleftstuff {
	width: 88%;
	padding: 10px 6% 40px 6%;
	}

#news {
	position: absolute;
	width: 21.9%;			/* why not 22%?  because at some sizes the rounding difference adds up to more than 100% and gives us a horizontal scroll bar */
	height: 250px;
	overflow: hidden;
	margin-left: 75%;
	padding: 0px 1.5%;
	top: 353px;
	background: transparent;
	border-top: 0;
	}

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;
	}
	
div#news p.row span.rightcol a {
	color: #D6D6D6;
	font-weight: bold;
	}
	
div#news p.row span.rightcol a:hover {
	color: #A4B5C5;
	}
	
.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 {
	margin: 0;
	clear: both;
	border: 0;
	text-align: center;
	background: transparent;
	color: #000;
	}

#bio {
	float: right;
	width: 30%;
	padding: 1%;
	border: 4px dotted #5C6F90;
	color: 5C6F90;
	font-size: 0.7em;
	}

#block {
	float: right;
	width: 30%;
	padding: 1%;
	}


/* --------------------- Feature Image and Transparency Trick --------------- */


	
#mstrans {
	margin: 20px auto 0px auto;
	width: 425px;
	height: 306px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/povhome.png');
	border: 0px solid pink;
	}
	
#mstrans img {
	filter: Alpha(opacity=0);	
	border: 0px solid cyan;
	}

#mstrans_dup {
	margin: 20px auto 0px auto;
	width: 200px;
	height: 316px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/flower_fire.png');
	border: 0px solid pink;
	}
	
#mstrans_dup img {
	filter: Alpha(opacity=0);	
	border: 0px solid cyan;
	}



