@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
p {
	margin-top: 10px;
}
#subMenu {
	font-size: 14px;
}
a {
	color: #004a80;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#col1   ul li  {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 10px;
}
#col1 ol li {
	list-style-type: decimal;
	margin-left: 20px;
	margin-top: 10px;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000E31;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000E31;
}
h2 a {
	color: #000E31;
}


h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #000E31;
}
h6 {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

.button a  {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/button_bg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	display: block;
	line-height: 30px;
	float: left;
	padding-right: 10px;
	padding-left: 20px;
}
.button a:hover {
	text-decoration: underline;
}

.button  {
	background-image: url(../images/button_cap.jpg);
	background-position: right;
	height: 30px;
	margin-top: 10px;
	background-repeat: no-repeat;
	padding-right: 10px;
	float: left;
	margin-bottom: 20px;
}

