﻿body {
margin: 30px;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3399ff;
font-weight: 700
}


h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
font-weight: 700
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: #000000;
font-weight: 900
}

h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 700
}

h5 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 700
}

h6 {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: 700
}

.redtext {
color: #FF0000;
}

a:link {
color: #ff0000;
text-decoration: underline;
}

a:visited {
color: #ff0000;
}

a:hover {
text-decoration: none;
background-color: #ff0000;
color: #66ffff;
}

/* menu attributes */

.menu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffff99;
font-weight: 700
}

.menu a:link {
color: #ffff99;
text-decoration: none;
}

.menu a:visited {
color: #ffff99;
text-decoration: none;
}

.menu a:hover {
color: #000000;
background-color: #ffff99;
text-decoration: none;
}

/*--------------------------------- Navagation Section ----------------------------------*/

#navAlpha {
        font-size: x-small; 
        background-color: #4C6C72;
        font-weight: bold;
        }

#navAlpha a {
	display: block; 
	padding: 1px 1px; 
	margin: 0; 
	text-decoration: none; 
	text-align: left;
/*	border-top: 1px solid #fffFFF; */
	border-bottom: 1px solid #4C6C72;
	color: #153049;
	background:	#72B0C8;
	}
	
#navAlpha a:hover {
	background: #4C6C72;
	color: #ffffff;
	}	


/*--------------------------------- Main Navagation Top "Navy Blue" Section ----------------------------------*/

	#sitenavtop {
		background-color: #4A66C6;
		font-size: x-small; 
		}

	#sitenavtop a {
		color: white;
		background: #72B0C8;
		}

	#sitenavtop a:hover {
		background: #000080;
		}
