﻿/* ################## */
/* # Page Structure # */
/* ################## */
body {
	color: #eee;
	background: #606060;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	text-align: center;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
#topstrip {
	background: #404040;
	color: #eee;
	margin: 0px;
	border: 0px;
	padding: 2px 8px;
	text-align: right;
	min-width: 944px;
}
#topstrip a, #topstrip a:visited, #topstrip a:active {
    color: #eee;
    background: #404040;
    text-decoration: none;
}
#topstrip a:hover {
    text-decoration: underline;
}
.floatleft {
	float: left;
	text-align: left;
}
.floatright {
	text-align: right;
}
#layout {
	width: 960px;
	position: relative;
	text-align: center;
	margin: 4px auto;
}
#banner{
	background: #606060 url('images/banner.jpg') no-repeat;
	color: #c02020;
	height: 200px;
	text-align: right;
}
#footer {
	background: #606060 url('images/footer.jpg') no-repeat;
	color: #ffffff;
	height: 48px;
}
#monitor {
	width: 160px;
	height: 100px;
	position: absolute;
	top: 26px;
	left: 91px;
	color: #fff;
	background: transparent;
	text-align: center;
}
#bannertext {
	width: 260px;
	height: 136px;
	position: absolute;
	top: 32px;
	left: 300px;
	color: #800808;
	background: transparent;
	text-align: center;
	font-size: 18pt;
}
#menu {
	background: #eeeeee url('images/menubar.jpg') no-repeat;
	height: 56px;
	text-align: center;
	padding: 0px 0px 0px 16px;
}
#content {
	text-align: left;
	color: #333;
	background: #eee url('images/contentback.jpg') repeat-y;
	padding: 2px 12px;
}
#sandbag {
	float: right;
	width: 360px;
	height: 2em;
}
#rightpanel {
	width: 320px;
	position: absolute;
	top: 144px;
	left: 608px;
}
.r1, .r2, .r3, .r4 {
	display: block;
	font-size: 1px;
	background: #800808;
	color: #fff;
	margin: 0px auto;
}
.r1 {
	height: 1px;
	width: 310px;
}
.r2 {
	height: 1px;
	width: 314px;
}
.r3 {
	height: 1px;
	width: 316px;
}
.r4 {
	height: 2px;
	width: 318px;
}
#rcontent {
	color: #fff;
	background: #800808;
	text-align: left;
	display: block;
	padding: 2px 12px;
}

/* ############### */
/* # Logo Styles # */
/* ############### */
#logo {
	position: absolute;
	top: 48px;
	left: 608px;
	width: 320px;
	text-align: center;
	font-weight: bold;
	color: #800808;
	background: transparent;
}
#logoname {
	font-size: 32px;
	display: block;
}
#logotag {
	font-size: 12px;
	font-style: italic;
	border-top: 2px #800808 solid;
}

/* ############### */
/* # Menu Styles # */
/* ############### */
#linkbar {
	position: relative;
	/*left: 16px;*/
	margin: 0px;
	display: inline;
	padding: 0px;
	list-style: none;
	height: 36px;
	width: 600px;
}
#linkbar li
{
    display: inline;
    background: transparent;
    float: left;
    width: 96px;
    margin: 2px 0px 0px 0px;
}
#linkbar li a, #linkbar li a:visited
{
    display: block;
    color: #fff;
    background: transparent;
    width: 92px;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    font-size: 13px;
    font-family: verdana, arial, sans-serif;
    text-decoration: none;
    overflow: hidden;
}
#linkbar li a:hover
{
    background: url(images/button.jpg);
    color: #fff;
    font-weight: bold;
}
#linkbar li a.chosen, #linkbar li a.chosen:visited, #linkbar li a:active
{
    background: transparent;
    color: #fff;
    font-weight: bold;
}
#linkbar li a.chosen:hover
{
    background: url(images/button.jpg);
    color: #fc0;
    font-weight: bold;
}
#breadcrumbbar {
	clear: left;
	margin: 0px;
	padding: 0px;
}
#bclinks
{
	position: relative;
	/*left: 16px;*/
	margin: 0px;
	display: inline;
	padding: 0px;
	list-style: none;
	height: 18px;
	width: 600px;
	color: #303030;
	background: transparent;
}
#bclinks li
{
    float: left;
    margin-right: 4px;
    line-height: 18px;
    font-size: 10px;
    text-transform: uppercase;
}
#bclinks li a, #bclinks li a:visited
{
    color: #800808;
    background: none transparent;
    text-decoration: none;
}
#bclinks li a:hover
{
    color: #f00;
    background: none transparent;
    padding-bottom: 0px;
    border-bottom: #f00 1px solid;
}

/* ############# */
/* footer styles */
/* ############# */
#footer dl
{
    float: left;
    text-align: left;
    font-size: 13px;
    margin: 4px 16px;
    padding: 0px;
    width: 208px;
}
#footer strong
{
    font-weight: bold;
    color: #000;
    background: none transparent;
}
#footer a, #footer a:visited
{
    text-decoration: none;
    color: #800808;
    background: none transparent;
}
#footer a:hover, #footer a:active
{
    color: #fff;
    background: none transparent;
    border-bottom: #fff 1px solid;
}

/* ############### */
/* # Text Styles # */
/* ############### */
.para {
	display: block;
	margin: 0px 8px 8px 8px;
}
.lastpara {
	display: block;
	margin: 0px 8px;
}
#rcontent a, #rcontent a:visited, #rcontent a:active {
    color: #fff;
    background: #800808;
    text-decoration: underline;
}
#rcontent a:hover {
    text-decoration: overline;
}
#content h1, #content h2, #content h3 {
    color: #800808;
    background: transparent;
}
#rcontent h1 
{
    font-size: medium;
}
#content a, #content a:visited, #content a:active {
    color: #800808;
    background: transparent;
    text-decoration: none;
}
#content a:hover {
    text-decoration: underline;
    color: #c00000;
    background: transparent;
}
#content dt {
    font-weight: bold; 
}
.redtext {
    color: #800808;
    background: none transparent;
}
acronym { 
    border-bottom: 1px dashed #c00000;
}