/* adelphi_content.css */

body { background: #fff url('../images/content_background-ns.gif') repeat-y;
	* background: #fff url('../images/content_background-ie.gif') repeat-y; }

/* CONTENT Layout */
div#container { width: 100%;
	height: 100%; }

div#utility { background: #fff;
	text-align: right;
	padding: 5px 10px 5px 0px;
	margin: 0px;
	font-size: 0.9em;
	color: #892731; }
div#utility a { text-decoration: none;
	color: #892731; }
div#utility a:hover { border-bottom: 1px Solid #AF1D36; }

div#menu { display: compact;
	float: left;
	background: #AF1D36;
	width: 235px;
	margin: 10px 0px 10px 10px;
	font-size: 0.8em;
	color: #fff; }

div#menu img#header { margin-left: 35px;
	* margin-left: 30px; }

div#menu ul { list-style: none;
	margin-left: 5px;
	* margin-left: 0px; }
div#menu ul li { background: #AF1D36 url("../images/content_bullet.gif") no-repeat 0 0.6em;
	padding-left: 20px;
	line-height: 175%; }
div#menu ul li a { text-decoration: none;
	color: #fff; }
div#menu ul li a:hover { color: #fff;
	border-bottom: 1px Solid #000; }

div#menu ul ul { list-style: none;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	background: #892731; }
div#menu ul ul li { background: #892731;
	line-height: 175%;
	margin: 1px 0px;
	padding: 1px 5px 2px 20px; }

div#menu ul ul ul { margin-left: 35px;
	list-style-type: square; }
div#menu ul ul ul li { background: #892731;
	line-height: 150%;
	margin: 1px 0px;
	padding: 1px 5px 2px 10px;
	font-size: 0.9em; }

div#content { background: #fff url('../images/content_watermark.gif') no-repeat 0px 25px;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	height: 100%; }

div#content a { color: #333;
	text-decoration: none;
	border-bottom: 1px Solid #333; }
div#content a:Hover { color: #892731; }

div#content h1,h2,h3,h4,h5,h6 { color: #892731;
	margin: 4px 10px; }

div#rightCol { margin-left: 265px;
	background: #AF1D36;
	height: 100%;
	width: 99%; }

div#latest { float: right;
	margin: 20px 10px;
	width: 191px;
	background: #892731; }
div#latest a { text-decoration: none;
	color: #fff; }
div#latest a:hover { border-bottom: 1px Solid #fff; }

/* EO.CONTENT Layout */