body{
	background: url("../img/bggrad.gif") repeat-x #f9f9f9;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

a{
	color:#0066cc;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#wrap{
	width: 800px;
	margin: 25px auto 15px auto;
}

#header{
	background: url("../img/sitelogo.gif") no-repeat;
	height:90px;
}

#menubar{
	margin: 0px 0 0 75px;
	padding:20px 0 0 0;
	height:20px;
	width:725px;
	text-align:right;
	border-bottom:1px solid #b4b4b4;
}

#menubar a,#menubar a:hover{
	color:#b30000;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	margin-left:50px;
}

#menubar a:hover{
	color:#636363;
}

#submenubar{
	margin: -2px 0 0 73px;
	padding:5px 0 0 0;
	height:20px;
	width:727px;
	text-align:right;
	border-top:3px double #e9e9e9;
}

#submenubar a{
	color:#868686;
	font-size:11px;
	text-decoration:none;
	margin-left:50px;
}

#submenubar a:hover{
	text-decoration:underline;
}

#feature{
	width:800px;
	height:225px;
	background: url("../img/feature.gif") center no-repeat;
}

.title{
	height:25px;
	vertical-align:middle;
	border-bottom: 1px solid #e2e2e2;
}

.newsTitle{
	font-size:18px;
	font-weight:bold;
	color:#9b1c1f;
	border-left:10px solid #f2b2c2;
	font-stretch:extra-expanded;
	padding-left:10px;
}

.newsBody{
	font-size:14px;
	/*border-left:3px solid #f2b2c2;*/
	margin:6px 0;
	padding-left:20px;
}

#body{
	font-size:12px;
}

.afterthought{
	font-size:11px;
	color:#999999;
	border-top:1px dotted #c8c8c8;
	margin-bottom:20px;
	text-align:right;
}

.tdHeadCap, .tdHeadCapSmall{
	text-transform:uppercase;
	color:#aa4345;
	font-size:16px;
	border-bottom:3px solid #c38c8d;
	font-weight:bold;
}

.header{
	background-color:#c38c8d;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	line-height:normal;
	padding:2px;
}

.tdRed, .tdWhite{
	color:#000000;
	font-size:12px;
	vertical-align:top;
	padding:3px;
}

.button{
	background:#e5b9ba;
	border:3px double #9b1c1f;
}

.tdRed{
	background:#efe7e7;
}

.tdHeadCapSmall{
	font-size:12px;
}

p{
	font-size:12px;
}

#copyright{
	background: url("../img/falcon-small.gif") top left no-repeat;
	font-size:11px;
	color:#6c6c6c;
	padding-left:70px;
	min-height:60px;
	position:absolute;
}