﻿/* CSS layout */
#masthead {
}
.logoblock {
	border-width: 0px;
}
.textblock {
	text-align: center;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
}
.menubar {
	text-align: center;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: medium;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 10px;
	background-color: #6d6dFF;
	font-weight: bold;
	text-decoration: none;
	width: 900px;
	height: 30px;
}
#menu_bar a:link {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menu_bar a:visited {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menu_bar a:hover {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
#page_content {
}
.largeheadlineunder {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #000066;
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
}
.largeheadline {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: large;
	color: #000066;
	text-align: left;
}
.mediumheadlineunder {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
.mediumbodycopy {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: medium;
	color: #000066;
	text-align: left;
}
.mediumbodycopyred {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: medium;
	color: #FF0000;
}
.smallbodycopy {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	text-align: left;
	text-decoration: none;
}
.smallbodycopyred {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
}
.smallbodycopyunderline {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	text-align: left;
	text-decoration: none underline;
}
.smallbodycopy-3 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	text-align: left;
	margin-top: -3px;
	line-height: normal;
}
.underline {
	text-decoration: underline;
}
.heavybullets {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: medium;
	color: #000066;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 21px;
}
.img-right {
	float: right;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 5px;
	padding-top: 5px;
}
.noimageborder {
	border-width: 0;
}
#footer {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: center;
}
