body { 
	color: #666; 
	background-color: #ccc; 
	font-family: verdana;
	font-size: 11px;  
	}

.title {
	color: #a71930;
	font-family: georgia;
	font-size: 14px;
	font-weight: bold;
	}
	
.maintable {
	background-color: #fff;
	width: 750px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 9px;
	}
		
.headertop {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	}
	
.headerimage1{
	background-image: url(../images/header.jpg);
	width: 535px;
	height: 205px;
	text-align: right;
	float: right;
	}

.headerimage1_small{
	background-image: url(../images/header_small.jpg);
	width: 535px;
	height: 75px;
	text-align: right;
	float: right;
	}

.fndheaderimage1_small{
	background-image: url(../images/fndheader.jpg);
	width: 535px;
	height: 75px;
	text-align: right;
	float: right;
	}


.contact a:link{
	color: #fff;
	float: right;
	padding: 3px;
	background-color: #a71930;
	width: 50px;
	font-family: georgia;
	font-size: 10px;
	}
	
.contact a:hover {
	color: #ccc;
	float: right;
	padding: 3px;
	background-color: #a71930;
	width: 50px;
	font-family: georgia;
	font-size: 10px;
	}
	
.contact a:visited{
	color: #fff;
	float: right;
	padding: 3px;
	background-color: #a71930;
	width: 50px;
	font-family: georgia;
	font-size: 10px;
	}
	
.contact a:active{
	color: #fff;
	float: right;
	padding: 3px;
	background-color: #a71930;
	width: 50px;
	font-family: georgia;
	font-size: 10px;
	}

.headerbottom {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 10px;
	}
	
.headerbottom a:link { 
	color: #a71930;
	font-family: georgia;
	font-size: 10px;
	text-decoration: none;
	}

.headerbottom a:visited { 
	color: #a71930;
	font-family: georgia;
	font-size: 10px;
	text-decoration: none;
	}

.headerbottom a:hover { 
	color: #6a1523;
	font-family: georgia;
	font-size: 10px;
	text-decoration: none;
	}

.headerbottom a:active { 
	color: #6a1523;
	font-family: georgia;
	font-size: 10px;
	text-decoration: none;
	}

.footer {
	margin-top: 10px; 
	border-top: 1px solid #ccc;
	padding-top: 10px;
	color: #999;
	font-family: georgia;
	font-size: 10px;
	}
.footer a:link { 
	color: #a71930;
	font-family: georgia;
	font-size: 10px;
	text-decoration: none;
	}

.footer a:visited { 
	color: #a71930;
	font-family: georgia;
	font-size: 10px;
	text-decoration: none;
	}

.footer a:hover { 
	color: #6a1523;
	font-family: georgia;
	font-size: 10px;
	text-decoration: none;
	}

.footer a:active { 
	color: #6a1523;
	font-family: georgia;
	font-size: 10px;
	text-decoration: none;
	}
	
div#body { 
	text-align: left; 
	padding-left: 15px; 
	padding-right: 15px; 
	}

div#rightcolumn {
	border: 1px solid #ccc;
	padding: 4px 4px 1px 4px;
	width: 282px;
	}

div#leftcolumn {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 4px 4px 0px 4px;
	width: 184px;
	}

.leftcolumn-title {
	background-color: #a71930;
	padding: 2px 5px;
	font-family: georgia;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	}

ul#menu {
    border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 4px 4px 2px 4px;
    float: left;
    display: block;
    list-style-type: none;
    width: 184px;
    height: auto;
    margin: 0px;
    overflow: hidden;
    text-align: left;
}

ul#menu li {
    float: left;
    width: 154px;
    height: auto;
    margin: 0px;
    padding: 0px;
    background-color: #e9ebcf;
}

ul#menu li a {
	float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 2px 15px;
    color: #666;
    background-color: #e9ebcf;
    text-decoration: none;
    font-size: 10px;
    font-family: georgia;
    border-bottom: 2px solid #fff;
}

ul#menu li a:visited {
	color: #666;
}

ul#menu li a:hover {
	color: #fff;
    background-color: #999;
}

ul#menu li a:active {
	color: #fff;
    background-color: #999;
}

.rightcolumn-title {
	background-color: #a71930;
	padding: 2px 5px;
	font-family: georgia;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 3px;
	text-align: left;
	}

.rightcolumn-item {
	background-color: #e9ebcf;
	padding: 2px 5px;
	font-family: georgia;
	font-size: 10pt;
	margin-bottom: 3px;
	text-align: left;
	}
	
.highlight {
	background-color: #e9ebcf;

	text-align: left;
	}	

.highlight-red {
	background-color: #a71930;
	font-size: 12px;

	color: #fff;
	text-align: left;
	}	

.button {
	background-color: #e9ebcf;
	padding: 2px 5px;
	font-family: georgia;
	margin-bottom: 3px;
	text-align: center;
	}

.button a:link { 
	color: #a71930;
	font-family: georgia;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	}

.button a:visited { 
	font-size: 11px;
	font-weight: bold;
	color: #a71930;
	text-decoration: none; 
	}

.button a:hover { 
	font-size: 11px;
	font-weight: bold;
	color: #6a1523;
	text-decoration: none; 
	}

.button a:active { 
	font-size: 11px;
	font-weight: bold;
	color: #6a1523;
	text-decoration: none; 
	}
	
a:link { 
	color: #a71930;
	font-family: georgia;
	font-size: 11px;
	text-decoration: none;
	}

a:visited { 
	color: #a71930;
	font-family: georgia;
	font-size: 11px;
	text-decoration: none;
	}

a:hover { 
	color: #6a1523;
	font-family: georgia;
	font-size: 11px;
	text-decoration: none;
	}

a:active { 
	color: #6a1523;
	font-family: georgia;
	font-size: 11px;
	text-decoration: none;
	}
	
.wufoo .info{display:none}


