p {
	margin-top: 0;
	padding: 0.75em 0 0.75em 0;
}

body {
background-color: #ffffff;
font-size: 16px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#003300;
padding:0;
margin:0;
}

h1 {
font-size: 11px;
text-transform:uppercase;
text-align:right;
background-color: #00578A;
border-top:1px solid #ffffff;
border-bottom:1px solid #ffffff;
padding:5px 15px;
margin:0 }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

h3 {
font-size:14px;
text-align:right;
text-transform:uppercase;
}

h4 {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-left:20px;
	margin-top: 10px;
}

#header {
	font-size:20px;
	color:#961D03;
	text-align:left;
	margin-top:10px;
}

img.download {vertical-align:middle;}

#example_image {
	font-size:10px;
	text-align:center;
	color:#00578A;
	padding:10px;
}

#container {
width: 900px;
margin:0 auto;
background-color: #ffffff;
}

/*---------contactinfo---------*/
#contactinfo {
font: bold 16px Arial;
text-align:center;
}

/* --------indent menus-------------*/
#indentmenu{
font: bold 13px Arial;
text-align: center; 
}

#indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 500px; /*width of menu*/
border: 1px solid #00578A; 
border-width: 1px 0;
background: black url(http://www.geocities.com/eben.howard/images/indentbg.gif) center center repeat-x;
}

#indentmenu ul li{
display: inline;
}

#indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #00578A; /*divider between menu items*/
}

#indentmenu ul li a:visited{
color: white;
}

#indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(http://www.geocities.com/eben.howard/images/indentbg2.gif) center center repeat-x;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #ffffff;
text-align: center;
font-size: 32px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#003300;
padding: 0px;
margin: 0px;
padding-top: 20px;
}
#banner img {padding:0px 0px;} 


/*----------Content--------------*/
#content {
background-color: #ffffff;
padding: 0;
margin: 10px 200px;
}

/* --------------left navigavtion------------- */
#left {
float: left;
width: 200px;
margin: 0;
padding: 0;
}
#right {
float: right;
width: 200px;
margin: 0;
padding: 0;
}
/*-------------project images--------------*/
#projects {width:750px;}
#projects ul {list-style:none; padding:0; margin:0; margin-top:8px; padding-top:8px; width:200px; position:relative; float:left;}
#projects ul li {display:inline; width:52px; height:52px; float:left; margin:0 0 5px 5px;}
#projects ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #000;}
#projects ul li a img {display:block; width:50px; height:50px; border:0;}
#projects ul li a:hover {white-space:normal; border-color:#ddd;}
#projects ul li a:hover img {position:absolute; left:205px; top:0; width:auto; height:auto; border:1px solid #000;}


/*---------nested lists-----------*/

#nesty {
	font-size: 140%;
	padding-top: 8px;
	}

#nesty ul {
	list-style-image: url(http://www.geocities.com/eben.howard/button.gif);
	list-style-position: outside;
	padding-top: 5px;
	}

#nesty li ul {
	font-size: 90%;
	color:green;
	}

#nesty li ul li {
	color:black;
	font-size: 80%;
	}

/* -----------footer--------------------------- */
#footer {
clear: both;
background-color: #339900;
border-top:1px solid #ffffff;
border-bottom:1px solid #ffffff;
padding:0px;
text-align:center;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
margin: 0px;}
