/* PARA HILLS BRASS BAND WEBSITE VERSION 3, REVISION 2 - CSS. */

body {
    color: white;
    background-color: #778899;
    font-family: Arial, Helvetica, Verdana, Times New Roman, sans-serif, Calvin;
    font-size: 15px;
    }
a:link {
    color: #ffffff;
    text-decoration: none;
    }
a:visited {
    color: #eeeeee;
    text-decoration: none;
    }
a:hover {
    color: #F4F5D6;
	text-decoration: underline;
	font-weight: 
    }
a:active {
    color: #e2e2e2;
	text-decoration: none;
    }
	
#navfill {
    background: #27425d url('gradientnav.jpg') no-repeat bottom right;
    }
.headerblock {
	background: url('../v2/head.png') repeat-x top;
 	color: #000000;
 	font-size: 14px;
 	font-weight: bold;
 	text-align: center;
 	padding-top: 5px;
 	padding-bottom: 3px;
 	border-bottom: 1px groove;
 	}
.navitem {
 	padding-top: 4px;
 	padding-bottom: 4px;
 	font-size: 13px;
 	text-align: center;
 	background: #335577;
 	border-right: 1px solid #6688aa;
	}
.navitem a:hover {
 	background: #446688;
 	display: block;
	}
#layout {
 	background: #274058;
 	border: 2px groove #aaccee;
	}
.block {
 	border-bottom: 1px solid #446688;
	}
#about {
	font-size: 14px;
	text-align: center;
	padding: 5px;
	}
table td {
	font-size: 13px;
	text-align: center;
	border-bottom: 1px solid #30506f;
	}
table th {
	font-size: 13px;
	text-align: center;
	background: #30506f;
	border-bottom: 1px solid #336699;
	}
.right {
	text-align: right;
	width: 45%;
	padding-right: 2px;
	font-weight: bold;
	vertical-align: top;
	}
.left {
	text-align: left;
	width: 55%;
	padding-left: 2px;
	vertical-align: top;
}