﻿html, body 
{
    width: 100%;
    margin: 0px auto;
}

body 
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    color: #333333;
    text-align: center;
    background-color: #e5e5e5;
}

div#container
{
    background-color: #ffffff;
    width: 800px;
    text-align: left;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid 1px #BBBBBB;
}

div#banner 
{
    height: 100px;
    width: 730px;
    font-weight: bold;
    font-size: 1.0em;
    color: #666666;
    padding-left: 35px;
    padding-right: 35px;
    background-image: url("../images/banner_bg.png");
    background-repeat:repeat-x;
}

div#banner a, div#banner a:visited, div#banner a:active
{
    color:#555555;
    text-decoration:none;
}

div#banner a:hover
{
    text-decoration: underline;
    color: #268AFA;
}

div#footer a, div#footer a:hover, div#footer a:visited, div#footer a:active
{
    color: #FFFFFF;
    text-decoration: none;
}

div#footer a:hover
{
    text-decoration: underline;
}

div#menu
{
    width: 800px;
    height: 1.3em;
    border-bottom: solid 1px #BBBBBB;
    border-top: solid 1px #BBBBBB;
    background-color: #f0f0f0;
}

div.main 
{
    width:730px;
    padding:20px;
    padding-left:35px;
    padding-right:35px;
}

fieldset
{
    width: 400px;
    padding: 10px;
	margin-bottom: 1.1em;    
}

input, textarea
{
    width:380px;
    font-size: 0.9em;
}
button, .Button
{
    border: solid 1px #fd0100;
    color: #333333;
    font-weight: bold;
    background-color: #ffffff;
    margin-left: 10px;
}

textarea
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
}

h1, h2 
{
    color:#555555;
}
h1
{
    font-size:1.2em;
}
h2
{
    font-size: 1.0em;
}
p, ul, ol, table, p.rightheader { 
	text-align: left;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-bottom: 1.0em;
}
p.rightheader
{
    text-align: inherit;
    font-weight: bold;
    font-size:1.0em;
    padding-bottom: 0px;
}

a, a:hover, a:visited, a:active 
{
    color: #268AFA;
    text-decoration: underline;
}
label
{
    clear:both;
    display:block;
    font-size: 0.8em;
    color: #555555;
    margin-top: 0.2em;
}
legend
{
    font-size: 0.8em;
    color: #555555;
    font-weight: bold;
}

div#footer
{
    background-color: #033981;
    color: #FFFFFF;
    padding: 10px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 0.7em;
}

div#menu
{
    padding-left: 35px;
    width:765px;
    clear:both;
}
div.clear
{
    clear:both;
}

a.menulink, a.menulink:active, a.menulink:visited, a.menulink:hover 
{
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
    display: block;
    margin-right:30px;
    color: #333333;
    float:left;
    margin-top: 0.2em;
}
a.menulink:hover
{
    color: #FD0100;
}

img.bordered
{
    border: solid 1px #707070;
}

span.red 
{
    color:#FD0100;
}

span.grey
{
    color:#707070;
}