body
{
	background-color:#F6F0F6;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
}

a {
	text-decoration: none;
	background: url(/images/underline.gif) bottom left repeat-x;
    color: #008000;
}

a:hover 
{
	color: #999999; 
	text-decoration: underline;
}

.clearing {
	height: 0; 
	clear: both; 
}

#header { 
	background: url(/images/header.gif);
	height: 64px;
}
#wrapper 
{
}
#container 
{ 
	width: 850px;
}
#content 
{
	width: 550px;
	float: left;
}
#sidebar 
{
	background-image: url(/images/menubg.gif); 
	background-repeat:repeat-y;
	width: 200px; 
	float: left; 
}
#footer 
{
	background-color: #DDF2BF;
	font-size: smaller;
	padding: 1px 5px 1px 5px;
    font-weight: bolder;
    clear:both;
}
#footer .left 
{
	float: left;
}
#footer .right
{
	float: right;
}

#title
{
	font-weight: bold;
	font-size: larger;
	margin: 5px;
}

#label
{
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

#value
{
	margin-bottom: 5px;
}

ul.menu
{
	list-style: none;
	padding: 10px;
	margin-left: 5px;
	font-weight: bold;
}

ul.submenu
{
	list-style: none; 
	padding-left: 10px;
	margin-left: 5px;
	font-weight: normal;
}

#instructions
{
	font-style: italic;
	border: solid 1px;
	padding: 10px;
	margin: 10px;
}

#code
{
	font-style: italic;
	border: solid 1px;
	padding: 10px;
	margin: 10px;
}

ul.Projects
{
	list-style: none;	
}
ul.Projects li 
{
	text-align: left;
}
