﻿body
{ 
    background: #004a80;
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 70%;
    color: #ffffff;
    line-height: 1.3em;
}

.clear { clear: both; }

#siteContainer
{
    margin: 0px auto;
    width: 837px;
    background: url(/images/bg_body.gif) no-repeat;
	border: solid 1px #4877a5;
}

#siteLogo
{
    float: right;
    margin-right: 20px;
    margin-top: 29px;
    margin-bottom: 0px;
    height: 66px;
    width: 214px;
}

#rightCol
{
    float: right;
    margin-top: 35px;
    margin-right: 37px;
    width: 410px;
}

#leftCol
{
    float: left;
    margin-top: 313px;
    margin-left: 73px;
    width: 248px;
}

#help
{
    margin-left: 73px;
    margin-right: 58px;
    padding: 0px;
    border-bottom: 1px solid #4877a5;
    height: 42px;
    text-align: right;
}

#footer
{
    margin-left: 73px;
    margin-right: 58px;
    margin-top: 5px;
    margin-bottom: 15px;
}

h1 {
	font-size: 2em;
	font-weight: bolder;
	line-height: 1em;
	margin-bottom:0px;
}

h2 
{
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.3em;
	margin-top: 5px;
}

.goldText { color: #FDBF68; font-weight: bold; }

p.smallTopMargin { margin-top:5px; }

a:link {
	color: #fdbf68;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}
a:visited {
	color: #fdbf68;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}

ul {
	list-style-image: url(/images/px_bullet.gif);
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
	padding-bottom: 16px; padding-top: 16px;
}

li {
	padding-bottom: 10px;
}

input.tb, textarea.tb
{
    width: 150px;
    border: solid 1px #4877a5;
    background: #ffffff;
    color: #000000;
}

select 
{
    width: 155px;
}