body
{	background-image: url(/images/1.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #f1ecdd;
       margin: 30px;
       padding: 0px;	}

.bzzz{ color: #f1ecdd; } /*used to bzzz out nonsense text*/

h2 
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 22px }

p, blockquote, li, h3, td
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px; 
	text-align: justify;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;	}


a 
{	text-decoration: none;
	font-weight: bold;
	color:  #000066;
	outline: none;	}

a:visited 
{	color:  #000066;	}


a:active 
{	color:  #BF2F2C;	}

a:hover 
{	color: #CC00cc;
	/*background-color: #FFFF66;*/	}


blockquote
{	margin-left: 20px;
	margin-right: 0px;	}


/* 	-------------------Division Specifics----------------- */
/*	Next come specific ID area sub tags to over-ride the
	above standards. In this case we are only tokling about
	the various areas of paragraph tags		*/

#right p, #left p
{	line-height: 15px;
	font-size: 10px;	}

	#left p
	{	text-align: right;	}

	#right .tight p
	{	line-height: 0em;	}

	.right_just
	{  	text-align: right;
 	 	padding-bottom: 5px;
 	 	color: #333; 	}

#head p
{	font-size:10px;
	line-height: 12px;
	text-align: right;
	font-style: italic;	}

#head h1
{	margin-left: 9999px;
	display: none;	} 


#main p, #main h2
{	padding-left: 0px;	}


/*	-------------------Head Division------------------- */
/*	Now we come to the biggies--the sections. I notices 
	that I added the "head-h1" adjuster here. It should 
	probably have been put in the above section. */

#head
{	text-align: right;
	height: 81px;
	background-image: url(/images/2.jpg);
	background-repeat: no-repeat;
	background-color: #dedacd;
	margin: 0px;
       padding-left: 500px;	}


	/* -------------------Left Division------------------- */
	#left
	{	float: left;
		width: 150px;
		\width: 150px;
		w\idth: 150px;
		margin-right: 5px;
		padding-top: 100px;	}


	/* --------------Center >Main< Division--------------- */
	#center
	{	margin-left: 155px;
		margin-right: 155px;
		padding-top: 30px;
		border-left: 1px solid grey;
		border-right: 1px solid grey;	}


/* ----******* Main* >Main< Division ********---- */
#main
{	margin-left: 0px;
	margin-right: 205px;
	padding-top: 10px;
/*	border-left: 0px solid grey;
	border-right: 0px solid grey;*/
	clear: left;	}


/* -------------------Right Division------------------- */
#right
{	float: right;
	width: 200px;
	\width: 200px;
	w\idth: 200px;
	margin-left: 5px;
	padding-top: 20px;
    border-left: 1px dashed grey;	}


/* -------------------Footer Division------------------- */
#foot
{
	clear: both;
	margin-top: 50px;
	text-align: center;
}


/* -------------------Other Notations------------------- */

#right a, #left a, #head a /*ancors on the sides are different*/
{	border: 0px;
	color: #C00;	}

h3
{	font-weight: normal;
       margin-bottom: -6px;
       margin-left: -10px;	}

h3 a 
{	border: 0px;
	font-weight: normal;
	color: #00c;
	/*font-family:  Georgia, Times, Serif;
	font-size: 14px;*/
	}

.caps
{	letter-spacing: 0.1em;
	font-size: 10px;	}

/* -------------Added by Fred for this and that----------- */

.regular_ann
{	background-color: #faefdf;
	padding: 10px;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
    text-align: left;	}

.closer
{	margin-top: -8px;	}

.nav 
{	font-weight: bold;
	color: #660000;
	font-size: small;
	text-align: left;
	line-height: 1em;
	font-family:  Arial, Helvetica, sans-serif;
	background-color: #F7F7F7;
	margin: 0px;
	margin-top: 0px;
	padding: 8px;	}

#main img 
{	float: left;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;	}
.clean
{	margin-right: 10px;
	height: 230px;	}

.fromwhence
{	font-size: 10px;
	line-height: 10px;
	margin: 1px;
	padding:1px;
	color: #666;	
	border: 1px solid #666;	}

a:hover .fromwhence
{	color: #866;
	background: #f3eedf;
	margin: 1px;
	padding:1px;
	border: 1px solid #666;	}