body	{
		font-family: Arial, Helvetica, sans-serif;
		margin:0;
		padding:0;
		}

h1, h2, h3 {
		color:#335;
		background-color:transparent;
		margin-bottom:0;
		padding-bottom:0;
		}
		
h1		{
		border-bottom:1px #999 solid;
		margin-top:0;
		}

p		{
		margin-top:0;
		}

#header {
		background:#3a3a47 url('/site/templates/petergray/header_bg_fill.png');
		height:122px;
		width:100%;
		border-bottom:3px #2a2a37 solid;
		}
		
#header h1	{
		border:none;
		}
		
a img		{
		border:none;
		}
		
.search_box 	{	
		font-size: 100%;
		font-weight: bold;	
		color: #009;	
		text-align: center;
		position:absolute;
		top:0;
		right:0;
		padding: 10px 1em 10px 1em;
		}

.search_string 	{
		width: 100px;
		height: 16px;
		border:1px #006 solid;
		font-size: 100%;
		vertical-align: middle;
		}

.search_submit 	{
		color:#fff;
		background-color:#7eadba;
		border:1px #fff solid;
		vertical-align: middle;
		}

#crumbs	{
		border-bottom:1px #778 solid;
		background-color:#fff;
		}

#crumbs p	{
		margin:0;
		padding:0 1em;
		font-size:90%;
		}

#main	{
		background: #f9f9f4 url('/site/templates/petergray/bgimage2.png') top left repeat-y;
		}

#nav	{
		float:left;
		padding:0 10px 10px 10px;
		width:180px;
		}
		

#nav ul 	{
		margin:0px;
		font-size:0.95em;
		text-align:left;
		color:#000;
		}

#nav ul, #nav li {
		list-style: none;
		}
		

#nav ul ul 	{
		padding-left: 8px;
		background-color:transparent;
		border:none;
		font-size:100%;
		}

.here		{
		color:#999;
		}

#nav ul ul li.here	{
		text-decoration:underline;
		margin-left:1em;
		}
		
		
		
#nav ul ul li	{
		list-style-image: url('/site/templates/petergray/below.png');
		margin-left:1em;
		}

#nav ul	{
		margin:0;
		padding:0;
}

#nav h2	{
		font-size:120%;
		border-bottom:1px #999 solid;
}

#text	{
		margin-left:200px;
		padding:1em;
		background-color:#f9f9f4;
		}

#footer	{
		border-top:1px #778 solid;
		padding:1em;
		clear:both;
		text-align:center;
		background-color:#fff;
		}

#footer p	{
		font-size:90%;
		}


a:link, a:visited, a:active {
		color: #009;	
		text-decoration: none;
		}

a:visited 	{
		color:#808;
		}

a:hover 	{
		color: #900;
		text-decoration: underline;
		}
		
a.here		{
		color:#999;
		font-weight:bold;
		}

hr 		{
		margin: 5px 0px 5px 0px;
		color: #306;	
		border: 0;
		border-top: 1px solid #306;
		height: 1px;
		width: 580px;
		}

form 		{
		margin: 0;
		}

.login_table 	{
		border: 1px solid #D0D0D0;
		margin-top: 20px;
		margin-bottom: 5px;
		text-align: center;
		padding-bottom: 3px;
		}

.login_table h1 {
		color: #660033;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		text-align: center;
		margin: 5px 0px 5px 0px;
		}

.login_table input {
		text-transform: uppercase;
		font-size: 10px;
		margin: 5px 0px 1px 0px;
		width: 100px;
		}

blockquote 	{
		border:1px #330 solid;
		margin-top:10px;
		padding:1em;
		background-color:#d1c37e;
		color:#330;
		font-family:Georgia,"Times New Roman", Garamond, serif;
		font-style:italic;
		}


.powered_by 	{
		text-align: center;
		font-size: 80%;
		padding: 15px;
		}
