﻿	body {
		color: #000;
		font-size: small;
		font-family: Verdana, Helvetica, sans-serif;
		font-style: normal;
		background-color: #ffffff; }
	
	h1 {	color: black; background-color: white;}
	h2 {	color: black; font-style: italic; vertical-align: text-middle; }
	
	p { font-family: Verdana, Helvetica, sans-serif; font-size: small; color: black; }
	ul { font-family: Verdana, Helvetica, sans-serif; font-size: small; font-weight: bold; }
	td { font-family: Verdana, sans-serif; }
	
	a:link {
		background-color: white;
		color: black;
		text-decoration: none; }
	a:visited {
		background-color: white;
		color: black;
		text-decoration: none; }
	a:hover {
		background-color: #00CC33;
		color: white;
		text-decoration: underline; }
	
	#Banner { float: left; height: 120px; width: 100%; clear: both; } 
	
	#Container { float: left; width: 100%; clear: both; padding-top: 10px; padding-bottom: 5px; background-color: #ffffff; }
	
	#TopNavigation{ display: block; float: left; background-color: #00CC33; width: 100%; padding: 2px 3px 3px 3px; margin: 0px;
				clear: both; color: white; font-size:12pt; font-weight: bold; overflow: hidden; }
	#TopNavigation a { color: white; background-color: #00CC33; text-decoration: none; padding: 5px; border: 1px solid #CA7; } 
	#TopNavigation a:hover { color: #00CC33; background-color: #66FF00; border: 1px solid #ED9; text-decoration: none; }
	#TopNavigation ul { list-style-type: none; width: 100%; margin: 0; padding: 0; }
	#TopNavigation li { float: left; }

	#Content { float: left; width: 74%; background-color: #ffffff; }
	#Content p { text-align: justify;}
	
	#RightSideBar { float: right; width: 24%; font-size: 11pt; background-color: #99FF99; }
	#RightSideBar a { display: block; margin: 0px; background-color: #99FF99; }
	
	#Footer { clear: both; width:100%; color:#00CC33; font-size: 10pt; text-align: left; 
				border-top: 3px double #00CC33; overflow: hidden; }
	#Footer  a:link { color: #00CC33; border-bottom: 1px solid #00CC33; text-decoration: none; } 
	#Footer  a:visited { color: #00CC33; border-bottom: 1px solid #00CC33; text-decoration: none; } 
	#Footer  a:hover { color: white; background-color: #00CC33; border: 1px solid white; text-decoration: none; } 
	#Footer ul { display: block; list-style-type: none; width: 100%; margin: 0px; padding: 0px; text-align:center; }     
	#Footer li { float: left; }
	#Footer li a:link { background-color: #00CC33; color: white; border: 1px solid #ED9; padding: 4px; text-decoration: none; } 
	#Footer li a:visited { background-color: #00CC33; color: white; border: 1px solid #ED9; padding: 4px; text-decoration: none; } 
	#Footer li a:hover { background-color: white; color: #00CC33; border: 1px solid white; padding: 4px; text-decoration: none; } 

	/*
	.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
	.clearfix {display: inline-block;}
	/* Hides from IE-mac \*/
	/* * html .clearfix { height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
	
