﻿html
{
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: center top;
    background-image:url(../images/bg.gif);
    background-color: #FFFFFF;
}

html, body
{
    width: 100%;
    height: 100%;
}

body
{
    margin: 0px;
    text-align: center;
    
    /*
    font-family: Arial;
    font-size: 12px;
    */
    
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;

	line-height: 1.4em;
    color: #000000;
    height: 100%;
}

#container
{
    margin:0px;
    margin-left: auto;
    margin-right: auto;
    width: 770px;
    text-align:left;
    vertical-align:top;
}

#header
{
    width: 770px;
    height: 140px;
    padding-left:145px;
}

#header ul li
{ 
    float:left;
    list-style-type: none; 
    margin-top:90px;
}

#header ul li a img
{
    border: 0px;
    width:30px;
    height:15px;
    margin-right:10px;
}

#navigation
{
    float: left;
    width:130px;
    margin-left:50px;
    margin-right:10px;
    vertical-align:top;
    text-align:center;
}
#navigation a
{
    margin-bottom:10px;
    width:130px;
    display:block;
    text-decoration: none;
    color: #3163B5;
    font-size: 15px;
    font-weight:bold;
    text-transform:uppercase;
}

#navigation a:HOVER
{
    color:#000000;
}

#content
{
	margin-top: 0px;
	margin-right:40px;
	padding-top:0px;
    width: 540px;
    vertical-align: top;
    float:right;
}

#content h1
{
    font-size: 1.4em;
    margin-top: 0px;
    text-transform:uppercase;

}

hr {
	color : #B50000;
	height : 3pt;
	border : thick double;
	border-left : none;
	border-right : none;
}

input
{
    border:solid 1px #CDCDCD;
}

input.formbutton
{
    width:150px;
    height:30px;
}