body	{
	color: #000;
	background: #fff;
        border: #fff;
	margin: 25px 0 25px 0;
	padding: 0;
	}
	
.hide	{
	display: none;
	}
	
img {
	border: #fff;
	}
	
a:link {
	font-weight : bold; 
	text-decoration : none;
	color: #c30;
	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: "Century Gothic";
		}

h1	{
	font-size: 3em;
	font-weight: normal;
	}

h2	{
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	}

html p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size:  1em;
	line-height: 1.5;
	}

#footer p	{
	font-size: 11px;
	margin-top: 25px;
	}
	
/* Basic page divisions */

#primarycontent	{
	padding-left: 25px;
	padding-top: 25px;
	}
	
#content {
	background: transparent center bottom no-repeat;
	}

/* Navigation bar components */


table#nav	{
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	}

table#nav td	{
	font: 24px "Century Gothic";
	text-align: center;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	}


