body
{
	margin: 0;
	padding: 0;
	background: #1d618e;
	font: 11px "Verdana", "Arial", "Helvetica", Sans-serif;
}


div.nav
{
    max-width: 1000px;	
	text-align: center;
	background: #BFAE9E;
	font-size: 13px;		
}

div.nav a
{
	text-decoration: none;
	font: inherit;
	cursor: pointer;
	color: #1d618e;	
}

div.nav a:hover 
{
	color: white; 
	font: bolder;
}

div.content
{
	padding: 1px;
	color: white;
	min-width: 600px;
    max-width: 1000px;
	background: #1d618e;	
}


h1
{
	font-size: 16px;
	background: transparent;
	margin-top: 1px;
	margin-bottom: 8px;
}

h2
{
	font-size: 14px;
	background: transparent;
	margin-top: 1px;
	margin-bottom: 3px;	
}
h3
{
	font-size: 13px;
	background: transparent;
	margin-top: 1px;
	margin-bottom: 3px;	
}

div.content p
{
	line-height: normal;
	margin-top: 1px;
	margin-bottom: 8px;		
}

div.content a, div.content a:link, div.content a:active, div.content a:visited
{
	color: blue;
	background: transparent;
	text-decoration: none;
	font: inherit;
}

div.content a:hover
{
	color: navy;
	background: transparent;
	font: inherit;
}

.noline 
{ 
	border : none;
	text-decoration : none;
} 


div.footer
{
	text-align: center;
	color: #BFAE9E;
	background: transparent;
	margin-top: 1px;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
}


div.footer a, div.footer a:link, div.footer a:active, div.footer a:visited
{
	color: white;
	background: transparent;
	text-decoration: none;
}

div.footer a:hover
{
	color: red;
	background: transparent;
}

div.bannerlinks
{
	margin-top: 1px;
	text-align: center;
	background: transparent;
}

div.kw 
{
	margin-top: 3px;
	text-align: center;
	font-size: 9px;
	line-height: 9px;		
	color: #BFAE9E;
	background: transparent;
}
