BODY 	
{ 
	background-color: black; 
	font-family: tahoma, sans-serif; 
	font-size: 12pt; 
	color: white;
}

a	
{ 
	color: white;
}

div#siteHeader
{
	height: 190px;
	width: 672px;
	background-color: #333333;
}

img.headerImage 
{	
	position: absolute;
	top: 10;
	padding: 2px;
}

#img1
{
	
}

#img2
{
	left: 205;
}

#img3
{
	top: 100;
	left: 205;
}

#title
{
	left: 325;
}

div#siteMenu
{
	font-family: times new roman, serif;
	font-size: 13pt;
	
	text-align: center;
	width: 350px;
	height: 41px;
	position: absolute;
	top: 60;
	left: 325;
}

div#weekly
{
	position: absolute;
	top: 100;
	left: 325;
	width: 350px;
	height: 83px;
	
	background-color: black;
	font-size: 9pt;
	text-align: center;
	padding-top: 10px;
	margin: 2px;
}

div#weekly p
{
	padding-top: 13px;
}


div#newsMenu
{
	position: absolute;
	top: 100;
	left: 325;
	width: 350px;
	height: 83px;
	
	background-color: black;
	font-size: 9pt;
	text-align: center;
	padding-top: 10px;
	margin: 2px;
}

div.pageContent
{
	width: 648px;
	border: 2px solid #333333;
	padding: 10px;
	font-size: 9pt;
	
}

div#footer
{
	font-size: 9pt;
	background-color: #333333;
	width: 668px;
	border: 2px solid #333333;
}

div#created
{
	width: 322px;
	height: 20px;
	float: left;
	text-align: center;	
	background-color: black;
	//border: 2px solid #333333;
}

div#created p
{
	margin: 2px;
}


div#copyright
{
	height: 10px;
	width: 340px;
	float: left;
	text-align: center;
}
div#copyright p
{
	margin: 2px;
}


div.clear
{
	clear: both;
}

P.date 	{ color: #66ccff; font-weight: bold;
	padding-left: 5px;
	border-style: solid; border-width: 1px;
	border-top-color: #000000; border-right-color: #000000; }

.thick
{
	font-weight: bold;
}

span.standout_link a:link, span.standout_link a:active, span.standout_link a:visited
{ color: green; }

h3.link_head	{ color: #c0c0c0;
		border-style: solid; border-width: 1px; border-top-color: #000000;
		border-left-color: #000000; border-right-color: #000000; }

//div { border: 1px solid red; }
			