/******************************************************************************
 * Main page elements
 *****************************************************************************/

body
{
	background-color : white;
	color : #1f5b3b;
	font-family : arial;
	font-size : 10pt;	
	height:100%;
	margin: 0px;
	padding: 0px;		
}

div.logo
{ 
	width : 100%;
	height: 128px; 
	background-image: url(images/logo_repeat.jpg);
	border-top: solid 3px gray;
	border-bottom: solid 3px gray;	
}

div.nav
{	
	height: 20px;
	width : 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: solid 3px gray;
}

div.main
{
 	left: 20px;
	right: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	height: 100%;	
}

span.navitem
{
	font-size : 9pt;
	padding-left : 15px;
	padding-top: 15px;	
}

span.counter
{
    margin-top: 10px;
}

img.floatright
{	
	float: right;
}

img.floatleft
{	
	float: left;
}


 /*for mozilla as IE treats height as min-height anyway*/
html>body #outer{height:auto;}


/******************************************************************************
 * Headers
 *****************************************************************************/

h1
{
	font-size : 14pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom : 18px;
	color: #336699;
}

h2
{
	font-size : 11pt;
	margin-top: 12px;
	margin-bottom: 6px;
	padding-left : 10px;
	padding-top: 6px;
	padding-bottom : 6px;
	color: #336699;
	border-top: 2px solid gray;
}

h3
{
	font-size : 10pt;
	margin-top: 12px;
	margin-bottom: 6px;
	padding-left : 10px;
	padding-top: 6px;
	padding-bottom : 6px;
	color: #336699;
}


/******************************************************************************
 * Tables
 *****************************************************************************/

table
{
 	border-spacing : 10px;
}

th
{
	border-top : 2px solid gray;
	border-bottom : 2px solid gray;
	color: #336699;	
}

/******************************************************************************
 * Anchors
 *****************************************************************************/

a 
{
	text-decoration: none;
	font-weight: bold;
	color : #336699;	
}

a:visited 
{
	text-decoration: none; 
	color : #336699;
}

a:hover 
{
	text-decoration: underline;
}

a.menu 
{
	padding-left: 5px;
}

a.menu:hover 
{
	text-decoration: underline;
}


/******************************************************************************
 * other stuff
 *****************************************************************************/

li
{
	padding-bottom : 10px;
}

span.updateheader
{
	font-style : italic;
}

span.updatebody
{
	padding-left : 10px;
}	

