/* COLOR GUIDE 

red: 9d0102
orange: ee9b01

*/

div.homecontent {
	border-top:15px solid #9d0102;
	min-height: 350px;
	background: url(/2009/images/shadow-vertical.gif) 299px top repeat-y #fff;
}

.homeleftCol {
	float:left;
	width:580px;
	height:635px;
	background: url(/2009/images/home-salute.jpg) center top;
}
.homerightCol {
	float:right;
	width:250px;
	padding:20px;
}
.homenews {
	height:115px;
	overflow:auto;
	padding: 0px 2px 10px 15px;
	margin-bottom:15px;
	color:#999;
}
.homenews a:link, .homenews a:visited {
	color:#ee9b01;
	text-decoration:underline;
}
.homenews a:hover {
	color:#9d0102;
}
.homenews p {
	margin-top:0;
}

div#homefooter {
	clear:both;
	width:860px;
	margin:0 auto;
	padding:72px 5px 0px 5px;
	background:url(/2009/images/home-footer-bg.gif) center top repeat-x;
	height: 13px;
	font-size:9px;
	line-height: 125%;
	color:#fff;
	text-align:center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

