@charset "UTF-8";
:focus {
	outline: thin dotted black;
}

/***
 * =====================================================
 * =================== COMMON STYLES ===================
 * =====================================================
 */

body, table tr td {
	background-color: #010022;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: #000;
}

table tr td {
	background: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	padding: 5px 0 0 5px;
	color: #000;
}

a, a:link, a:visited, a:active, a:hover {
	color: #6699FF;
	text-decoration: underline;
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

.centered {
	text-align: center;
}

.justify {
	text-align: justify;
}

.cleaner {
	clear: both;
}

.bold {
	font-weight: bold;
}

.leftmargin {
	margin-left: 10px;
}

.rightmargin {
	margin-right: 10px;
}

.centermargin {
	margin: 10px auto 0 auto;
	width: 70%;
}

.gray {
	color: gray;
}

.smaller {
	font-size: 80%;
}

.larger {
	font-size: 200%;
}

.bold {
	font-weight: bold;
}

.red {
	color: #ff0000;
}

img.absmiddle {
	vertical-align: middle;
	margin-bottom: .25em;
}

hr {
	border: none;
	border-top: solid #6e6e6e 1px;
}

h1 {
	color: #000;
	font-size: 150%;
	text-transform: uppercase;
	line-height: 120%;
}

h2 {
	color: rgb(0, 51, 102);
	font-size: 120%;
}

h2.red, h3 {
	color: #800000;
	font-size: 120%;
	text-align: center;
}

p {
	line-height: 120%;
}

sub {
	font-size: 70%;
}

/***
 * ===================================================
 * =================== PAGE DESIGN ===================
 * ===================================================
 */

div#main {
	width: 800px;
	margin: 0 auto 0 auto;
	background: #fff url(/images/header-800-blue.jpg) no-repeat center top;
	padding-top: 246px;
}

div#menu {
	width: 190px;
	float: left;
	padding: 15px 0 0 5px;
	margin-right: 20px;
}

div#menu ul {
	margin-left: 25px;
	line-height: 140%;
}

div#menu ul li {
	list-style-image:url("/index_files/image001.gif");
	list-style-type: disc;
}

div#content {
	float: left;
	width: 570px;
	padding-top: 15px;
	line-height: 140%;
}

div#content ul {
	list-style-type: disc;
	margin-left: 25px;
}

div#content ol {
	list-style-type: decimal;
	margin-left: 25px;
	font-size: 110%;
}

div#content ul li, div#content ol li {
	line-height: 140%;
	padding-bottom: 10px;
}

div#content p {
	font-size: 100%;
	line-height: 140%;
}

div#motto {
	text-align: center;
	font-size: 88%;
	font-weight: bold;
	margin-bottom: 30px;
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
}
