/* CSS Document */

#tblMain {
	border: 1px solid white;
	width: 751px;
	}

#tblBtm {
	width: 751px;
	}
	
.btm:hover, .btm:visited:hover, .btm:link, .btm:visited {
	text-decoration: underline;
	color: #666666;
	}
	
.left {
	width: 220px;
	}
	
.right {
	width: 531px;
	padding: 10px;
	font-family: Verdana, "Trebuchet MS",  Arial;
	font-size: 12px;
	color: #FFFFFF; 
	background-color: #CC9866;
	}
	
#tblLinks {
	font-family: Verdana, "Trebuchet MS",  Arial;
	font-size: 16px;
	color: #666666;
	}
	
.address {
	font-family: Verdana, "Trebuchet MS",  Arial;
	font-size: 10px;
	/*font-weight: bold;*/
	color: #666666;
	padding: 8px;
	}

.mail:link, .address:visited{
	font-family: Verdana, "Trebuchet MS",  Arial;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}

.mail:hover, .address:visited:hover{
	font-family: Verdana, "Trebuchet MS",  Arial;
	font-size: 10px;
	text-decoration: underline;
	color: #666666;
}

.cell {
	width: 136px;
	}

.menu:link, .menu:visited{
	font-family: Verdana, "Trebuchet MS",  Arial;
	font-size: 16px;
	text-decoration: none;
	color: #666666;
}

.menu:hover, .menu:visited:hover{
	font-family: Verdana, "Trebuchet MS",  Arial;
	font-size: 16px;
	text-decoration: underline;
	color: #cc9866;
}

.imgBdr {
	border: 1px solid white;
	}
	
.box {
	border: 1px solid #666666;
	font-family: Verdana, "Trebuchet MS",  Arial;
	font-size: 12px;
	color: #666666; 
	}

.mainForm {
	width: 531px;
	}
	
.button {
	background-color:#CC9866;
	border: none;
	font-family: Verdana, "Trebuchet MS",  Arial;
	font-size: 12px;
	color: #FFFFFF;
	}

#spacer100 {
	height: 100px;
	}
	
.header {
	background-image:url(images/top2.jpg);
	height: 86px;
	}
	
.rightLink:link, .rightLink:visited {
	color:#FFFFFF;
	text-decoration: none;
	}

.rightLink:hover, .rightLink:visited:hover {
	color:#FFFFFF;
	text-decoration: underline;
	}