@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
#header {
	width: 800px;
	height: 190px;
	
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	font-family: "Courier New", Courier, monospace;
	text-align: right;
	line-height: 27px;
	font-weight: bold;
}

#mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	
} 
#footer {
	width: 800px;
	
} 
#mainContent table tr td table {
	text-align: left;
	color: #333;
	font-weight: normal;
	font-size: 16px;
}
#mainContent table tr td table tr td p {
	color: #598b73;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif
}
#sidebar1 table {
	text-align: right;
	font-family: "Courier New", Courier, monospace;
		color: #5e7491;
	font-weight: bold;
}
a:link {
	color: #5E7491;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #636;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#mainContent table tr td table tr td form fieldset {
	font:"Courier New", Courier, monospace;
	color: #598b73;
	font-size:90%;
}
about {
	text-align: left;
}
#mainContent table tr td div p {
	color: #598b73;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#mainContent table tr td div blockquote div {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333
}
#mainContent table tr td div blockquote p {
	font-family: Courier New, Courier, monospace;
	font-size:large;
	font-weight: bold;
}
#mainContent table tr td div blockquote div table tr .MsoTableGrid {
	font-family: Georgia, "Times New Roman", Times, serif;

	color:
	#333
}
#mainContent table tr td table tr td p {
}
#mainContent table tr td table tr td form fieldset {
	font-family: Georgia, "Times New Roman", Times, serif;

}
#mainContent table tr td div blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.vendor {
	font-family: Georgia, "Times New Roman", Times, serif;

}
#mainContent table tr td div blockquote div table tr td table tr td p {
	font-family: Georgia, "Times New Roman", Times, serif;

}
#mainContent table tr td div blockquote div table tr td div p a {
	font-family: Georgia, "Times New Roman", Times, serif;

}
#mainContent table tr td div blockquote div table tr td {
	font-family: Georgia, "Times New Roman", Times, serif;

}


#container #footer table tr td a {
	font-size: 94%;
	font-family: Georgia, "Times New Roman", Times, serif
}

#container #footer table tr td {
	color: #999;
	font-family: Georgia, Times New Roman, Times, serif;
}
#container #footer table tr td div {
	font-size: 80%;
}

#contact form {
	margin-top: 1em;
}

legend {
	display:none;
}

label {
	display:block;
	font-size:0.9em;
	text-transform:uppercase;
}

label span {
	font-size:0.9em;
	font-style:oblique;
	color:#333;
	text-transform:none;
}

fieldset input, fieldset textarea {
	font:0.8em/1.5 Arial, Helvetica, sans-serif;
	width:98%;
	border: 1px solid #333;
	margin-bottom:1.25;
}

fieldset input {
	height:1.6em;
}

fieldset input:focus, fieldset textarea:focus {
	border: 1px solid #ff8000;
}
