body {
font-size: 13px;
line-height: 20px;
font-family: Arial, Verdana, Sans-Serif;
padding:0;
margin-top:20px;
margin-left:20px;
color:#4d4d4d;
margin-bottom:30px;
height:100%; /* this is the key! */ 
}

a {
	color: black;
	text-decoration:underline;
}
a:visited {
	color:black;
	text-decoration:underline;
}
a:hover {
	color: #ee0000;
	text-decoration:underline;
}
a:active {
	color:#ee0000;
	text-decoration:underline;
}

h1 {
	color:black;
	font-size:20px;
	text-decoration:none;
	line-height:25px;
}

h2 {
	color:black;
	font-size:15px;
	text-decoration:none;
	margin-top:30px;
}

h3{
	color:black;
	font-size:12px;
	font-weight:normal;
	margin-bottom:60px;
}

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

li {
	list-style-type: none;	
	padding:0px;
	line-height:20px;
}

ul.second-level-navigation
{
	margin-top:4px;
	margin-left:10px;
	margin-bottom:8px;
}

ul.horizontal-navigation
{
	margin-top:20px;
	margin-bottom:20px;
}

li.horizontal-navigation
{
	display:inline;
	margin-right:20px;
}


img.social-media-link
{
	margin-right:20px;
	border:none;
}

.navigation-active
{
	color:#ee0000;
	font-weight:bold;
}

strong.arrow
{
	font-weight:bold;
	color:red;
}

strong
{
	color:black;
	
}

hr
{
	margin-left:-10px;
	margin-right:-10px;
	border: 1px solid white;
}

#content {
	float:left;
	position:absolute;
	width: 667px;
	left:210px;
	margin-top:-15px;
}


p, pre{
padding: 0px;
margin:0;
}
#left-container
{
	float: left;
	position:absolute;
	width: 150px;
	height:100%;
}

#left {
	color:black;
	float: left;
	width: 100%;
	padding: 10px;
	background:yellow;
}
#left-bottom{
	position:relative;
	top:2px;
	float:left;
	width: 100%;
	padding: 10px;
	background: url('../site-design/checkered-pattern.gif');
}

#intro-text{
	margin-bottom:20px;
}

#title-bar
{
	background: url('/media/site-design/diagonal-stripes-red.gif');
	height: 10px;
	margin-left:-2px;
}

#project-bar
{
	background: url('/media/site-design/diagonal-stripes-yellow.gif');
	height: 10px;
	margin-bottom:-10px;
	margin-top:20px;
	margin-left:-2px;
}

p{
	margin-top:10px;
	width: 580px;
	
}

#link-box
{

}