*{
margin:0;
padding:0;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}


/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 0 40px;
}

.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}



/* Main Content */
body{
font-family:"Helvetica Neue", Corbel, Tahoma, Arial;
font-size:12px;
color:#333;
background:#191919 url(images/body_bg.gif) repeat-x;
}


/*
*  General Style Info
*/

a{
color:#003d4c;
text-decoration:none;
outline:none;
}
a:hover{
color:#003d4c;
text-decoration:underline;
}

a img{
border:none;
}

h2,h3{
font-family:"Helvetica Neue", Corbel, Tahoma, Arial;
font-size:28px;
font-weight:normal;
}

em {
 font-size: 12px;
}

li em {
 font-size: 10px;
}

h2{
margin:0.5em 0;
color:#e32;
}


/*
*  Layout
*/

#container {
	position:relative;
	width:860px;
	margin:0 auto;
	padding-top:20px;
	background-color:#ffffff;
}

#header{
	position:relative;
	height:140px;
	width: 860px;
	background: url(/images/cfheader.png) no-repeat;

}

#header h1{
	position:absolute;
	left:30px;
	top:30px;
}

#header .copy{
	position:absolute;
	color:#fff;
	font-family:"Helvetica Neue", Corbel, Tahoma, Arial;
	font-size:30px;
	font-weight:normal;
	top:52px;
	left:550px;
	padding-right: 10px;
}




#content{
	position:relative;
	padding:0;
	background:#fff;
}



/*
 * meta
 */

div#breakingnews {
	border:1px solid #6acae6;
	background: #c8f3fc;
	font-size: 20px;
	color: #000000;
	margin: 0 40px 10px 40px;
	text-align: center;
	padding: 10px;

	
}
div#breakingnews strong {
	color: #fff;
}
div#breakingnews a {
	color: #000000;
}

/*
 *  Footer
 */



#footer { background-color: black; color: white; background-image: url(/images/cfheader.png); height:100px;}
.half {  width:260px; padding:10px;}


#footer p {
	font-size:90%;
}

#footer p a{
	color:#c0c25b;
}




