@charset "utf-8";
/* CSS Site Styles */
body {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #6193cc;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 6px;
	font-size: 8pt;
	color: #CCCCCC;
	}
#container{
	width: 1000px;
	height: 615px;
	background-image:url(../images/background.ghosted.jpg);
	background-color: #000000;
	background-position: bottom right;
	background-repeat: no-repeat;
}
#landing{
	width: 1000px;
	height: 615px;
	background-image:url(../images/background.jpg);
	background-color: #000000;
	background-position: bottom right;
	background-repeat: no-repeat;
}
#navigation {
	z-index: 5;
	position: absolute;
	width: 276px;
}
#title{
	z-index: 2;
	position: absolute;
	width: 1000px;
}
#LED{
	z-index: 3;
	position: absolute;
	width: 491px;
	height: 521px;
}
#rightcolumn{
	z-index: 4;
	position: absolute;
	float: left;
	margin-left: 283px;
	padding: 10px 10px 10px 10px;
	top: 35;
	line-height: 13pt;
	font-size: 10pt;
	color: #000000;
	width: 692px !important;
	height: 615px !important;
}

#logo {
	z-index: 100;
	float: left;
	position: absolute;
	width: 276px;
	height: 615px;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
/*position: absolute;*/
}

dl#menu {
width: 267px;
}

#splash{
/*position: absolute;*/
}

dl#splash {
width: 267px;
}

dl#menu dt {
cursor: pointer;
margin: 2px 0;
line-height: 20px;
padding: 2px 0px 2px 0px;
text-align: left;
font-weight: bold;
border-bottom: 1px dashed #787878;
color: #fff;
}

dl#splash dt {
cursor: pointer;
margin: 2px 0;
line-height: 20px;
padding: 2px 0px 2px 0px;
text-align: left;
font-weight: bold;
/*border-bottom: 1px dashed #787878 thin;*/
color: #fff;
}

dl#menu dd {
}
dl#menu li {
text-align: left;
background: #787878;
border-bottom: #CCCCCC dashed 1px;
}

dl#menu li a, dl#menu dt a {
padding: 4px 0px 4px 10px;
font-weight: bold;
color: #fff;
text-decoration: none;
display: block;
font-size: 12px;
}

dl#menu li a:hover, dl#menu dt a:hover {
color: #6F9ED6;
background-color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16pt;
	color: #FFF;
	line-height: 16pt;
}
h3 {
	font-size: 16pt;
	color: #2A4F7C;
	line-height: 16pt;
}
h2 {
	font-size: 12pt;
	color: #FFF;
	line-height: 12pt;
}
a:link {
	color: #2A4F7C;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2A4F7C;
}
a:hover {
	text-decoration: underline;
	color: #2A4F7C;
}
a:active {
	text-decoration: none;
	color: #2A4F7C;
}