﻿/* CSS Document */

h1.mission {
	font: italic normal 14px/22px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	border-bottom:0px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #003366;
	line-height: 24px;
	border-bottom: 1px solid #003366;
	margin:12px 0;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color:#003399;
	line-height: 22px;
	border-bottom: 1px solid #003399;
	margin:12px 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color:#005EBB;
	line-height: 22px;
	margin:12px 0;
}
p {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: left;
	margin-bottom: 12px;
	margin-left:18px;
}
a {
	color: #3960C6;
	text-decoration: underline;
}
a:hover {
	color: #28448E;
}
li {
	font-size: 12px;
	color: #333333;
	padding: 3px 2px;
	margin: 0 0 0 36px;
	list-style-type: disc;
}
#footer p {
	line-height: 16px;
	color:#666666;
	font-size:11px;
	text-align:center;
}

div.linkdiv {
	font-size: 12px;
	color: #FFFFFF;
}

div.linkdiv  a:link { font-size: 12px; color: #FFFFFF; text-decoration: underline; font-style: normal; }
div.linkdiv  a:visited{ font-size: 12px; color: #FFFFFF; text-decoration: underline; font-style: normal; }
div.linkdiv  a:active { font-size: 12px; color: #FFFFFF; text-decoration: underline; font-style: normal; }
div.linkdiv  a:hover{ font-size: 12px; color: #FFFFFF; text-decoration: underline; font-style: normal; }