
#clear {clear: both; margin: 0px} 

body
	{
	background-color: #5B8754;
	margin: 0;
	padding:0px!important; /*this padding hack fixes things */
	padding:0px 0px 0px 1px;
	text-align: center;
	} 


.MyHeader
	{
	background-color: #b0c7ad;
	background: url(/images_ssi/header_bg.jpg) repeat-x;
	padding: 0;
	text-align: center;
	width: 100%;
	}

.MyMenu
	{
	background-color: #5b8754;
	/*height: 116px;*/
	padding: 0;
	text-align: center;
	width: 100%;
	}

.MyContent
	{
	background: url(/images_ssi/bg.jpg) repeat-y;
	background-position: top center;
	text-align: center;
	width: 100%;
	/* right */
	}

.MyContentActual
	{
	background: url(/images_ssi/content_bg.jpg) no-repeat;
	background-position: top left;
	background-color: white;
	margin: 0 auto;
	padding: 0 0 50px 0;
	text-align: center;
	width: 822px;
	}

.MyFooter
	{
	background-color: #5B8754;
	background: url(/images_ssi/footer.jpg) no-repeat; 
	background-position: center top;
	bottom: 0;
	font-family: Verdana;
	font-size: 0.6em; 
	margin: 0 auto 100px auto;
	padding: 10px 0 0 0;
	text-align: center;
	width: 900px; 
	height: 70px;
	}



p
	{
	color: black;
	font-family: Verdana;
	font-size: 0.8em; 
	line-height: 1.4em;
	margin: 0 0 15px 0;
	text-align: left;
	}

/* ANCHORS */

a
	{
	color: #346633;
	font-weight: bold;
	text-decoration: none;
	}

a:hover
	{
	color: #346633;
	text-decoration: underline;
	}



h1
	{
	color: #346633;
	font: normal 1.6em Arial;
	padding: 0;
	text-align: left;
	margin: 0 0 15px 0;
	}

/*CFE6CC*/
h2
	{
	background-color: #e6eee1;
	color: #666;
	font: normal 1.2em Arial;
	padding: 3px 0 3px 10px;
	text-align: left;
	margin: 25px 0 15px 0;
	}

h3
	{
	background-color: none;
	color: #254C77;
	font: normal 1.2em Arial;
	padding: 3px 0 3px 10px;
	text-align: left;
	margin: 25px 0 15px 0;
	}

ul
	{
	text-align: left;
	font-family: Verdana;
	font-size: 0.8em; 
	line-height: 1.4em;
	list-style-type: disc;
	margin-bottom: 1.5em;
	}

ul ul
	{
	font-size: 1.0em; 
	}

ul li, ul ul li
	{
	margin-bottom: 15px;
	}

ol
	{
	text-align: left;
	font-family: Verdana;
	font-size: 0.8em; 
	line-height: 1.4em;
	margin-left: 35px;
	margin-bottom: 1.5em;
	}

ol li
	{
	margin-bottom: 1em;
	}



td
	{
	color: black;
	font-family: Verdana;
	font-size: 0.8em; 
	line-height: 1.4em;
	text-align: left;
	}

