@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.twoColFixLt #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFFFFF;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 137px;
	background-image: url(Images/Logo.jpg);
	background-color: #333;
	height: 700px;
	background-repeat: no-repeat;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 145px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Century Gothic";
	text-align: center;
	font-weight: bold;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLt #container #mainContent h1 {
	font-family: "Century Gothic";
	font-size: x-large;
}
.bold {
	font-family: "Century Gothic";
	font-weight: bold;
	color: #000;
}
.notes {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #333;
}
.underlined {
	font-family: "Century Gothic";
	font-style: normal;
	line-height: normal;
	text-decoration: underline;
}
.table {
	font-family: "Century Gothic";
	color: #FFF;
	background-color: #333;
	font-size: medium;
}
.twoColFixLt #container #mainContent table {
	text-align: left;
	color: #0F0;
}

.navigation {
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: bold;
	color: #0F0;
	background-color: #333;
	display: block;
	padding: 8 px;
	max-width: 137px;
}
.navigation:hover {
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: bold;
	color: #0F0;
	background-color: #CCC;
	display: block;
	padding: 8 px;
	max-width: 137px;
}
.twoColFixLt #container #mainContent div table tr td p font font {
	color: #000;
	text-align: center;
	font-size: 9%;
}
.notes {
	font-family: "Century Gothic";
}
.twoColFixLt #container #mainContent .notes .notes font span {
	font-family: Verdana, Geneva, sans-serif;
}
.twoColFixLt #container #mainContent .notes .notes font span {
	font-family: "Century Gothic";
}
.twoColFixLt #container #mainContent .notes .notes font span {
	color: #666;
}
.twoColFixLt #container #mainContent .notes .notes font span {
	font-family: "Century Gothic";
}
.twoColFixLt #container #mainContent .notes .notes font span {
	font-size: 9px;
}
.signature {
	font-size: x-large;
	color: #333;
	font-family: "Handwriting - Dakota";
}
.lgsignature {
	font-size: xx-large;
	font-family: "Handwriting - Dakota";
	color: #333;
	font-style: normal;
}
.twoColFixLt #container #mainContent table tr td p {
	color: #333;
}
.twoColFixLt #container #mainContent table tr td p {
	color: #333;
	text-align: center;
	font-family: "Century Gothic";
	font-size: small;
	background-color: #CCC;
}
.order {
	font-family: "Century Gothic";
	font-size: medium;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
}

