/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-color: #000;
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 5px 0;
}

hr {
	background-color: #5e6822; 
	color: #5e6822; 
	height: 1px; 
	width: 100%;
}

img {
	border: none;
}

form {
	margin: 0px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-color: #fff;
	color: #000;
	border: 0px solid #c0c0c0;
	padding: 0px;
	margin: 5px 0;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
}

/* SETS HEADING PROPERTIES */

h1 {
	font-family: Georgia, Times, serif;
	color: #000000;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
}

h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	color: #000000;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
}

h3 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	color: #000000;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
}

h4, h5, h6 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	font-size: 18px; 
	font-weight: normal; 
	color: #000000; 
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

a:link  {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #0033FF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

/* SETS THE CLASS PROPERTIES */

.wrapper {
	width: 750px; 
	background: #fff;
	color: #000; 
	text-align: left;
	margin: 0 auto;
}

.sitename {
	background: #fff;
	color: #8ea447;
	font-family: Georgia, Times, serif;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	height: 85px;
}

.sidebar {
	background-color: #fff;
	color: #000;
	width: 250px;
	padding: 0px;
	vertical-align: top;
	font-size: 90%;
	text-align: left;
}

.sidebarnav {
	line-height: 20px;
}

.maintext {
	width: 500px; 
	padding: 10px 13px; 
	vertical-align: top; 
	text-align: justify; 
}

.catalog {
	width: 50%;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

.footerleft {
	text-align: left;
	background: url('images/footerleft.jpg');
	color: #000;
	font-size: 100%;
	font-weight: normal;
}

.footerright {
	text-align: right;
	background: url('images/footerright2.jpg');
	;
	color: #000;
	font-size: 100%;
	font-weight: normal;
	height: 80px;
}

.imageleft {
	margin: 0px 0px 0px 0px;
	float: left;
	border: 0px double #c0c0c0;
}

.imageright {
	margin: 0px 0px 0px 0px;
	float: right;
	border: 0px double #c0c0c0;
}

.imagecenter {
	margin: 0px 5px; 
	border: 0px double #c0c0c0;
}

