body	{
	color: #fff;
	background: #000;
	margin: 25px 0 25px 0;
	padding: 0;
	}

img {
	border: 1 solid #fff;
	}
	
a:link {
	font-weight : bold; 
	text-decoration : none;
	color: #fff;
	background: transparent; 
	}

a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #c30;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #f60;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #f90;
	background: transparent;  
	}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
		font-family: Georgia, "New Century Schoolbook", Times, serif;
		}

h1	{
	font-size: 1.15em;
	font-weight: normal;
	}

h2	{
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	}

html p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size:  0.75em;
	line-height: 1.5;
	}

#footer p	{
	font-size: 11px;
	margin-top: 25px;
	}
	
/* Basic page divisions */
	

#primarycontent	img {
	border:solid #FFFFFF 1px;
	margin-right: 0.6em;
	margin-bottom: 0.6em;
	}
	
	
#primarycontent h1	{
	font-size: 2em;
	font-weight: normal;
	font-variant:small-caps;
	margin: 0;
	line-height: 1.5;
	text-align: left;
	}	

/* Sidebar display attributes */

#sidebar {
padding-left:10px;
}
	
#sidebar p	{
	text-align: left;
	margin-top: .2em;
	margin-bottom: 1em;
	}

#sidebar img	{
	margin: 0 0 0.2em 0;
	border:solid #FFFFFF 1px;
	padding: 0;
	}

#sidebar h2	{
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	line-height: 1.5;
	text-align: right;
	}

/* Navigation bar components */


table#nav td	{
	font: 12px Georgia, "New Century Schoolbook", Times, serif;
	text-align: right;
	}

table#nav td a	{
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	}
	
#nav td a:link, #nav td a:visited {
	background: transparent url(/images/bgpat.gif) repeat;
	margin: 10px;
	width: 100%;
	} 

#nav td a:hover {
	color: #e54c4e;
	text-decoration:underline;
	margin: 10px;
	} 


td#home a:hover img {
	color: #f60;
	width: 100%;
	} 
