body {
	margin: 0; padding: 0;
	background-color: #333;
	text-align: center;
	font: .9em arial, helvetica, sans-serif;
	line-height: 1.4em;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 80%;
	height: 100%;
	background-color: #E5EEFA;
}

#header {
	height: 243px;
	background: #476EAA url('images/header.jpg') top left no-repeat;
}

#sidebar {
	margin: 30px 0; 
	padding: 0;
	width: 12em;
	float: left;
}

#content {
	background: white;
	margin: 20px 20px 20px 12.5em;
	padding: 18px 25px;
	border: 1px dotted #666;
}

#footer {
	clear: both;
	padding: 5px 20px;
	font-size: 80%;
	border-top: 1px solid #999;
}

#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color : black;
		font-weight : bold;
		text-decoration : none;
		background-color : white;
		border : 1px solid black;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color : white;
		background-color : black;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

.alignright {
	margin: 0 0 0 10px;	
}

/* BOTTOM NAV  */

#footernav {
	margin: 0; padding: 0;
		list-style: none;
}

#footernav ul {
	margin:0; padding:0;
}	

#footernav li {
	display: inline;
	margin-right: 10px;
}	

#footernav a {
	line-height: 2em;
	text-decoration: none;
}	

a {	color: #476EAA;}
a:visited {	color: #476EAA;}
a:hover {	color: #003366;}
a:active {	color: #476EAA;}



h1, h2, h3, h4 {
	margin: 0; padding: 0;
	margin-bottom: 10px;
}

h1 {
	font-size: 140%;
	font-family: 'Palatino Linotype' 'Book Antiqua';
	color: #003366;
}
h2 {font-size: 120%; font-style: italic;}
h3 {font-size: 110%;}

p {
	margin: 0 0 5px 0;
	padding: 0;
}	



/*   THE "CLEARFIX"   */

.clear:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}

.clear {
min-height: 1px;
}

* html .clear {
height: 1px;
}

p {
	margin:0; padding: 0;
	margin-bottom: 5px;	
}

