/* =================================================== */

.bodytext {
	font-family: Verdana, Arial;
	font-size: 12px;
}

.newstext {
	font-family: Verdana, Arial;
	font-size: 11px;
}

.testimonialtext {
	font-family: Verdana, Arial;
	font-size: 10px;	
}

#Menu a {
	
	font-family: Verdana, Arial;
	
	line-height: 30px;
	font-size: 12px;
	font-weight: plain;
	color: white;
	
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	
	text-align: center;
	text-decoration: none;
	display: inline;
}

.menu:hover {
	color: white;
	background-color: #336699;
}


/* Menu items that are selected */

.menuSelected {
	color: white;
	background-color: #336699;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid white;
	display: inline;
}

.menuSelected:hover {
	background-image: none;
	color: black;
	background-color: white;
}

a.subnav:hover {
	color: white;
	background-color: #336699;	
}


a.subnav {
	
	font-family: Verdana, Arial;
	
	line-height: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #336699;
	
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
	
	text-align: center;
	text-decoration: none;
	display: inline;
}


a.textnav {
	
	color:  white;
	font-family: Verdana, Airal;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a.textnav:hover {
	text-decoration: underline;
}


/* == INFO BOXES ======== */

.BoxTable {
	border: none;
	background-color: #E8E8E8;
}
.top { background-image: url(media/images/box_top.jpg); }
.bottom { background-image: url(media/images/box_bottom.jpg); }
.left { background-image: url(media/images/box_left.jpg); }
.right { background-image: url(media/images/box_right.jpg); }
.topleft { 	
	width: 10px; height: 10px;
	background-image: url(media/images/box_topleft.jpg);	}
.topright { 
	width: 10px; height: 10px;
	background-image: url(media/images/box_topright.jpg);	}
.bottomleft {
	width: 10px; height: 10px;
	background-image: url(media/images/box_bottomleft.jpg); 	}
.bottomright { 
	width: 10px; height: 10px;
	background-image: url(media/images/box_bottomright.jpg); 	}
.boxtext {
	padding: 5px;
	font-size: 10px;
}


