*,html  {
	margin: 0; 
	padding: 0;
}
img {
   behavior: url("../iepngfix.htc");
}

body  {
	font: 80% georgia, serif;
	line-height:1.6;
	background: url(../images/backgrounds/sky.jpg) repeat-x;
	background-color: #2662c2;
	height:100%;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333;
}
#container { 
	background-color:#fff;
	width:800px;  
	margin: 5px auto;
	text-align:left;
	overflow:hidden;
} 
#header {
	height:150px;
	margin:10px 10px 0 10px;
	overflow:hidden;
	width:780px;
	font:250% bold;
	font-style:italic;
	padding:0;
}
#header .eileen {
	float:right;
	margin-left:10px;
}
#mainContent {
	overflow:hidden;
	width:780px;
	margin:0 10px 10px 10px;
}
#leftcol {
	float:left;
	overflow:hidden;
	width:552px;
}
#rightcol {
	float:right;
	width:218px;
	min-height:700px;
	background:url("../images/backgrounds/bamboonavbar.jpg");
	margin-left:10px;
	overflow:hidden;
}
#footer {
	font-size:140%;
	clear:both;
	border-top:1px #e5e5e5 solid;
	margin:10px;
	padding-bottom:10px;
	text-align:center;
}
.footer-copy {
	float:left;
	font-size:60%;
	text-align:left;
}
.credit {
	float:right;
	font-size:60%;
	text-align:right;
}
/*NAVIGATION STYLING*/

#nav ul, ul #nav {
	list-style-type:none;
	list-style-position:inside;
	padding-left:0px;
	margin:0px;
	width:100%;
	border:1px red solid;
}
#nav li {
	list-style-type:none;
	list-style-position:inside;
	background:url(../images/backgrounds/nav_opaque.png);
	width:100%;
	display:block;
	padding:10px;
	overflow:hidden;
	font-size:120%;
	margin:0px;
}
#nav li:hover {
	background:none;
}
#nav li:hover a {
	color:black;
}
#nav li a {
	color:white;
	text-decoration:none;
}
#nav li a:hover {
	text-decoration:underline;
}

/*GENERAL STYLING*/
h1 {
	margin:5px 0px;
}

li {
	list-style-position:inside;
}
a {
		color:#2662c2;
		text-decoration:none;
}
a:hover {
		text-decoration:underline;
}
p {
	margin:0;
	margin-bottom:10px;
}

.citation {
	float:right;
	width:200px;
	font-style: italic;
	color:#2d5c0b;
	border-left:1px solid #2d5c0b;
	margin-left:10px;
	padding-left:10px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*CLEARFIX - to fix column heights on mult columns */
.clearfix:after {content: ".";display: block;height: 0px; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
div.clearfloats {clear:both;height:10px;}
/* backslash hack hides from IE mac */
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* end backslash hack */
.clear {clear:both}

<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFix #sidebar1 { width: 180px; }
.thrColFix #sidebar2 { width: 190px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFix #sidebar2, .thrColFix #sidebar1 { padding-top: 30px; }
.thrColFix #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->