a .tabletext {
	color: #003399;
	text-decoration: underline;
}
 
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;
	background: #9CF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 130%;
}
.twoColFixLtHdr #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;
	text-align: left;
	height: 100%;
} 
.twoColFixLtHdr #header {
	background: #9CF;  /* 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: 200px;
	width: 800px;
	margin: 0px;
	padding: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ECE7ED; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 0px 40px 10px;
	margin: 0px;
	height: 100%;
}
.twoColFixLtHdr #mainContent {
	float: right;
	width: 530px;
} 
#mainContent {
	padding: 40px 20px;
	margin: 0px;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#9CF;
	height: 35px;
} 
.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 */
}
.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;
}
a:link {
	text-decoration: none;
	color: #003399;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}
.subhead {
	color: #003399;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: -16px;
	font-size: 100%;
}
.caption {
	line-height: 120%;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-top: 20px;
}
.menu_left {
	line-height: 20px;
	color: #003399;
}
.dotted_border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 5px;
}
.pageheader {
	font-size: large;
	font-weight: bold;
	color: #003399;
	line-height: 130%;
}
.imgleft {
	border: 1px solid #999999;
}
.formfield {
	width: 300px;
	margin-bottom: 10px;
	color: #666666;
	font-size: 10px;
}
.button {
	color: #333333;
}
.dropdown {
	margin-bottom: 10px;
	color: #666666;
	font-size: 10px;
}
.smallprint {
	font-size: 10px;
	color: #666666;
}
.gallerypics {
	border: 1px solid #999999;
	text-align: center;
}
.captiongallery {
	font-size: 10px;
	color: #333333;
	margin-top: -6px;
}
.twoColFixLtHdr #container #footer .smallprint {
	text-align: right;
}
#imageright {
	float: right;
	padding: 0px;
	margin: 10px;
	position: relative;
	width: 300px;
	height: 100%;
}
.tabletext {
	font-size: 10px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
