@charset "utf-8";
/* CSS Document */

body
{
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin: auto; padding: 0; 
}

#content{
}

#header {
	width:543px;
	height:42px;
}

#logoContainer{
	float:left;
	height:42px;
	width:125px;
}

#navigationContainer{
   float:right;
	height:42px;
	width:243px;
}

.navigationItem{
	width:65px;
	height: 42px;
	vertical-align:bottom;
}

#newscycle{
	width:307px;
	height: 405px;
}

#non-newsright{
	width:192px;
	height: 405px;
	background-color:#ED1B24;
}

#learningcontent{
	height:407px;
	width:275px;
}

#signaturecontent{
	height:407px;
	width:275px;
}

a:link {
	text-decoration:none;
        color:#666666;
	}
a:visited { 
	text-decoration:none;
        color:#666666;
	}
a:hover { 
	text-decoration:none;
	}
a:active { 
	text-decoration:none;
	}