/* CSS Document */

body {
	font-size: inherit;
	margin: 0px;
	padding: 0px;
	text-align: left;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 14px;
	padding: 3px;
	vertical-align: top;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 14px;
	padding: 3px;
	vertical-align: top;
	font-weight: bold;
}

.centered {
	font-size: inherit;
	text-align: center;
}


a { 
	text-decoration: none;
    font-weight: bold;
    color: 000099;
    font-size: inherit;
    font-family: Arial, Helvetica, sans-serif; 
     }
	 
a:visited {
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
     }

a:hover {
	font-weight: bold;
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
	color: #33FF66;
     }

a:active {
	text-decoration: underline;
	font-weight: bold;
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
	color: #33FF66;
     }
	 
a.nopadding { 
	padding: 0px; margin: 0px; 
	}  /* this is for image links, so they don't show hover effects */

a img { 
	background-color: none;
	color: #FFFFFF 
	}

img.nohover:hover { 
	background-color: none; border: 0px solid white; 
	}	 

.caption { 
	font-size: smaller; 
	font-style: italic;
}

.navigation:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 36px;
	font-style: normal;
	text-align: center;
	font-weight: bold;
	background-color: #336666;
	display: block;
	padding: 6 px;
	vertical-align: top;
	text-decoration: none;
	width: 140px;
}

.navigation:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 36px;
	font-style: normal;
	text-align: center;
	font-weight: bold;
	background-color: #336666;
	display: block;
	padding: 6 px;
	vertical-align: top;
	text-decoration: none;
	width: 140px;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #33FF66;
	line-height: 36px;
	font-style: normal;
	text-align: center;
	font-weight: bold;
	background-color: #336666;
	display: block;
	padding: 6 px;
	vertical-align: top;
	text-decoration: none;
	width: 140px;
}

.navigation:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #33FF66;
	line-height: 36px;
	font-style: normal;
	text-align: center;
	font-weight: bold;
	background-color: #336666;
	display: block;
	padding: 6 px;
	vertical-align: top;
	text-decoration: none;
	width: 140px;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #336666;
	text-align: center;
}


.masthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #336666;
	line-height: 24px;
	margin-left: 30px;
}

.indent { 
	padding-left: 1.5em; 
}

.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	font-style: normal;
	text-align: center;
	font-weight: bold;
	background-color: 336666;
	display: block;
	padding: 0;
	vertical-align: middle;
}


.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	
}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #CC0099;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-align: left;
	line-height: normal;
	list-style-type: disc;
	list-style-position: outside;
}
	
li {
	padding: 2px;
	margin: 2px; 
} 	

.padded-left {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.padded-right {
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 20px;
}
