﻿/* ---------- Basic Page Setup ---------- */
html {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    background: #E9EBF1 url(gfx/bg.png) repeat-y center;
}
#container {
    position: relative;
    margin: 0px auto 0px auto;
    padding: 115px 0 0 0;
    width: 800px;
    height: 100px;
}
#header {
    position: absolute;
    top: 0;
    margin: 0 auto 0 auto;
    padding: 82px 0 0 0;
    width: 800px;
    height: 28px;
    background: url(gfx/header.gif) no-repeat;
    border-bottom-width: 5px;
    border-bottom-color: #1A54AC;
    border-bottom-style: solid;
}

/* ---------- Header Elements ---------- */
/* Menu */
#menu {
    width: 780px;
    margin: 0;
    padding: 0 20px 0 0;
    text-align: right;
}
#headergreen {
    position: absolute;
    top: 0;
    margin: 0 auto 0 auto;
    padding: 82px 0 0 0;
    width: 800px;
    height: 28px;
    background: url(gfx/header.gif) no-repeat;
    border-bottom-width: 5px;
    border-bottom-color: #CCFB9B;
    border-bottom-style: solid;
}

#headeryellow {
    position: absolute;
    top: 0;
    margin: 0 auto 0 auto;
    padding: 82px 0 0 0;
    width: 800px;
    height: 28px;
    background: url(gfx/header.gif) no-repeat;
    border-bottom-width: 5px;
    border-bottom-color: #FEFF9C;
    border-bottom-style: solid;
}

#bottombar 
{
    width: 800px;
    height: 5px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    background-color: #1A54AC;
}
#personalins 
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: #FAFB9B;
    padding: 10px 10px 10px 10px;
    border: solid 1px #ECED94;
}

#businessins 
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: #CCFB9B;
    padding: 10px 10px 10px 10px;
    border: solid 1px #C3EF95;
}
#footer 
{
    width: 400px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: justify;
}

body,td,th 
{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}

a 
{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

a:link 
{
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover 
{
	text-decoration: none;
	color: #94D4F0;
}

a:active 
{
	text-decoration: none;
	color: #FFFFFF;
}

.style1 
{
	color: #FFFFFF;
	font-weight: bold;
}
.style2
{
    color: #000000;
}

.form
{
width: 100%;
}

.style4
{
	font-weight: bold;
}

.form80
{
	width:80%;
}

.orange
{
	border: 1px solid #FF3300;
	margin: 0px;
	padding: 0px;
}

.style5 
{
    color: #FF0000
}

.style6 
{
	color: #CC0000;
	font-weight: bold;
}

.smltxt 
{
    font-family: Tahoma;
    font-size: 10px;
    color: #A4A4A4;
}

img 
{
    border: 0;
}
