﻿body {
	background-color: #012151;
	font-family: Verdana, Arial, helvetica, sans-serif;
	background-repeat: no-repeat;
	background-image: url(images/bkgd.jpg);
	background-position: center top;
}

p {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.justify {
	text-align: justify;
}

.center {
	text-align: center;
}

.BoldBurgandy {
	font-weight: bold;
	color: #417FF8;
}
.LeftNav {
	background-color: #FFFDBC;
}

td {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;

}

th {
	font-family: Verdana, Arial, helvetica, sans-serif;
}

a:link {
color: #000000;
text-decoration: underline;
}

a:visited {
color: #000000;
}

a:hover {
text-decoration: underline;
color: #000000;
}

/*--------------------------------- Navagation Section ----------------------------------*/

#navAlpha {
        font-size: x-small; 
        background-color: #e6e6cc;
        font-weight: bold;
        }

#navAlpha a {
	display: block; 
	padding: 4px 8px; 
	margin: 0; 
	text-decoration: none; 
	text-align: left;
/*	border-top: 1px solid #fffFFF; */
	border-bottom: 1px solid #FFFFFF;
	color: #FFFDBC;
	background:	#417FF8;
	}
	
#navAlpha a:hover {
	background: #000080;
	color: #ffffff;
	}	


/*--------------------------------- Main Navagation Top "Beige" Section ----------------------------------*/

	#sitenavtop {
		background-color: #CADDFD;
		font-size: x-small; 
		}

	#sitenavtop a {
		color: #000080;
		background: #CADDFD;
		}

	#sitenavtop a:hover {
		background: #000080;
		}
