﻿html, body {
    height: 100%;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bf2831;
	text-decoration: underline;
}

#loginStatusDiv a:link {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

#loginStatusDiv a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

#loginStatusDiv a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bf2831;
	text-decoration: underline;
}

#content a:link {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}

#content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}

#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bf2831;
	text-decoration: underline;
}

.container
{
    margin: 0 auto;
    text-align: center;
    position: relative; 
    width: 800px; 
    clear: both; 
    border: 1px #000000 solid; 
    overflow: hidden; 
    background-color: #011842;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.headerDiv
{
    position: relative; 
    width: 800px;
}

.siteHeaderText
{
    height: 72px;
}

.navigationDiv
{
    text-align: left;
    background-image: url(images/body.jpg); 
    background-repeat: repeat-y;
    padding-left: 15px;
}

.login
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
    position: absolute; 
    width: 157px; 
    top: 3px; 
    left: 623px; 
    color: #FFFFFF;
}

.languages
{
    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
    position: absolute; 
    width: 157px; 
    top: 50px; 
    left: 623px; 
    color: #FFFFFF;
}

.content
{
    position: relative; 
    width: 800px; 
    float: left; 
    clear: both;
    background-image: url(images/body2.jpg); 
    background-repeat: repeat-y;
    text-align: left;
    margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.content2
{
    
}

.footer
{
    position: relative;
    width: 800px; 
    height: 50px; 
    clear: both;
}

.pageHeader
{
    font-size: 18px;
}

.loadingBox
{
    border-style: solid;
    border-width: 1px;
    background-color: #FFFF00;
    color: #000000;
    font-weight: bold;
    height: 25px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 10;
}

.asterisk
{
    color: #bf2831;
}

.greenTitle
{
    color: #00ff1b;
}

.note
{
    font-size: 12px;
}

.col1 
{
    width: 140px;
}

.col2
{
    width: 450px;
    vertical-align: top;
    color: #FF0000;
}

.footer2
{
    position: absolute; 
    left: 200px; 
    top: 11px; 
    font-size: 12px; 
}

#footer2 a:link {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bf2831;
	text-decoration: underline;
}