@charset "utf-8";
.green {
	color: #32B44A;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
}


/* CSS Document */

#container  {
	width: 795px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.image_panel {
	text-align: center;
}

#mainContent  {
	padding: 0 20px;
	background-repeat: no-repeat;
	background-color: #FFF;
}
h3 {
	color: #093;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#m_body {
	padding-left: 20px;
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	border: 3px solid #32B44A;
	color: #000;
}

#header   {
	text-align: center;
	background-image: url(images/23_green_main.png);
	background-repeat: repeat-x;
	padding-bottom: 5px;
}
#m_header {
	background-image: url(images/m_header.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FFE4CA;
}

#footer   {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: smaller;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 755px;
	height: 25px;
	background-image: url(images/m_footer.gif);
	margin-left: 20px;
	background-repeat: no-repeat;
}
.logo_image {
	text-align: left;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	margin-top: 0px;
	padding-right: 20px;
}
li {
	font-size: small;
	margin: 0px;
	padding: 0px;
}
ul {
	margin-top: 0px;
}
.m_lists {
	padding: 0px;
	text-indent: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
