body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 910px;
	margin: 0 auto;
	text-align: center;
} 
.twoColFixLtHdr #header {
		margin: 0;
	text-align: center;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #mainContent {
	margin: 0;
	text-align: center;
	padding: 0;
} 
.header2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30pt;
	font-style: normal;
	font-weight: bold;
	color: #4a271e;
	letter-spacing: 9px;
	line-height: 12px;
}

.header3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24pt;
	font-weight: normal;
	color: #4a271e;
}
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}
.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;
	position: relative;
}
.imgleft {
	float: left;
	padding-right: 20px;
}
.h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 45pt;
	font-style: normal;
	font-weight: bold;
	color: #000;
	letter-spacing: 10pt;
}
.menutext2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #4a271e;
	line-height: 30px;
}
.menutext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: 400;
	color: #4a271e;
	line-height: 30pt;
	text-align: center;
}
.footermenutext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #000;
}
.footertextsmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: center;
	line-height: 40px;
}
.menutext:link {
	color: #4a271e;
}
.menutext:visited {
	color: #333;
}
.menutext:hover {
	color: #CC6600;
}
.imgclear {
	clear: both;
}
a:link {
	color: #4a271e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #C60;
}
a:active {
	text-decoration: none;
	color: #333;
}
.maintext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000;
}
.maintextheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #4a271e;
}
.imagetitles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000;
}
.center {
	text-align: center;
	padding-left: 20px;
}
.textalignleft {
	text-align: left;
	padding-left: 620px;
	padding-right: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13pt;
	font-style: normal;
	line-height: 36px;
	font-weight: normal;
	color: #000;
}
.textbox {
	text-align: left;
}
