body
{
	color: #000000;
	font-family: 'lucida grande', 'lucida sans unicode', sans-serif;
	background: url(../images/top.gif) left top repeat-x;
	border-top:10px solid #ffffff;
	padding:0px;
	margin:0;
	line-height: 1.6em;
	font-size: 90%;
}

a 
{ 
	color: #000000;
	-webkit-tap-highlight-color: #9de8e8; 
	text-decoration: none;
	background: #ffffff;
}
a:link { }
a:visited { }
a:hover { } 
a:active { }
a img
{
	border: 0;
	background: none;
}
	
	
hr{color:#DBD7D2;background-color:#DBD7D2;border-color:#DBD7D2; height: 0.1em;  }
	
ul,ol,dl{width:80%;margin:0.6em 0 1em 0; padding: 0 0 0 0.5em; }
dt{font-size: 120%;}
		
hr,p,h1,h2,h3{margin:0px;padding:0 0 0.5em 0;border:0px;}
h1,h2,h3{font-family: helvetica, arial, sans-serif; font-weight: bold; color: #1e3c3c; padding:0 0 0.05em; }
	
p{padding-bottom: 1em;}
		
h1{font-size:130%;text-transform: uppercase; letter-spacing: -0.05em;}
h2{font-size:115%;font-weight:normal;}
h3{font-size:100%;font-weight:bold; text-transform: uppercase; }

blockquote { padding: 0 0 0 2px; border-left: 5px solid #ffffff; }
	
input, textarea, select { 
	background: #EDEDED;
	border: 1px solid #ffffff; 
	border-left: 5px solid #ffffff;
	color: #000000; 
	padding: 3px; 
	-webkit-border-radius: 0;
}
label{
	display: block;
}
	
#header
{
	font-size: xx-large;
	text-align: left;
	margin: 10px;
	padding: 2px 0;
}
#header a
{
	background: none;
}
#header p { padding-bottom: 0;}

.navtop 
{ 
	list-style:none;
	text-decoration:none; 
	padding: 0; 
	width: 100%;
	margin: 0 0 1em 0;
}
.navtop li
{
	padding: 0;
	width: 100%;
}
.navtop li.last
{
}
.navtop li a
{
	display: block;
	padding: 2px 10px;
	text-transform: uppercase;
}

.navtop li ul
{
	list-style: none;
	margin: 0;
	font-size: 90%;
	padding: 0;
	width: 100%
}

.navtop li ul a
{
	text-transform: none;
}

#body
{
	padding: 10px 10px 20px 10px;
}

#footer
{
	font-size:80%;
	padding: 10px;
}
	