<!--
#body { margin:0px; }
body { 
	background-image:url('images/bg.jpg'); 
	background-repeat: repeat-y; 
	background-position:center; 
	margin-top:0;
	background-color:#000000;
	}
.main { 
	margin-top:25px;
	margin-bottom:25px;
	position: absolute; 
	left: 50%; 
	width:702px; 
	margin-left: -351px; /*set to a negative number 1/2 of your width*/ 
	background-color:#FFFFFF;
	background-image:url('images/main-bg.jpg'); 
	background-repeat: repeat-y;
	}
.header { 
	background-image:url('images/main-top.jpg'); 
	background-repeat: repeat-x;
	text-align:center;
	z-index:2;
	}
.footer {
	margin-top:11px;
	background-image:url('images/main-bottom.jpg');
	background-position:bottom;
	background-repeat: repeat-x;
	height:38px;
	position:relative;
	clear:both;
	}
.footertext{
	width:662px;
	margin-left:25px;
	border-top: 1px solid #990000;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:10px;
	}
.west{
	float:left;
	}
.east{
	float:right;
	}
.navbar { 
	width:654px;
	margin-left:25px;
	margin-top:5px;
	margin-bottom:10px;
		}
.home-left{
	width:366px;
	margin-left:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	
	}
.home-right{
	width:255px;
	margin-right:15px;
	margin-bottom:10px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
}	
.other-right{
	width:355px;
	margin-right:15px;
	margin-bottom:10px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
}	
.content{
	width:654px;
	margin-left:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	}
.content-left{
	width:200px;
	margin-left:0px;
	height:100%;
	float:left;
	margin-top:2px;
	}
.content-right{
	width:450px;
	margin-right:0px;
	margin-left:250px;
	margin-bottom:10px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	margin-left:0px;
	text-align:justify;
}	
	
.standout{
	text-align:center;
	margin-top:5px;
	font-size:10px;
	font-weight:bold;
	position:static;
	width:250px;
	}
.callout{
	text-align:center;
	margin-top:5px;
	font-size:12px;
	font-weight:bold;
	position:static;
	color:#993300;
	}
.contentTitle
{
	font-size:14px;
	font-weight:bolder;
	color:003399;
	font-style:italic;
	}	
.description 
{
	font-style:italic;
}

p 
{
	text-align:left;
	}
a { 
	color:#003399; 
	text-decoration:none; }
a:hover { 
	color:#993300; 
	text-decoration:underline; }
.smlink{ 
	color:#003399; 
	text-decoration:none; 
	font-size:10px;
	}
.smlink:hover { 
	color:#993300; 
	text-decoration:underline; 
	font-size:10px;
	}
li 
{
	maring-left:0px;
	margin-bottom:5px;
	margin-top:-4px;
	padding:2px;
	}
.newsPhoto{
	float:right;
	margin-left:5px;
	}