html {
	overflow-y: scroll;
	overflow:-moz-scrollbars-vertical;
}

body {
	margin: 1em;
	font-family : verdana, sans-serif;
	font-size: 76%;
	color: #4E4E4E;
	background: #B6CA6A;
}

h2
{ 
	margin: 0.5em 0em 0em;
	font-size: 1.18em;
	color: #040; 
  }
 
 h3, h4
 {
 	color: #020; 
 }
 
p, li
 {
	line-height: 140%;
}
 
#header 
{
	background: url(images/BikeShedHeader.jpg);
	height: 106px;
	width: 909px;
	margin: 0 auto;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #444;
}
#header span
{
	display: none;
}

#PageContent 
{
	background: white; 
	border-left: 1px solid #888; 
	border-right: 1px solid #444; 
	border-bottom: 0px; 
	width: 877px; 
	margin: 0 auto;
	padding: 16px;
	padding-top: 46px;
	min-height: 600px;
}

#Footer
{
	background: white;
	border-left: 1px solid #888;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	width: 877px;
	margin: -12px auto 0px;
	padding: 4px 16px;
	font-size: 80%;
	color: #555;
	text-align: right;
	min-height: 1em;
} 

#navcontainer
{
	width: 909px;
	margin: 0 auto;
	background: white;
	border-left: 1px solid #888; 
	border-right: 1px solid #444; 
	padding-top: 26px;
	background: #ccc;
}


#navlist
{
	position: relative;
	width: 100%;
	height: 1.27em;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999;
	white-space: nowrap;
	font-size: 130%;
}

#navlist
{
	float: none;
	clear: both;
width: 100%;
margin: 0;
padding: 0;
border-bottom: 1px solid #999;
white-space: nowrap;
font-size: 130%;
}

#navlist li
{
float: left;
margin: 0 0 0 16px;
list-style-type: none;
}

#navlist li a
{
position: relative;
width: auto;
display: block;
margin: 0;
padding: 1px 0.4em;
color: black;
font: normal 0.85em/120% Verdana, Arial, Helvetica, sans-serif;
text-align: center;
text-decoration: none;
}

#navlist li a:hover
{
color: #00c;
text-decoration: underline;
}

#navlist li#active a
{
font-weight: bold;
color: black;
}

#navlist ul#subnavlist
{
position: absolute;
width: 100%;
left: 0;
top: 1.40em;
height: 1.15em;
margin: 0;
padding: 0;
white-space: nowrap;
border-bottom: 1px solid #aaa;
}

#navlist ul#subnavlist li
{
margin: 1px 6px 1px 12px;
border: 0px;
}

#navlist ul#subnavlist li a
{
width: auto;
padding: 0.06em 0.2em;
border: 0;
background-color: transparent;
color: #111;
font: normal normal 0.76em/110% Verdana, Arial, sans-serif;
}

#navlist ul#subnavlist li a:hover
{
color: #00c;
text-decoration: underline;
font-weight: 400;
/* IE5/Mac disappearing item fix */
}

#navlist ul#subnavlist li#subactive a
{
font-weight: bold;
color: black;
}

* html > body #navlist, * html > body #navlist ul#subnavlist
{
width: 600px;
/* IE5/Mac fixed width fix */
}

#PageContent form
{
	margin: 1em;
}

#PageContent .ErrorMessage
{
	margin: 1em 0em;
	padding: 1em;
	width: 31em;
	border: 1px solid #A44;
	font-weight: bold;
	color: #800;
}

#PageContent form fieldset
{
	margin-bottom: 1em;
	padding: 1em 1em 0em 1em;
	width: 35em;
}

.InputRow 
{
	float: none;
	clear: both;
	display: block;
	margin: 0.5em 0em 1.5em;
	line-height: 110%;
}
.InputRow label
{
	display: inline;
	clear: left;
	width: 11em;
	float: left;
}

.InputRow .Text
{
	width: 20em;
}

ul li
{
	margin-bottom: 0.5em;
}


.PictureGallery {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 1em;
}
.PictureGallery ul 
{
	list-style-type : none;
	padding: 1em;
	margin: 0em;
}

.PictureGallery ul li
{
	float: left;
	display: block;
	background: white;
}

.PictureGallery ul li a
{
	margin: 10px;
	padding: 0px;
}

.PictureGallery ul li a img
{
}


/*
	DocumentList Support
*/

#StandardList p
{
	display: inline;
}

#StandardList table
{
	width: 100%;
	border: 0px;
	margin-top: 0px;
}

#StandardList table tr
{
}

#StandardList table td.Icon
{
	width: 40px;
	padding: 5px;
}

#StandardList table td.Text
{
	width: 95%;
	border: 0px;
	font: normal 12px/16px arial, verdana, sans-serif;
}

#StandardList .FileSize
{
	font: normal 10px/16px arial, verdana, sans-serif;	
}

#DownloadLogos_d922085f84ef425f819d0fdec79250b5 table
{
	border: 1px solid #CCC;
}

.Announcement 
{
	clear: both;
	border: 1px solid #A00;
	padding: 0.5em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2em;
}