/* CSS Document */
/* Frankfort Area Chamber of Commerce */
/* Designed and Maintained by McAllen Solutions */

body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	min-width: 800px;
}

a {
	color:#0071C6;
	text-decoration:none;
}
a:hover { text-decoration:underline; }

hr { color:#999999; }

td {
    text-align: left;
    vertical-align:top;     
}

.tableheader {
	font-size: 18px;
	font-weight: bold;
	color: white;
	background-color: #0071C6
}

.sectionheader {
	font-size: 15px;
	font-weight: bold;
	color: #003C84;
}

.lightaccent { color: #0071C6; }
.darkaccent { color: #003C84; }

.leftimage {
	font-size: 11px;
    font-weight: bold;
    text-align: justify;
    padding-right: 10px;
    padding-bottom: 10px;
    float: left;
}
.rightimage {
	font-size: 11px;
    font-weight: bold;
    text-align: justify;
    padding-left: 10px;
    padding-bottom: 10px;
    float: right;
}

.flashthing 
{
    position:relative;
    z-index:1;
}

.usermenu 
{
    z-index:3;
    position:relative;
}