body	{
	color: #ccc;
	background: #000;
	margin: 10px 0 10px 0;
	padding: 0;
	}
	
.hide	{
	display: none;
	}
	
/*img {
	display: block;
	border: 0;
	}
*/	
a:link {
	font-weight : normal; 
	text-decoration : none;
	color: #f90;
	background: transparent; 
	}

a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #f90;
	background: transparent; 
	}

a:hover {
	font-weight : normal; 
	text-decoration : line-through;
	color: #f90;
	background: transparent; 
	}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
		font-family: arial, helvetica, sans-serif;
		}

h1	{
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -3px
	}

h2	{
	font-size: 16px;
	font-weight: bold;
/*	margin-bottom: 0.25em;
	margin-top: 0.5em; */
	letter-spacing: -1px;
	}

html p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size:  13px;
	line-height: 14px;
	}

#footer p	{
	font-size: 10px;
	margin-top: 25px;
	}
	
li	{
	text-align: left;
	font-size:  10px;
	line-height: 11px;
	padding: 0.5em 0 0 0;
	}
	
/* Basic page divisions */
#splashimage{
	border: 1px solid #999;
	}
	
#primarycontent	{
	margin-top: 0.5em;
	padding-left: 25px;
	vertical-align: top;
	}
#primarycontent	img{
	margin: 0 0 25px 0;
}

#content {
	margin-top: 1.5em;
	}

/*#content img {
	float: left;
	margin: 0 10px 0 0;
}
*/
#content li	{
	text-align: left;
	font-size:  10px;
	line-height: 11px;
	padding: 0.5em 0 0 0;
	}

#content .quote{
		color: #888;
		border: 0;
		margin: 10px 0 10px 0;
		padding-left: 5px;
		border-left: 2px solid #555;
		text-align: left;
		voice-family: "\"}\""; 
		voice-family:inherit;
		font-size: 16px;
}

html>#mainContent .quote	{
	font-size: 16px;
	}	
/* Sidebar display attributes */
	
#sidebar p	{
	font-style: normal;
	text-align: right;
	margin-top: 0.5em;
	}
#sidebar li	{
	text-align: right;
	font-size:  10px;
	line-height: 11px;
	padding: 0.5em 0 0 0;
	list-style-type: none;
	}
#sidebar img	{
	margin: 30px 0 15px 0;
	}
	
#sidebar h2	{
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	margin-top: 5px;
	line-height: 1em;
	text-align: right;
	color: #999;
	background-color: transparent;
	letter-spacing: -1px;	
	}

#sidebar h2 a, #sidebar h2 a:link, #sidebar h2 a:visited	{
	font-weight: bold;
	color: #f90;
	background-color: transparent;	
	}

#sidebar h2 td a:hover {
	text-decoration: line-through;
	color: #f90;
	background-color: transparent;
	}	

/* Navigation bar components */


table#nav td	{
	font: 12px arial, helvetica, sans-serif;
	text-align: right;
	text-decoration: none;
	display: block;
	padding: 0 0 10px 0;
	color: #fff;
	background-color: transparent;
	}

table#nav td a	{
	color: #f90;
	background-color: transparent;
	text-decoration: none;
	}
	
table#nav td a:link, #nav td a:visited {
	margin: 0;
	line-height: 25px;
	} 

table#nav td a:hover {
	text-decoration: line-through;
	color: #fff;
	background-color: transparent;
	}
