#container
{
    width: 800px;
    margin: 0 auto;

    
}

#header
{
	width: 800px;
	height: 128px;
}

#rightColumn
{
	width: 260px;
	float: right;
}

#mainContent
{
	width: 500px;	
	float: left;
}

.fullContent
{
	width: 800px;	
}

.centerImage
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imageBorder
{
	border-left: 1px solid gray;	
	border-top: 1px solid gray;
	border-right: 2px solid black;
	border-bottom: 2px solid black;		
}

h2
{
	border-bottom: 1px solid gray;
	color: #A52A2A;
	margin-bottom: 0px;
}

h3
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer
{
	clear: both; 
	border-top: 1px solid gray; 
	width: 800px; 
	margin: 0 auto
}
 
.dateHeader
{
	font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  	text-transform:uppercase;
  	letter-spacing:.2em;
  	color:#999;
  	margin-top: 0px;
}

.topNewsStory
{
	background-color: #F5F5F5;
	padding: 15px;	
	margin-bottom: 15px;
	border-bottom: 1px solid gray;
}

.newsStory
{
	background-color: #F5F5F5;
	padding: 15px;	
	margin-bottom: 15px;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
}

a:link
{
	text-decoration: none;
	color: #8B0000;	
}

a:visited
{
	text-decoration: none;
	color: #8B0000;
}

a:hover
{
	text-decoration: none;
	color: Red;	
}

a:active
{
	text-decoration: none;
	color: Red;	
}

li a
{
	font-size: 14px;	
}

.centerTextNoMargin
{
	text-align: center;
	margin-bottom: 0px;
}

ul#naviMenu
{
	list-style-type: none;
	margin-top: 0px;
}

ul#naviMenu li
{
	display: inline;
}

dt
{
	color: #A52A2A;
}

.caption
{
	margin-top: 2px;
	font-size: small;	
}