body {
    background-image:url(../themeImages/fadeBar.png);
    background-repeat:repeat-x;
    background-color:white;
    padding:0px;
    margin:0px;
    width:100%;
    font-family:Verdana,Arial,Helvetica,sans-serif;
}
div#banner {
    margin:0 auto 0 auto;
    background-image:url(../themeImages/banner.png);
    width:770px;
    height:150px;
}
div#wmca {
    margin:0 auto 0 auto;
    background-image:url(../themeImages/wmca.png);
    width:770px;
    height:40px;
}
div#container {
    width:1000px;
    min-height:465px;
    margin:10px auto 0 auto;
}
#container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
div#nav {
    margin:0;
    height:483px;
    width:148px;
    padding:17px 1px;
    float:left;
    font-weight:bold;
    font-size:10px;
    color:white;
    text-align:center;
    background-image:url(../themeImages/navBar.png);    
}
#nav ul {
    list-style:none;
    background-color:transparent;
    padding:0;
    margin:0;
}
#nav ul ul {
    background-image:url(../themeImages/navBarDown.png);
    background-repeat:repeat-x;
    background-color:#660000;
    padding:0;
    border:solid black;
    border-width:1px 1px 0px 1px;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
}
#nav li {
    position:relative;
    margin:0px;
    border-bottom:1px solid black;
    border-top:1px solid white;
}
#nav ul ul, #nav ul li:hover ul ul{
    display: none;
}

#nav ul li:hover ul, #nav ul ul li:hover ul {
    display: block;    
}
#nav a:link, #nav a:visited {
    display:block;
    width:100%;
    height:20px;
    padding-top:5px;
    color:white;
    text-decoration:none;
}
#nav a:hover {
    background-image:url(../themeImages/linkBg.png);
}
div#content {
	font-size:12px;
	float:left;
	margin-left:5px;
	padding:10px;
	width:825px;
	line-height: 18px;
}
#content h1, #content h2, #content h3, #content h4 {
    color:maroon;
    margin-top:0px;
    margin-bottom:5px;
    text-align:center;
    font-weight:bold;
    font-family:Arial,Helvetica,sans-serif;
	clear:both;
}
#content h1 {
	font-size:24px;
}
#content h2 {
	font-size:20px;
}
#content h3 {
	font-size:16px;
}
#content h4 {
	font-size:16px;
	text-align:left;
}
#content p {
    text-indent:20px;
}
#content table {
	margin:auto;
	border-collapse:collapse;
}
#content th, #content td {
	padding:2px 10px 2px 10px;
}
#content th {
	border:1px solid black;
	background-color:#660000;
	color:white;
	font-weight:bold;
	height:25px;
}
#content td {
	border:1px solid #660000;
}
#content img {
	border:0px;
}
#content a:link, #content a:visited {
	font-weight:bold;
	color:#660000;
}
#content dd {
	margin-bottom:12px;
}
#content dt {
	font-weight:bold;
}
#content #codeOfEthics {
	width:30%;
	background-color:#660000;
	color:white;
	padding:5px;
}
#codeOfEthics h4 {
	color:white;
	text-align:center;
}
#content #codeOfEthicsLeft {
	width:60%;
	float:left;
}
#content #districtdirectors td{
	width:30%;
	font-size:11px;
}
#content #districtdirectors img{
	width:200px;
	height:149px;
}
#content .ads {
	margin:2px;
	padding:5px 0 5px 0;
	width:260px;
	float:left;
}
#content .3px-border {
	border-width:3px;
}
#content .ads img {
	border: 2px solid #660000;
	margin:10px 0 10px 0;
}
#content .center {
	text-align:center;
	text-indent:0px;
}
#content .column2 {
	width:49%;
	float:left;
	margin:10px 0 10px 0;
	padding:0;
	list-style:none;
}
#content .container {
	width:100%;
}
#content .container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content .floatleft {
	float:left;
	margin-right:10px;
}
#content .floatright {
	float:right;
}
#content th.gradient-background, .gradient-background th {
	height:20px;
	padding:5px;
    background-image:url(../themeImages/linkBg.png);
	background-repeat:repeat-x;
	background-color:#660000;
}
.container .halfwidth {
	width:50%;
	float:left;
	text-align:center;
}
#content td.image-holder {
	text-align:center;
}
#content .lifetime {
	border:1px solid #660000;
	width:250px;
	margin:10px;
}
#content .noborder {
	border:0;
}
#content .noclear {
	clear:none;
}
#content .nodots {
	list-style-type:none;
}
#content .red-bottom-border {
	border-bottom:1px solid #660000;
	padding-bottom:10px;
	clear:both;
}
#content .subtext {
	display:block;
	font-size:10px;
	margin-top:3px;
	line-height:normal
}
#content .vert-gradient-background th{
	width:10px;
	text-align:center;
	background-image:url(../themeImages/verticalTh.png);
	background-repeat:repeat-y;
	background-position:left;
}
div#footer {
    margin:15px auto 10px auto;
    background-image:url(../themeImages/footerWide.png);
    width:1000px;
    height:40px;
}
#content .homewidth {
	width: 800px;
}