html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	font-family: Arial, sans-serif;
	font-size: 80%;
	text-align: center; 
	margin: 0;
}

table, td {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

ul li {
	list-style-image: url('images2/bullet.gif'); 
	font-size: 100%;
}

hr {
	background-color: #5fb226; 
	color: #5fb226; 
	height: 1px; 
	width: 100%;
}

img {
	border: none;
}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c0c0c0; 
	padding: 2px;
	margin: 2px 0; 
	font-size: 100%;
	font-family: Arial, sans-serif;
}

.imageleft {
	margin: 3px 10px 2px 0px; 
	float: left; 
	border: 3px double #c0c0c0;
}

.imageright {
	margin: 3px 0px 2px 10px; 
	float: right; 
	border: 3px double #c0c0c0;
}

a:link  {
	color: #5fb226; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #5fb226; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #b1b1b1; 
	text-decoration: underline; 
	font-weight: bold;
}

a:active {
	color: #5fb226; 
	text-decoration: none; 
	font-weight: bold;
}

.sidebar a:link  {
	color: #909090; 
	text-decoration: none; 
	font-weight: bold;
}

.sidebar a:visited {
	color: #909090; 
	text-decoration: none; 
	font-weight: bold;
}

.sidebar a:hover {
	color: #5fb226; 
	text-decoration: underline; 
	font-weight: bold;
}

.sidebar a:active {
	color: #909090; 
	text-decoration: none; 
	font-weight: bold;
}

h1 {
	font-family: Georgia, Times, serif; 
	color: #3f8511; 
	text-align: left; 
	font-size: 22px; 
	font-weight: bold;
	margin: 0 0 20px 0; 
}

h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #2a6800; 
	text-align: left; 
	font-size: 18px; 
	font-weight: normal; 
}

h3 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #5fb226; 
	text-align: left; 
	font-size: 14px;
	font-weight: bold; 
}

h4 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	font-size: 16px;
	font-variant: small-caps;
	letter-spacing: 2px;
	font-weight: bold; 
	color: #3f8511;
	margin: 10px 0 5px 0;
}


h5, h6 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	letter-spacing: 1px; 
	color: #a0a0a0; 
}

.wrapper {
	width: 750px; 
	background: #fff url('images2/background.png');
	color: #000; 
	text-align: left;
	margin: 0 auto;
}

.global {
	background: #fff url('images2/globaltop.png') no-repeat;
	height: 70px;
	text-align: left;
	padding-left: 20px;
}

.maintext {
	font-family: Arial, sans-serif; 
	width: 500px;
	color: #000000;
	text-align: justify;
	vertical-align: top;
	padding: 0 15px 0 10px;
}

.sidebar {
	width: 250px;
	color: #000000; 
	text-align: left; 
	vertical-align: top; 
	padding: 0 15px; 
	font-size: 90%;
	border-right: 1px dotted #c0c0c0;
}

.searchbox {
	text-align: center;
}

.footer {
	background-image: url('images2/footerbg.png');
	text-align: center;
	letter-spacing: 2px;
	font-size: 90%;
	height: 80px;
}

.customtop {
	text-align: left;
	padding: 4px;
	background-color: #909090; 
	color: #fff; 
	font-weight: bold;
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
	width: 50%;
}
.customtext {
	text-align: left;
	padding: 4px;
	font-size: 90%;
	vertical-align: top;
	line-height: 18px;
	border-right: 1px dotted #c0c0c0;
	border-left: 1px dotted #c0c0c0;
}

.customtext ul {
	margin-bottom: 0;
}

.textleft {
	text-align: left;
}

.subsection {
	vertical-align: top;
	width: 155px;
	text-align: left;
	padding: 0 2px;
	font-size: 90%;
}

.subsection p {
	padding: 0 2px;
	border-left: 1px solid #c0c0c0;
}

.twocolumn {
	vertical-align: top;
	width: 237px;
	text-align: left;
	padding: 0 5px;
	font-size: 90%;
	border: 1px dashed #c0c0c0;
}

.catalog {
	width: 237px;
	text-align: center;
	padding: 5px;
	font-size: 90%;
	border: 1px dashed #c0c0c0;
}

.catalogmain {
	width: 100%;
	text-align: center;
}

.catalogmain p {
	margin: 0;
}