	body {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		background: #ccc ;
		color: #333; 
		}

	body, p, div, td {
		font-family:verdana, arial, sans-serif; 
		font-size: 11px; 
	}

	#wrapper {
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		border: solid 1px #ccc;
		width: 900px;
	}

	
	#header {
 		border-bottom:     0px solid #aaa;
		padding: 6px 20px 12px 20px;
		background: #eee;
		border-bottom: solid 1px #ccc;
	}
	
	#header h1 { 
		font-family: verdana, arial; 
		color: #003366; 
		font-weight:bold;	
		font-size: 16px;
		}

	#content
	{
		padding: 3px 20px 20px 20px;
		background: #fff ;
		color: #333; 
	}
	
	#footer {
		padding: 6px 20px 6px 20px;
		background: #eee;
		border-top: solid 1px #ccc;
		font-family:verdana, arial, sans-serif;
		color:#333;
		font-size:11px;
		font-weight:normal;
	}

	A 			{ color: #003399; text-decoration: none; } 
	A:link		{ color: #003399; text-decoration: none; } 
	A:visited	{ color: #003399; text-decoration: none; } 
	A:active	{ color: #000000; text-decoration: underline; } 
	A:hover		{ color: #000000; text-decoration: underline; }

p.warning {
	margin-top: 2em;
	padding: 12px; border: 1px solid red;
}

h1 {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         14px;
 font-weight:       bold;
 color:             #000;
 background:        transparent;
 xborder: solid 1px yellow;
 margin-top:        10;
 padding:           2px 0 2px 0;
}


h2 {
 font-family:       Verdana, Geneva, Tahoma, 'Trebuchet MS', Arial, Sans-serif;
 font-size:         12px;
 font-weight:       bold;
 color:             #00;
 background:        transparent;
 margin-top:        24px;
 padding:           10px 0px 2px 0px;
 border-bottom:     1px solid gray;
}
	
a img
{
	border: 0;
}


#container
{
    MARGIN: 10px 0px 0px 0px;
	text-align: left;
}


p
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

ul.nav-menu {
	margin-top:0;
}

ul.nav-menu li {
		line-height: 160%;
	}

div.top-link {
	font-size: 8pt;
	margin-left: 1em;
}

div#logo {
float: right;
padding-top: 1em
}

@media print {
	#wrapper { border: none }
	ul.nav-menu, div.top-link, .no-print { display: none; }
	
	#header, #footer { 
		background: white;
	}

	body, #content { color: black; }
	h2 { border-bottom:     1px solid black; }

}
