body, h1, h2, p, div
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	color: #000;
}

a:link {color: #039; text-decoration: underline; font-weight:bold; font-size: 11px;}
a:visited {color: #039; text-decoration: underline; font-weight:bold; font-size: 11px;}
a:hover {color: #039; text-decoration: underline; background: #eee; font-weight:bold; font-size: 11px;} 
a:active {color: #039; text-decoration: underline; font-weight:bold; font-size: 11px;}

body 
{
	background : #fff;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: small;
}

h1
{ 
	font-size: small;
	text-align:left; 	
	color: #fff;  
	font-weight:normal;
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	margin: 0px;
	line-height: 100%;
}

h2
{ 
	font-size: x-small; 
	text-align:left; 
	color: #039;  
	font-weight:bold; 
	margin-bottom: -5px;
	line-height: 100%;
}

h3
{ 
	font-size: x-small;
	text-indent: 5px;
	color: #039; 
	text-align: left; 
	font-weight: bold;
	margin-bottom: -4px; 
}

p	{
	text-indent: 4px;
	font-size: 11px;
	line-height: 130%;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;	
}

p.nav	{
	font-size: 10px;
	text-align: right;
	line-height: 110%;
	padding: 3px;
	padding-right: 20px;
}

p.foot	{
	font-size: 11px;
	text-align: center;
	line-height: 110%;
	padding: 10px;
}


.tiny	{
	font-size: 10px;
}
.slogan {
	padding: 2px;
	margin: 4px;
	clear: both;
}

div.navigation {
	margin: -1px;
	height: 20px;
	width: 100%;
	background: #eee;
	padding : 4px;
	border: 1px solid #036;
	border-left: 0px;
	border-right: 0px;	
	
}

div.header {
	padding: 0px;
	margin: 0px;
	height: 60px;
	background: #39c;
}

div.leader {
	width: 728px;
	padding: 5px;
	margin: 0px;
	margin-top: 8px;
	margin-left: 10px;
}

div.content {
	width: 100%;
	margin-bottom: 8px;
	clear: both;
}

div.foot {
	width: 100%;
	margin-top: 15px;
	border-top: 3px double #06c;	
	
}

div.buffer {
	margin : 5px;
}

div.lhead {
	float: left;
	width : 350px;
	margin-right: 8px;
}

div.rhead {
}

div.lcolumn {
	float: left;
	width : 50%;
	padding-bottom: 10px;
	margin-right: 8px;
}

div.rcolumn {
}

.clear { clear: both; }

