html, body { margin: 0; padding: 0; 
	}
body 	{ color: #333; 
	}
h1 { color: RED; margin: 0px 5px 10px 10px;
   font-family: Georgia; font-size: 18px; font-weight: bold; font-style: italic; 
	}							
h2 { color: RED; margin: 0px 5px 10px 10px; 
	font-family: Trebuchet, Verdana, Arial, sans-serif;
	font-size: 12px; line-height: 16px;
	font-style: normal; font-weight: bold;
	border-bottom: 2px solid SILVER;
	border-top: 2px solid SILVER;
	padding: 5px; 
	}
h3 { color: BLUE; margin: 15px 5px 10px 10px; 
	font-size: 12px; line-height: 16px;
   font-family: Georgia, serif; font-style: normal;
   font-weight: bold; font-variant: small-caps; 
	}
h4 { color: PURPLE; 
   margin: 20px 5px 10px 10px; 	
   font-size: 12px; font-family: Trebuchet; 
	text-indent: 0px;
	}
a	{ color: GREEN; text-decoration: none; 
	}
p	{
	color: BLACK;
	margin: 0px 10px 10px 10px;
	font-family: Times New Roman, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	}
address {
	color: BLACK;
	margin: 0px 5px 10px 10px;
	font-family: Times New Roman, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	border-left: 5pt solid SILVER;
	padding: 10pt;
	}
#extra p {
	color: BLACK;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	text-indent: 0px;
	margin: 0px 5px 5px 10px;
	}
#wrapper	{ float: left; width: 100%; 
	}

/* Header */
#header	{ background: black; border-bottom: 5px solid silver; 
	}
#header h1  { color: SILVER; margin: 0px 0px 0px 0px; 
	padding: 0px, 0px, 0px, 0px;
	}
#header p {
	color: SILVER; font-size: 14px; font-weight: bold; font-style: italic; 
   padding: 0px 0px 0px 0px;
	}
		
/* Navigation - Column 3 */
#navigation	{
	float: left; margin-left: -200px; width: 170px;
	}	
#navigation {
	border-bottom: 0;
	}
#navigation ul	{ 
	list-style: none; color: GREEN; 
	margin: 0px 5px 30px 35px;
	font-family: Times New Roman, serif; 
	font-weight: bold; font-size: 14px; 
	line-height: 25px;
	}
#navigation a {
	text-decoration: none; 
	}

/* Calendar - Column 1 */					
#extra {
	border-right: 2px dashed SILVER;
	float: left; width: 182px; margin-left: -100%;
	}
#extra {
	border-bottom: 0; 
	}

/* Content - Column 2 */
#content	{
	margin: 0px 200px 0px; 
 
   border-right: 2px dashed SILVER;
	}

#content p {
	text-indent: 25px; 
	}
#content li {
	color: BLACK;
	margin: 0px 10px 10px 10px;
	list-style: none;
	font-family: Times New Roman, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	}
	
/* Footer */
#footer {
	background: black; border-bottom: 5px solid SILVER; 
   clear: left; width: 100%; 
	}
#footer a {
	color: silver; 
	}
#footer p {
	color: silver;  
	text-align: center;
	font-size: 11px;
	margin: 0px 0px 10px 0px; 
	}
#footer ul {
	border-bottom: 1px DASHED SILVER;
	list-style: none;
	margin: 10px 0px 10px 0px;
	text-decoration: underline;
	text-align: center; 
	}
#footer li		{
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	font-size: 9px;
	font-weight: normal;
	padding-right: 8px;
	color: silver;
	}