﻿html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
}
body 
{
    margin: 0px 0px 0px 0px;
    background-color: #dddddd;
}

div#ffcontainer
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:784px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
    background-image: url(images/bg_02.gif);
    background-position: center top;
    background-repeat: repeat-y;
}
div#ffheader
{
	padding-top: 19px;
	position: relative;
    background-image: url(images/bg_01.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 784px;
}
div#ffcontent
{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 20px 45px 20px;
	position: relative;
	top: 0px;
	bottom: 0px;
}
div#fffooter
{
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	vertical-align: middle;
    background-image: url(images/bg_03.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
}
#nav
{
    margin-top: 0px;
    margin-left: 19px;
    width: 742px;
    padding: 4px 4px 4px 0px;
    background-color: #264185;
    color: White;
    font-family: Georgia, "Bitstream Charter" , "Century Schoolbook L" , "Liberation Serif" ,Times,serif;
    font-size: 0.8em;
    font-weight: normal;
    text-align: right;
}
#nav a
{
    color: White;
    text-decoration: none;
}
#nav a:hover
{
    color: White;
    text-decoration: underline;
}
#logo
{
    margin-left: 19px;
    border-bottom: solid 1px #264185;
}
div#footerbox
{
    margin-bottom: 19px;
    margin-left: 19px;
    width: 740px;
    left: 19px;
    top: 0px;
    height: 46px;
    background-color: #264185;
    font-family: Tahoma,Arial;
    font-size: 8pt;
    padding: 3px;
    text-align: center;
    color: White;
}
div#footerbox a
{
    color: White;
    text-decoration: underline;
}
div#footerbox a:hover
{
    color: #ddddff;
    text-decoration: underline;
}
img
{
    border: none;
}
.stdform
{
	border: none;
}
.stdform p
{
	clear: left;
	margin: 0;
	padding: 5px 0px 0px 160px;
    color: #333333;
    font-family: Georgia,"Bitstream Charter","Century Schoolbook L","Liberation Serif",Times,serif;
    font-size: 0.8em;
}
.stdform label
{
	float: left;
	margin-left: -160px;
	width: 150px;
    color: #333333;
    font-family: Georgia,"Bitstream Charter","Century Schoolbook L","Liberation Serif",Times,serif;
    font-size: 1em;
	text-align: right;
	padding-bottom: 3px;
}
.stdform input, textarea, select
{
	font-family: Arial;
	font-size: 1em;
	color: Black;
}
.stdform legend
{
	font-family: Trebuchet MS;
	font-size: 0.8em;
	font-weight: bold;
	color: Black;
}
.button
{
	margin: 20px 20px 0px 20px;
    font-family: Georgia,"Bitstream Charter","Century Schoolbook L","Liberation Serif",Times,serif;
    font-size: 0.8em;
    background-color: White;
    border: solid 1px black;
}
.list-link
{
    font-family: Arial;
    font-size: 1em;
    font-weight: bold;
    color: #264185;
    text-align: left;
}
.list-link a
{
    color: #264185;
    text-decoration: none;
}
.list-link a:hover
{
    color: #264185;
    text-decoration: underline;
}