/* CSS Document */

body {
	margin: 0;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-color: #0C364C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
#logo	{
	margin-left:0;
	background-color: #0A2F41;
	height: 83px;
	border-top: 2px solid #959190;
	vertical-align: top;
}
.logoalign {
	vertical-align: top;
	}

.horizontal-rule {
	border-top: 1px solid #F06E0F;
	border-bottom: 2px solid #F06E0F;
	}
.leftoption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #FFF;
	text-decoration: none;
	list-style-type: square;
}
.leftoption:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #FFF;
	text-decoration: none;
	list-style-type: square;
	background-color: #F06E0F;
}
.titlebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	height: 1.8em;
	border: 1px solid #959190;
	background-color: #0C364C;
	padding: 3px;
	vertical-align: text-bottom;
}
.lefttitlebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #0C364C;
	background-color: #959190;
	padding: 3px;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #0C364C;
	list-style-type: square;
}
.bodytext a {
	color: black;
	font-weight: bold;
}
.bodytext a:hover {
	color: #F06E0F;
	font-weight: bold;
}
.bodyalert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F06E0F;
	text-decoration: none;
	font-size: 0.9em
	line-height: 1.2em;
}
.orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #F06E0F;
	text-decoration: none;
}
.horizontalbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 10px;
}
.horizontalbar:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F06E0F;
	text-decoration: underline;
	padding: 2px 10px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.copyrightbox {
	height: 20px;
	background-color: #959190;
	border-top: 2px solid #F06E0F;
	}
.bodybox {
	border-right: 2px solid #F06E0F;
	border-left: 2px solid #F06E0F;
	padding: 10px 5px;
	margin: 0px;
	background-color: white;
}
.menubox {
	margin-top: 10px;
	margin-bottom: -10px;
}
.bodytextitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	list-style-type: square;
	font-style: italic;
}
.megatitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bolder;
}