html, body 		{ margin: 0; padding: 0; }
body 			{ color: #333; font: 11px Trebuchet MS, sans-serif; line-height: 18px; }
h2			{ color: #333; }
a			{ color: #337810; }
p			{ margin: 0 0 18px; }
#container		{ width: 900px; margin: 0 auto;}
#wrapper		{ float: left; width: 100%; }

/* Header */

#header			{ background: #ffffff; border-bottom: 2px solid #990000; }
#header h1  		{ color: #004b6f; margin: 0 0 3px; padding: 24px 18px 15px; }
#header p		{ color: #666; font-size: 11px; font-weight: bold; padding: 0 18px; }
	
/* Content Style */

#navigation		{ padding: 3px 0 0; border-bottom: 1px solid #ccc; font: 14px Trebuchet MS, sans-serif;}
#content		{ padding: 1px 0 0 }
#content p	 	{ padding-right: 18px; }
		
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */

#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}

#navigation a {
font-size: 90%;
display: block;
border-width: 1px;
border-style: solid;
border-color: #990000;
margin: 0;
padding: 0.4em 0 0.4em 0.5em;
}


#navigation a {
color: #ffffff;
background: #CC6666;
text-decoration: none;
}

#navigation a:hover {
color: #ffffff;
background: #990000;
}

#navigation li {position: relative;}

#navigation ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#navigation ul ul,
div#navigation ul li:hover ul ul
{display: none;}

div#navigation ul li:hover ul,
div#navigation ul ul li:hover ul
{display: block;}

		
/* Content Positioning & Size */

#navigation		{ float: left; margin-left: -900px; width: 150px; background: #FFFFFF; }
#belowmenu		{ float: left; margin-left: -900px; margin-top: 425px; width: 150px; background: #FFFFFF; }
#belowmenu ul		{ list-style: none; }
#content		{ margin: 0 50px 36px 160px; }
#content ul		{ list-style: none; }
#footer			{ background: #333; border-bottom: 2px solid #999; clear: left; width: 100%; font-size: 50%;}
#footer a		{ color: #eee; }
#footer	p		{ color: #ccc; margin: 0; padding: 0 18px 10px; }
#footer ul		{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }
		
/* ============floats images to right or left ============*/
.imgrgt 		{ float: right;	padding: 7px; }
.imglft 		{ float: left;	padding: 7px; }


