html
{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	background: #EEEEEE;
	font: normal 11px "Ariel", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

/* Links */

a:link { color: #2E2E2E; text-decoration: none; }

a:visited { color: #A00000; text-decoration: none; }

a:hover, a:active { color: #A00000; }

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 5px 0 10px; padding: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h1 { font-size: 28px; }

h2 { font-size: 26px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 14px; }

h6 { font-size: 16px; 
     color: #CCCCFF}


ul, ol, blockquote, pre
{
	color: #2E2E2E;
	padding: 10px 30px;
	line-height: 1.8em;
}

ul
{
	list-style-type: square;
}

blockquote, pre { background-color: #CCCCFF; border: 1px solid #ffffff; }

ins { text-decoration: none; color: #2E2E2E; }

del { color: #555555; }

/* Structure */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {font-family: arial, sans-serif; width:768px; height:30px; position:relative; font-size:11px; z-index:30;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:105px; height:30px; text-align:center; color:#fff; border:1px solid #fff; background:#2E2E2E; line-height:30px; font-size:11px; overflow:hidden;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#A00000;}
.menu ul li:hover ul {display:block; position:absolute; top:31px; left:0; width:106px;}
.menu ul li:hover ul li a.hide {background:#A00000; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#A00000; color:#fff;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#CCCCFF; color:#2E2E2E;}
.menu ul li:hover ul li a:hover {background:#2E2E2E; color:#FFFFFF;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-106px;}

body
{
	width: 768px;
	margin: 0 auto;
	padding: 0 25px;
	background: #2E2E2E;
}

#topnav
{
	width: 100%;
	float: left;
	color: #999999;
	background-color: #2E2E2E;
}

#header
{
	clear: both;
	
}

#wrapper
{
	float: left;
	width: 100%;	
	color: #2E2E2E;
}

#content-wrapper
{
	width: 58%;
	float: left;
}

#content-wrapper2
{
	width: 97%;
	float: left;
}

#content
{
	float: left;
	padding: 10px;
}

#sidebar-wrapper
{
	width: 20%;
	float: left; 
}

#sidebar
{
	float: left;
	padding: 10px 0;
}

#sidenotes-wrapper
{
	width: 40%;
	float: left;
}

#sidenotes
{
	float: left;
	padding: 10px;
}

#footer
{
	clear: both;
	color: #2E2E2E;
	padding: 5px 0;
	text-align: center; 
	background-color: #EEEEEE;
    width: 98%;

}

/* Top-Nav */

#topnav ul { float: right; list-style-type: none; margin: 0; padding: 0 10px; width: 95%; line-height: 1.0em; }

#topnav li { float: right; margin: 0; padding: 0; }

#topnav a { display: block; float: left; margin: 10px 0; padding: 0 10px; border-left: 1px solid #777777; }

#topnav a:link, #topnav a:visited { color: #888888; }

#topnav a:hover, #topnav a:active { color: #FFFFFF; }

#topnav li#skip a { border-left-width: 0; }

/* Header */

#header img
{
	border-bottom: 0px solid #000000;
}

/* Wrapper */

#wrapper a:link { font-weight: bold;} 

#wrapper a:visited { font-weight: bold; } 

#wrapper a:hover, #wrapper a:active

/* Content */

#content dl, 
#content dt, 
#content dd
{
	margin: 0;
	padding: 0;	
}

#content dt
{
	padding: 10px;
	font-weight: bold;
	background-color: #CCCCFF;
}

#content dd
{
	padding: 1px 10px;
	margin-bottom: 15px;
	background-color: #EEEEEE;
}

/* Sidebar */

#sidebar ul { list-style-type: none; margin: 0; padding: 0; }

#sidebar li
{
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	background-color: #EEEEEE;

}

#sidebar li.header
{
	border-left: 5px solid #CCCCFF;
	border-right: 5px solid #CCCCFF;
	background-color: #CCCCFF;
	border-top: 10px solid #2E2E2E;	
}

#sidebar li.first
{
	border-top: 1px solid #2E2E2E;	
}

#sidebar li a
{
	border-left: 1px solid #2E2E2E;
	border-right: 1px solid #2E2E2E;
}

#sidebar li.header a
{
	border-left-color: #999999;
	border-right-color: #999999;
}

#sidebar a:link,
#sidebar a:visited
{
	display: block;
	padding: 5px 20px;
	border-bottom-width: 0;
	border-top: 1px solid #2E2E2E;
}

#sidebar li.header a:link,
#sidebar li.header a:visited,
#sidebar li.first a:link,
#sidebar li.first a:visited
{
	border-top-width: 0;
}

/* Sidenotes */

#sidenotes h6
{
	
    margin: 0;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #2E2E2E;
      
}

#sidenotes ul
{
	padding: 5px 0 0;
	margin: 0 0 20px;
	list-style-type: none;
	background-color: #EEEEEE;
}

#sidenotes li
{
	padding: 5px 10px;
}

#sidenotes ul#announcements li 
{
	border-bottom: 1px dashed #aaaaaa;
}

#sidenotes ul#announcements li.alt
{
	background-color: #EEEEEE;
}

#sidenotes ul#announcements li .date,
#sidenotes ul#announcements li .entry 
{
	display: block;
}

#sidenotes ul#announcements li .date
{
	color: #A00000;
	font-size: 11px;
}

/* Footer */
