@charset "UTF-8";

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.3em;
	letter-spacing:0.25px;
	font-weight: normal;
	background-color: #fff;
	text-transform:lowercase;
	color: #333;
	margin:40px;
	}
div{
	float:left;
	
}
h1{
	font-size: 12px;
	font-style: normal;
	line-height: 1em;
	font-weight: bold;
	padding: 0px 0px 1.5em 0px;
	}
	
h2{
	margin:0 0 1.5em;
}
ul, ul li{
	margin:0px;
}
p{
	padding:5px 0px;
}
a:link{
	color:#006666;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:visited{
	color:#FF9933;
	text-decoration:none;
}
.inset{
	border-left:1px solid #999999;
	margin-left:8px;
	padding-left:8px;
}
.main {
	margin: 10px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	float: left;
	}
	#w {
		width:400px;
	}
.main img{
	border:1px solid #666666;
}
.nav{
	margin:10px;
	}
.nav li{
	display: block;
	font-size: 12px;
	font-style: normal;
	padding:0px 0px 4px 0px;
	width:200px;
}
.nav li:hover{
}
.footnotes{
	margin: 10px 10px 40px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	float: left;
	width:500px;
	font-size:10px;
	line-height:1.5em;
	position:absolute;
	bottom:0px;
	
}

#body p{
	margin:.75em 0em 0em 0em;
}
#side{
	font-size:11px;
	line-height:1.6em;
	font-style:italic;
	color:#777;
	width:250px;
}
#side h1{
	padding:2px 0px 11px 0px;
}
#twitter_update_list li{
	padding:5px 0px;
	border-bottom:1px dotted #aaa;
}