body {
	margin: 0 auto 0 auto;
	font-family: "Franklin Gothic Book", Helvetica, Arial;
	font-size: 12pt;
	color: #FFFFFF;
	background-image: url('images/background.jpg');
	background-attachment: fixed;
	text-align: center;
}
@font-face {
	font-family: "Franklin Gothic Book", Helvetica, Arial;
	src: url("/FRABK.eot"); /* IE */
	src: local("Franklin Gothic Book"), url( "/FRABK.TTF" ) format("truetype"); /* non-IE */
}
@font-face {
	font-family: "Broadway", Helvetica, Arial;
	src: url("/BROADW.eot"); /* IE */
	src: local("Broadway"), url( "/BROADW.TTF" ) format("truetype"); /* non-IE */
}
#main {
	text-align: left;
	margin: 0.5em auto 0 auto;
	width: 930px;
}
#index {
        float: left;
        padding-top: 20px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
}
#indexalert {
        width: 800px;
        float: none;
        padding: 10px;
        margin: 325px auto 0 auto;
        display: block;
        text-align: left;
        vertical-align: middle;
        background-color: black;
        border: white solid 2px;
}
table {
	border-style: none;
	border-width: 0px;
	text-align: center;
	width: 100%;
}
a:hover {
	font-weight: bold;
}
a:link, a:visited, a:active {
	color: #FFFFFF;
}
h1 {
	font-size: 24pt;
	text-align: center;
}
dt, address {
	text-align: center;
}
ul, ol {
	text-align: left;
	line-height: 175%;
}
p {
	text-align: left;
}
h2 {
	font-size: 13pt;
	font-weight: normal;
	text-align: center;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
}
h4 {
	font-size: 18pt;
	font-weight: bold;
	text-align: left;
}
hr {
	color: white;	
	height: 2px;
	text-align: center;
	width: 50%;
	border-style: solid;
}
#alert {
	color:yellow;
	font-size:10pt;
	font-weight:bold;
}
#message {
	border-radius: 15px;
	background-color: white;
	padding: 10px;
	color: black;
}
.message a {
	color: black;
}
