/* pedalthepeaks style sheet */
body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header
{
background:#769339;
height:20px;
width:769px;
}
#body
{
background-color:#769339;
width:769px;
text-align:left;
border-bottom:1px solid #fff;
}
#footer
{
background:#808000;
height:50px;
width:769px;
}
div.title
{
margin-top:20px;
background:#000;
height:50px;
text-align:left;
padding-left:10px;
}
div.base
{
margin-top:35px;
background:#000;
height:50px;
text-align:left;
padding-left:10px;
}
h1
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
		padding-left: 2px;
	padding-right: 2px;
}
h2
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
		padding-left: 15px;
	padding-right: 2px;
}

.standardcopy
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	padding-left: 15px;
	padding-right: 25px;
}
.copyright
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	padding-left: 5px;
}
        A		{ color: #fff; text-decoration: none;} 
	A:link		{ color: #fff; text-decoration: none; } 
	A:visited	{ color: #fff; text-decoration: none; } 
	A:active	{ color: #fff; text-decoration: none;} 
	A:hover		{ color: #0000ff; text-decoration: none;}


	A:link.home		{ color: #fff; text-decoration: underline; } 
	A:visited.home	{ color: #fff; text-decoration: underline; } 
	A:active.home	{ color: #fff; text-decoration: underline;} 
	A:hover.home		{ color: #0000ff; text-decoration: underline;}


/* end pedalthepeaks style sheet */






