/* 
copyright:	2005-2006 greg canavera. www.totemic.net
there's nothing really new here, but please credit me for use if you do use it.
/* --------------------------------- */
/* rev 1.0							 */
/* --------------------------------- */
/* typography common. Override if needed	*/
/* --------------------------------- */


body	{
	font-family: "lucida sans",arial,verdana,sans-serif, sans;
	text-align: left;
	font-size: 69%;
	color: #FFF;
	line-height: 1.35em;
}

ul 	{
	list-style: none;
/*	color: #FFF; */
}


p	{
	color: #FFF;
	padding: 0 0 10px 0;
}

p, h1, h2, h3, h4 {
	font-weight: normal;
	font-size: 1em;
}


h1 	{
	color: #CCCC99; 
	/*font-family: Georgia, Times New Roman, Times, Serif; */
}


h2 	{
	color: #CCCC99; 
}


h3	{
/*	color: #FFF; */
}

h4	{
	color: #CCCC99; 
	padding: 0 0 7px 15px; 
}

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

a:hover	{
	text-decoration: underline; 
} 


/* --------------------------------- */
/* nav, typo controls */

.main_nav_on {
	color: #FFF;
}

.nav a, .nav .main_nav_on {
	display:  block;
	background-image: url(../images/arrows_right.gif);
	background-repeat : no-repeat;	
	width: 90px;
}

.nav a	{
	background-position : right -18px;	
}

.nav a:hover	{
	background-position : right 2px;	
}

.nav .main_nav_on {
	background-position : right -37px;	
} 


/* --------------------------------- */
/* inpage formatting */

h2	{                   /* always used after a rule*/
	padding: 0 0 15px 15px; 
}


/* --------------------------------- */
/*  rules */

.ruleabove, .ruleabove_indent, .ruleabove_intro	{
	border-top: 1px solid #454459;
	padding: 3px 0 0 0; 
}

.ruleabove 	{
	margin: 15px 0 0 0; 
}


.ruleabove_indent	{
	margin: 30px 0 0 0px;
	padding: 3px 0 10px 15px;
}


/* --------------------------------- */
/*  misc stuffs */

.bottom_align	{
	position: absolute;
	bottom: 0;
}

.pipe	{
	color: #454459;
	padding: 0 5px 0 5px;
}

.notyet {
	color: grey;
	background-image: none;

}
