body {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 font-family: Verdana, arial, helvetica, sans-serif;
 line-height: 1.6em;
 color: #141414;
 background-color: #000000;
 font-size: 85%;
 line-height: 18px;
}
a {
 color:  #FA8710;
 text-decoration: none;
 font-size: 110%;
}
a:hover {
 color: #FF8000;
 text-decoration: underline;
}
a:visited {
 color: #EF7300;
}
#container {
 text-align: left;
 margin: 0px;
 width: 100%;
 padding: 0px;
}
#header {
 width: 100%;
 background: #F0A204 url('http://team100.org/newbanner.gif') top left;
 height: 180px;
 margin: 0px;
 padding: 0px;
}
	div#nav 
{
	position:absolute;
	top: 160px;
	background-color: #000000;
	width:100%;
	margin-bottom: 20px;
	}
div#nav, div#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	float: left;
	
}

div#nav a {
	display: block;
	width: 7em;
	text-align: center;
	margin:0;
	padding: 0.2em;
}
div#nav a, div#nav a:visited	/* menu at rest */
	{
	color: white;
	background-color: #000000;
	text-decoration:none;
	}
	
div#nav a:hover	/* menu at mouse-over  */
	{
	color: #000000;
	background-color: #ff8617;
	}	

div#nav a.parent, div#menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url('http://team100.org/nav_white.gif');
	background-position: right center;
	background-repeat: no-repeat;
	}
		
div#nav li { /* all list items */
	float: left;
	width: 8em; /* width needed or else Opera goes nuts */
	min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
}

div#nav li ul { /* second-level lists */
	position: absolute;
	background: #000;
	color: #fff;
	width: 8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

div#nav li ul ul { /* third-and-above-level lists */
	margin: -1.55em 0 0 8.1em;
}
div#nav li ul.long li a {
	width: 10em;
}
div#nav li ul ul.long a {
	width: 10em;
}

div#nav li:hover ul ul, div#nav li:hover ul ul ul, div#nav li.sfhover ul ul, div#nav li.sfhover ul ul ul {
	left: -999em;
}

div#nav li:hover ul, div#nav li li:hover ul, div#nav li li li:hover ul, div#nav li.sfhover ul, div#nav li li.sfhover ul, div#nav li li li.sfhover ul {
 /* lists nested under hovered list items */
	left: auto;
}

#text { margin: 30px 370px 30px 20px; }
#text h1, h2, h3 {
 margin: 10px 0px;
 background:transparent none repeat scroll 0%;
 border-bottom: 1px solid #AAAAAA;
 color:black;
 font-weight:normal;
 padding-bottom:0.27em;
 padding-top:0.5em;
}
h2 {
 font-family: Georgia, "Times New Roman", serif;
 letter-spacing: 1px;
 margin-bottom: 5px;
 margin-top: 20px;
}
#text h2 a { color:#1B1D1E; text-decoration: none;}
#text h2 a:hover { color:#C23B01;}
#text p { padding:0 0 5px 0;}
#text ul li {list-style:none; margin-left: 0px; padding-left:20px; background:url(images/li.gif) no-repeat 0px 7px;}
#text ol li { margin-left: 20px; }
#sidebar { float:right; width:300px; padding: 0 20px 0 10px; margin: 5px 0 30px 0; font-size:14px;}
#sidebar ul { margin: 0px; padding: 0px;}
#sidebar li { list-style:none;}
#main { float:left; background-color: #FFF; }
div#footer { 
 background: #000000;
 width:100%; 
 clear:both; 
 line-height:20px; 
 background-color:#000;
 font-size: 10px; 
 color: #FFF; 
 font-weight:bold; 
 text-align: center; 
 position:relative; 
 margin: 0px 0px 0px 0px;
 white-space:nowrap;
}
div#footer p {
 margin-left: 0px;
}
div#footer a, #footer a:visited {
 color: #ffffff;
}
div#footer #seal {
 position: absolute;
 top: -130px;
 right: 5px;
}
div#footer #web {
 position: absolute;
 top: -55px;
 right: 5px;
}

.postmetadata { font-size: 10px; margin: 5px 0 0 0;}
.postmetadata small { font-size: 11px;}
.entry p { margin: 5px 0 0 0;}
#searchform { margin: 0;}
#searchform #searchsubmit { width: 30px; height: 21px; border: none; color: #FFFFFF; background-color: #FF6600; font-size:14px; font-weight:bold;}
#searchform #s { width: 150px;}
#commentform #comment { width: 500px;}
#commentform #author, #commentform #email, #commentform #url { width: 250px;}
#commentform #submit { width:140px; height: 21px; border: none; color: #FFFFFF; background-color: #FF6600; font-size:14px; font-weight:bold;}
#commentform p { margin: 5px 0 5px 0;}
#calendar caption { margin: 5px 0 5px 0; text-transform:uppercase; font-size:1.5em; color:#1B1D1E; font-weight:bold; text-align:left;}
#calendar h2 {margin: 0; padding: 0;}
#wp-calendar th {padding-right:10px; text-align:left;}
#wp-calendar td {padding-right:10px;}
.commentlist .alt {}
.commentlist p { margin: 5px 0 10px 0;}
.navigation { margin-top: 20px;}
blockquote { font-style:italic; border-left:3px solid #F4F4F4; padding-left: 5px; margin-left: 20px;}
code { line-height:normal; font-size:12px;}
img { margin: 10px; border: none; }