﻿body
{
	margin: 0;
	font-family: 'New BT';
	font-size: 0.8em;
	color: #000000;
	background-color: #ffffff; /* white */
}

img
{  
    border-style: none;
}

#head a
{
    text-decoration:none;
    color:#ffffff;
}

.headbanner
{
	background-color: #000000;
	height: 5em;
	margin: 1px;
	font-size: 1.5em;
	font-weight: lighter;
	color: #000000;
	font-family: 'New BT';
}

.btlogo
{
	padding: 0.8em 1.8em 0.8em 1.8em;
}

#quicknav
{
    float:left;
    padding-top:0.75em;
    padding-left:3em;
}

#navigation, #rightnav
{
	position:absolute;
	margin-bottom:1px;
	margin-left:1px;
	margin-right:1px;
}

#navigation
{
	left: 0.8em;
	width: 12em;
	top: 191px;
	height: 116px;
}

#rightnav
{
    right:47.4em;
    position:absolute;
  	margin-bottom:1px;
	margin-left:1px;
	margin-right:1px;
	top: 294px;
}
 

#navigation ul, #rightnav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li, #rightnav li
{
	border-bottom: 1px solid #d3d3d3; /* light grey */
}

#navigation li a, #rightnav li a
{
	display: block;
	padding: 5px 5px 3px 0.5em;
	background-color: #4C00BF; /* White */
	color: #FFFFFF;
	text-decoration: none;
}

#navigation li a:hover, a:active, #rightnav li a:hover, a:active
{
    text-decoration:underline; 
}

#content 
{
	margin-top:0.5em;
	margin-left: 16em;
	margin-right: 2em;
}

table.datagrid 
{
    width:75%;
	border-width: 2px;
	border-style: solid;
	border-color: #c0c0c0; /* grey */
	background-color: #ffffff; /* white */
	border-collapse:collapse;
}

table.datagrid th
{
	border-width: 2px;
	padding: 2px;
	border-style: solid;
	border-color: #c0c0c0; /* grey */
	background-color: #ffffff; /* white */
	color: #000000; /* Dodger Blue */
	font-weight: bold;
}

table.datagrid td 
{
	border-width: 2px;
	padding: 4px;
	border-style: solid;
	border-color: #c0c0c0; /* grey */
	background-color: #ffffff;
}


table.datagrid td a, table.datagrid td a:active
{
	color: #000000; 
	text-decoration: underline;
}

.footer, .footer a
{
    font-size:x-small;
    color:#696969; /* dark grey */
}

.footer a
{
    color:#000000;
    text-decoration:none;
}
.footer a:hover, a:active
{
    text-decoration:underline;
}

.welcomeheadertext, .welcometext, .warningtext
{
    color:#000000;
    padding:1em 1em 1em 1em;
}

.welcomeheadertext, .warningtextred
{
    font-size:1.5em;
}
    
.welcomeheadertext
{
    text-align:center;
}

.welcometext
{
    font-size:1.25em;
}

.warningtextred
{
	color: #ff0000;
	font-size: 1.0em;
}

#enterlinks
{
    text-align:center; 
	font-size: 1.0em;
}

#enterlinks a
{
    text-decoration:none;
    font-size:1.5em;
    color:#000000;
}

#enterlinks a:hover, a:active
{
    text-decoration:underline;
}

#faq a, #intro a
{
	color: #0000FF; /* Dodger Blue */
}

#faq li
{
    margin-bottom:10px;
}

#faq li a, #intro a
{
    text-decoration:none underline;
}

#faq li a:hover, a:active, #intro a:hover, a:active
{
    text-decoration:underline;
}

.toplink a
{
    text-decoration:none;
    color: #104e8b; 
}

.toplink a:hover, a:active
{
    text-decoration:underline;
}