/* 
   content.css
   author: James Coghlan
   see: http://www.goblinsan.com
   date: 12/31/2007
   purpose: defines styles for the content sections
*/

    #homeContent {
	margin:10px;
	padding:15px;
	font-family:arial;
	font-size:12px;
	color:#5C5C5C;
	}
	#homeContent img{
	border:#333366 solid 1px;
	margin:20px;
	}
	#homeContentTitle{
	color:#333366;
	font-family:arial;
	font-size:16px;
	font-weight:900;
	}
	#homeContentTitleTwo{
	color:#333366;
	font-family:arial;
	font-size:14px;
	font-weight:bolder;
	}
    #newsContent {
	opacity:1.0;
	position:relative;
	margin:10px;
	padding:5px;
	}
    #newsContent  a {
	color: #24618E;
	text-decoration: none;
	display: block;
	}
    #newsContent  a:hover {
	background:#DDD;
	}
	#newsContent fieldset legend {
	color: #24618E;
	font-size: 8px;
	}	
	#newsContent table {
	width: 99%;
	}
    #newsContent .newsTitle {
	width: 25%;
	}
    #newsContent .newsSep {
	}
    #newsContent .newsDesc {
	}
    #newsContent .newsDate {
	font-size: 8px;
	vertical-align:top;
	}
	#newsUpdate {
	position: absolute;
	top:-30px;
	right:5px;
	color: #24618E;
	font-size: 10px;
	}
	#updateButton{
	margin-left:150px;
	}
	#newsUpdate a{
	padding:2.5px 0 2.5px 15px;
	width:65px;
	height:15px;
	display:block;
	background:url("../images/refreshBtn.png") no-repeat left top;
	}
	#newsUpdate a:hover {
	background:url("../images/refreshBtn.png") no-repeat left top;
	color: white;
	}
	

