body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(images/bkgrnd_grad.jpg) repeat-x top;
	margin: 8px 0 8; /* 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;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/blue_grad.jpg) repeat-x bottom;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #FFF;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #336600;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 151px;
	margin: 0px;
	vertical-align: top;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 223px;
	background-image: url(images/bottomMenu.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px;
	background-image: url(images/corner.png);
	background-repeat: no-repeat;
	width: 600px;
	position: relative;
} 
.twoColFixLtHdr #container #mainContent #text #img {
	border: 3px solid #e58d26;
	margin-right: 15px;
	margin-bottom: 15px;
} 
.twoColFixLtHdr #container #mainContent #text #img2 {
	border: 3px solid #e58d26;
	margin-left: 15px;
	margin-bottom: 15px;
}
.twoColFixLtHdr #container #mainContent #text #img3 {
	border: 3px solid #e58d26;
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 15px;
}
.twoColFixLtHdr #footer {
	padding: 0 45px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#C3E5FC;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #522625;
}
.twoColFixLtHdr #container #mainContent #text p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #502424;
}
.twoColFixLtHdr #container #mainContent #text p a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #272361;
}
.twoColFixLtHdr #container #mainContent #text {
	padding: 15px 45px;
}
.twoColFixLtHdr #corner   {
	background-image: url(images/corner.png);
	background-repeat: no-repeat;
	height: 67px;
	width: 98px;
	padding: 0px;
	display: block;
	margin: 0px;
}
.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;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #272361;
}
	.twoColFixLtHdr #sidebar1 #menu {
	background-color: #336600;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 11px;
	margin: 0px;
}
	.twoColFixLtHdr #sidebar1 #menu a {
	display:block;
	width:179px;
	margin: 0 0 0px;
	padding:16px 0 16px 0px;
	font: bold 16px "Times New Roman", Times, serif;
	color:#502424;
	background: url(images/button.gif) no-repeat center center;
	text-decoration: none;
	text-align: center;
}
.twoColFixLtHdr #container #footer p a    {
	text-decoration: underline;
	color: #522625;
}
	.twoColFixLtHdr #sidebar1 #menu a:hover {	
	display:block;
	width:179px;
	margin: 0 0 0px;
	padding:16px 0 16px 0px;
	font: bold 16px "Times New Roman", Times, serif;
	color:#502424;
	background: url(images/button-over.gif) no-repeat center center;
	text-decoration: none;
	text-align: center;
}
	.twoColFixLtHdr #sidebar1 #menu a:active {
	display:block;
	width:179px;
	margin: 0 0 0px;
	padding:16px 0 16px 0px;
	font: bold 16px "Times New Roman", Times, serif;
	color:#502424;
	background: url(images/button.gif) no-repeat center center;
	text-decoration: none;
	text-align: center;
		}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #272361;
}
.twoColFixLtHdr #container #mainContent #text ol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #502424;
}

.twoColFixLtHdr #container #mainContent #text p a #logos {
	border: thin solid #360;
	margin: 8px;
	padding: 8px;
	background-color: #FFF;
}

.twoColFixLtHdr #container #mainContent #text #more {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#pay      {
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.twoColFixLtHdr #container #footer table tr #copyright p {
	text-align: right;
	display: block;
}
.twoColFixLtHdr #container #footer table tr #Webdesign p  {
	text-align: left;
	display: block;
}
.twoColFixLtHdr #container #mainContent #text form input {
	margin-top: 25px;
}
