/* CSS layout */
#masthead {
	text-align: center;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	margin-top: 48px;
	margin-right: 10%;
	margin-left: 10%;
}

h1 {
	font-family: Verdana, "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-size: 250%;
}

.tm {
	font-size: 50%;
	vertical-align: super;
}

.sub_head_div {
	margin-top: 12px;
	margin-right: 10%;
	margin-left: 10%;
}

.left_sub_head {
	text-align: center;
	margin-left: 10%;
	float: left;
	width: 23%;
}
.right_sub_head {
	text-align: center;
	margin-top: 72px;
	margin-left: 35%;
	margin-right: 10%;
}
.sub_head_super {
	font-family: "Trebuchet MS", "Gill Sans MT", Verdana, Tahoma, "Lucida Sans", "Microsoft Sans Serif", sans-serif;
	font-size: 150%;
}
h2 {
	font-family: Verdana, "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-size: 175%;
}
.sub_head_sub {
	font-family: "Trebuchet MS", "Gill Sans MT", Verdana, Tahoma, "Lucida Sans", "Microsoft Sans Serif", sans-serif;
	font-size: 125%;
}
.red_text {
	color: #FF0000;
}

.notice_div {
	text-align: center;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #FF0000;
	margin-top: 84px;
	margin-right: 25%;
	margin-left: 25%;
	font-family: Verdana, "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
}
.notice_head {
	font-size: 150%;
	font-family: Verdana, "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
}
.notice_copy {
	font-family: Verdana, "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-size: 120%;
}
.notice_text {
	font-family: Verdana, "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	text-align: left;
	margin-right: 10%;
	margin-left: 10%;
}
#footer {
	text-align: center;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	margin: 84px 10% 36px 10%;
}

.footer_logo {
	border-width: 0px;
	margin-top: 24px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.hotlink a:link {
	text-decoration: none;
}
.hotlink a:visited {
	text-decoration: none;
}
.hotlink a:hover {
	text-decoration: none;
	color: #00FFFF;
}
.hotlink a:active {
	text-decoration: none;
	color: #00FF00;
}
a {
	color: #FFFFCC;
}
a:visited {
	color: #FFFFCC;
}
a:hover {
	color: #00FFFF;
}
a:active {
	color: #00FF00;
}

.ooops_div {
	text-align: center;
	font-family: Verdana, "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	margin: 84px 25% 84px 25%;
}

