﻿body, html {
	margin:0px;
	padding:0px;
	font-family:verdana, Tahoma, arial, helvetica, sans-serif;
	color: Black;
	/* background-color:white; */
	background: white;
	font-size: 76%;
	}
	
form
    {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#ccc;
	}
	
h1.pagetitle
{
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:20px;
	line-height:22px;
	font-weight: bold;
	color: Black;
}

p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
	
div#wrapper
{
	margin: 0px 0px 0px 0px;
}
	
div#container
{
    text-align:left;
    width:700px;
    margin:0 auto;
}

div#Header
{
    margin:5px 0px 0px 0px;
	padding:5px 0px 0px 2px;
	border-style: none;
	line-height:11px;
	background-color: white;
	voice-family: inherit;
	height:104px; /* the correct height */
	font-weight: bold;
	color: red;
	clear: both;
}

div#content p{line-height:1.4}
div#content
{
    float:right;
    width:525px;
    margin: 2px 5px 5px 0px;
    font-size: medium;
}
	
div#content p.reg
{
    font-size: medium;
    font: black;
    margin-bottom: 10px;
}

div#Menu
{
	/* border: solid 1px black; */
	background-color: white;
    float:left;
    width:145px;
    padding: 0px 2px 2px 2px;
    line-height: 17px;
    voice-family: inherit;
    height: 100%;
}

div#extra{background:#FF8539}
div#extra{float:left;clear:left;width:200px}

div#footer
{
    background: white;
    color: black;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Verdana,Tahoma,Arial,Helvetica;
    font-size: small;    
}
div#footer p
{
    margin:0;
    padding:5px 10px;
    clear:both;
    width:100%;
}	
	
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

ul.lireg
{
	list-style-image: url('../ball.gif');
}

ul.lireg li
{
	padding-bottom: 5px;
}

ul.lireg li a
{
	font-size: 90%;
}

a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#ccc;}

#queuecontrol
{
    margin: 5px 0px 10px 0px;
    background: #f0e7d7;
}

#navcontainer
{
background-color: white;
width: 100%;
margin: 0 auto;
padding: 1em 0;
font-family: verdana, Arial, Sans-Serif;
font-size: 12px;
text-align: left;
height: 100%;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 1em;
border-width: 1px;
border-color: black;
border-style: solid;
color: black;
text-decoration: none;
background: #ED174D;
font-weight: bold;
font-size: 120%;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: black;
color: #ED174D;
font-weight: bold;
font-size: 120%;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #ED174D;
background: black;
border-color: black;
font-weight: bold;
font-size: 120%;
}

div.subheader
{
    font-family: Verdana,Tahoma,Arial,Helvetica;
    font-size: larger;
    color: Black; 
    text-indent: 20px;
    background: #ED174D;
    padding-bottom: 10px; 
    clear: both;
}

p.reg
{
    font-family: Verdana,Tahoma,Arial,Helvetica;
    font-size: medium;
    color: Black;
}

p.fourstarmotto
{
    font-family: Arial,Helvetica,Univers,Zurich BT;
    font-size: small;
    font-weight: bold;
    color: #003399;
    text-align: center;
}

input
{   
    font-size: small;
}

select
{
    font-size: small;
}


input.hidebutton
{
    display: none;
    visibility: hidden;    
}

.msglabel
{
    color: #800000;
    font-weight: bold;
}

tr.hide
{
    visibility: hidden;
    display: none;
}

tr.show
{
    visibility: visible;
    display: block;
}
