/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, form, fieldset {
	padding: 0;
	border: 0;
	margin: 0;
}
/*start hide from IE mac*/
html {
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}
/*end hide from IE mac*/
body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif, "MS Gothic";
	color:#000000;
	background-color: #FFF;
	margin: 20px 0px 10px;
	padding: 0px;
	background-image: url(../images/bg_sec.gif);
	background-repeat: repeat-x;
	position: static;
}
#wrapper {
	width: 99%;
	margin: 0px;
	padding: 0px;
}
#sidebar {
	float: left;
	width: 200px;
	margin: 0px -3px 0px 0px;
	padding: 0px;
}

#logo {
	margin: 0px;
	padding: 0px;
}
#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	font-size: 110%;
	font-weight: bold;
	background-image: url(../images/dna.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	height: 300px;
	padding: 30px 0px 0px;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/line_menu.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#menu ul li {
	padding: 5px 0px;
	margin: 0px;
	background-image: url(../images/line_menu.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
	color: #2b6008;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #8BB726;
	text-decoration: none;
}
#container {
	margin: 0px 0px 0px 200px;
	padding: 0px;
}
#category {
	background-color: #f2f8e6;
	width: 550px;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: 100% top;
	padding: 0px;
	margin-right: 0px;
	margin-left: -3px;
}
#category h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	background-image: url(../images/line_subheading.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 7px 10px 1px 0px;
	font-size: 130%;
	color: #009933;
	text-transform: uppercase;
	background-position: 100% bottom;
}
#content {
	background-color: #f2f8e6;
	width: 470px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -3px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#content p {
	padding: 0px;
	margin: 5px 0px 10px;
}
#content a, #content a:link, #content a:visited {
	color: #C08805;
	text-decoration: none;
}
#content a:hover {
	color: #2b6008;
	text-decoration: underline;
	background-color: #C0E170;
}
#content table {
	font-size: 90%;
	margin: 20px;
	padding: 0px;
	width: 430px;
}
#content th {
	font-weight: bold;
	background-color: #c0e170;
	margin: 0px;
	padding: 3px;
}
#content td {
	background-color: #ECF4D9;
	margin: 0px;
	padding: 2px;
}
#content h2 {
	margin: 10px 0px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	color: #009933;
	background-image: url(../images/line_subheading.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 0px 2px;
}
#content h3 {
	margin: 10px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 99%;
	padding: 0px;
	color: #DF9E06;
}
#footer {
	background-color: #C0E170;
	width: 550px;
	text-align: center;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: 100% bottom;
	border-top: 2px solid #FFFFFF;
	font-size: 80%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -3px;
}
#footer a, #footer a:link, #footer a:visited {
	color: #2b6008;
	text-decoration: underline;
	background-color: #C0E170;
}
#footer a:hover {
	color: #95C428;
	text-decoration: none;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
                                           
