/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

table, td {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

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: Verdana, Arial, sans-serif;
}

/* SETS HEADING PROPERTIES */

h1 {
	font-family: Georgia, Times, serif; 
	color: #52673B; 
	text-align: left; 
	font-size: 22px; 
	font-weight: bold; 
}

h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #6FE13E; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h3 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #756341; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h4, h5, h6 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif Comic Sans MS; 
	font-size: 18px; 
	font-weight: normal; 
	color: #52673B; 
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

a:link  {
	color: #52673B;
	text-decoration: none; 
	font-weight: normal;
}

a:visited {
	color: #52673B; 
	text-decoration: none; 
	font-weight: normal;
}

a:hover {
	color: #de0f23; 
	text-decoration: underline; 
	font-weight: normal;
}

a:active {
	color: #52673B;
	text-decoration: none; 
	font-weight: normal;
}

.navigation a:link  {
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
}

.navigation a:visited {
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
}

.navigation a:hover {
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
}

.navigation a:active {
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
}

.navbottom a:link  {
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
}

.navbottom a:visited {
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
}

.navbottom a:hover {
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
}

.navbottom a:active {
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
}


/* SETS THE CLASS PROPERTIES */

.wrapper {
	width: 750px; 
	text-align: left;
	margin: 0 auto;
}

.header { 
	background-image: url('images/dots_top.gif');
	height: 48px;
}

.navigation {
	background-image: url('images/navbackground.gif');
	font-family: "Comic Sans MS";
	color: #000000;
	font-size: 65%; 
	text-align: right;
	letter-spacing: 1px;
	padding: 0 15px;
	height: 20px;
}

.navbottom {
	background-image: url('images/navbackground.gif');
	font-family: "Comic Sans MS";
	color: #000000;
	font-size: 65%; 
	text-align: center;
	letter-spacing: 1px;
	padding: 0 15px;
	height: 20px;
}

.sidebar {
	background: url('images/background_white.gif');
	color: #000;
	width: 100px; 
	padding: 10px 15px 10px 20px; 
	vertical-align: top; 
	font-size: 90%; 
	text-align: left;
}

.maintext {
	background: url('images/background_white.gif');
	width: 325px; 
	padding: 0px 10px 10px 10px; 
	vertical-align: top; 
	text-align: center; 
}

.maintext2 {
	background: url('images/background_white.gif'); 
	padding: 0px 10px 10px 10px; 
	vertical-align: top; 
	text-align: left; 
}

.bottomtext {
	background: url('images/background_white.gif');
	padding: 0px 10px 10px 10px; 
	vertical-align: center; 
	text-align: center; 
}

.mainwide {
	background: url('images/mainwidebg.jpg');
	width: 750px; 
	padding: 10px 20px; 
	text-align: justify; 
	vertical-align: top; 
}

.footer { 
	background-image: url('images/dots.gif');
	height: 48px;
}

.copyright {
	font-family: "Comic Sans MS";
	text-align: center;
	color: #000000; 
	font-size: 65%; 
	font-weight: normal;
	height: 20px 
}

.space {
	background: url('images/background_white.gif');
	text-align: center;
	font-size: 50%; 
}