@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #949496;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	background-color: #FEB005;
	border: thin solid #000000;
}
#banner {
	height: 100px;
	margin-top: 10px;
}
#topnav {
	background-color: #003403;
	padding: 10px;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#topnav ul {
	margin: 0px;
	padding: 0px;
}
#topnav li {
	list-style-type: none;
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}
#topnav a {
	color: #FECE02;
	text-decoration: none;
}
#topnav a:hover {
	color: #FF0000;
}
#central {
	border: 1px solid #002100;
}
#sidenav {
	width: 150px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FEB005;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidenav  ul {
	margin: 0px;
	padding: 0px;
}
#sidenav li {
	list-style-type: none;
}
#sidenav a {
	font-size: medium;
	color: #003403;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.5em;
}
#sidenav a:hover {
	color: #B70000;
}
#main {
	float: right;
	width: 590px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	height: 600px;
}
#productleft {
	float: left;
	width: 280px;
	padding: 10px;
	text-align: left;
}
#productleft ul {
	margin: 0px;
	padding: 0px;
}
#productleft li {
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: none;
}
#productleft a {
	font-weight: bold;
	color: #003403;
	text-decoration: none;
	font-size: 120%;
}
#productleft a:hover {
	color: #CC0000;
}


#productright {
	float: right;
	width: 270px;
	padding: 10px;
	text-align: left;
}
#productright ul {
	margin: 0px;
	padding: 0px;
}
#productright li {
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: none;
}
#productright a {
	font-weight: bold;
	color: #003403;
	text-decoration: none;
	font-size: 120%;
}
#productright a:hover {
	color: #CC0000;
}



#Footer {
	clear: both;
	font-size: small;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #003403;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #FEB005;
}
#footernav {
	margin: 0px;
	padding: 10px;
	text-align: center;
}

#footernav li {
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
	list-style-type: none;
}
#footernav ul {
	margin: 0px;
	padding: 0px;
}
#footernav a {
	color: #FEB005;
	text-decoration: none;
}
#footernav a:hover {
	color: #990000;
}
.style1 {
	font-size: medium;
	font-weight: bold;
}
