body {
font-family: Arial, Verdana, Tahoma;
font-size: 11px;
background-image: url("images/page_bg.jpg");
background-repeat: repeat-x;
color: #003366;
padding: 0;
margin: 0;
}

li {
font-size: 12px;
}

a {
color: #006699;
font-weight: bold;
}
a:hover {
color: #0099CC;
}
a:visited {
color: #006699;
}
a:active {
color: #0099CC;
}

.page {
width: 700px;
border-left: 1px solid #003366;
border-right: 1px solid #003366;
background-color: #FFFFFF;
margin: 0;
padding: 0;
}

.subtitle {	
font-size: 12px;
color: #000099;
font-weight: bold;
}

.footersep {
height: 20px;
width: 690px;
padding: 5px 10px 0 0;
border-left: 1px solid #003366;
border-right: 1px solid #003366;
color: #FFFFFF;
background-image: url("images/footer_sep_bg.jpg");
text-align: right;
}
.footer {
height: 125px;
width: 700px;
border-left: 1px solid #003366;
border-right: 1px solid #003366;
font-size: 10px;	
color: #006699;
background-image: url("images/footer_bg.jpg");
}

.banner {
background-image: url("images/banner.jpg");
background-repeat: none;
height: 200px;
width: 700px;
border-left: 1px solid #003366;
border-right: 1px solid #003366;
padding: 0;
margin: 0;
}

.tabscontainer {
background-image: url("images/banner_tabs_bg.jpg");
position: relative;
top: 160px;
width: 700px;
height: 40px;
border-left: 1px solid #003366;
border-right: 1px solid #003366;
margin: 0;
padding: 0;
}
.tab_s a {
margin-left: 5px;
display: block;
width: 105px;
height: 27px;
padding-top: 13px;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
text-align: center;
}
.tab_s a:hover {
background-image: url("images/banner_tab_s.jpg");
color: #006699;
}
.tab_s_on a {
margin-left: 5px;
display: block;
width: 105px;
height: 27px;
padding-top: 13px;
background-image: url("images/banner_tab_s.jpg");
color: #FF8800;
font-weight: bold;
text-decoration: none;
text-align: center;
}
.tab_m a {
margin-left: 5px;
display: block;
width: 130px;
height: 27px;
padding-top: 13px;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
text-align: center;
}
.tab_m a:hover {
background-image: url("images/banner_tab.jpg");
color: #006699;
}
.tab_m_on a {
margin-left: 5px;
display: block;
width: 130px;
height: 27px;
padding-top: 13px;
background-image: url("images/banner_tab.jpg");
color: #FF8800;
font-weight: bold;
text-decoration: none;
text-align: center;
}


.infobar {
background-image: url("images/banner_infobar.jpg");
text-align: right;
height: 20px;
width: 690px;
padding: 5px 10px 0 0;
font-weight: bold;
}


.contactbox {
font-size: 11px;
color: #003399;
text-decoration: none;
}
.contactbox a {
font-size: 11px;
color: #003399;
text-decoration: none;
}
.contactbox a:visited {
font-size: 11px;
color: #003399;
text-decoration: none;
}
.contactbox a:active {
font-size: 11px;
color: #FF9900;
text-decoration: none;
}
.contactbox a:hover {
font-size: 11px;
color: #FF9900;
text-decoration: none;
}




/* FORMS */

.label {
font-weight: bold;
font-size: 12px;
text-align: right;
vertical-align: top;
padding-top: 5px;
}

.button {
width: 120px;
height: 30px;
margin: 0;
border: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
cursor: pointer;
}
.button_s {
width: 90px;
height: 30px;
margin: 0;
border: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
cursor: pointer;
}

.textfield {
width: 250px;
height: 26px;
background-image: url("images/textfield_bg.gif");
text-align: left;
}
.textfield input {
width: 230px;
height: 16px;
border: 0;
padding: 0;
margin: 6px 0px 0px 12px;
background: none;
color: #004477;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

.textfieldsmall {
width: 150px;
height: 26px;
background-image: url("images/textfield_small_bg.gif");
text-align: left;
}
.textfieldsmall input {
width: 130px;
height: 16px;
border: 0;
padding: 0;
margin: 6px 0px 0px 12px;
background: none;
color: #004477;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.textfieldmedium {
width: 200px;
height: 26px;
background-image: url("images/textfield_medium_bg.gif");
text-align: left;
}
.textfieldmedium input {
width: 180px;
height: 16px;
border: 0;
padding: 0;
margin: 6px 0px 0px 12px;
background: none;
color: #004477;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

.textfieldpound {
width: 150px;
height: 26px;
background-image: url("images/textfield_pound_bg.gif");
text-align: left;
}
.textfieldpound input {
width: 120px;
height: 16px;
border: 0;
padding: 0;
margin: 6px 0px 0px 20px;
background: none;
color: #004477;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

.dropdown {
width: 250px;
height: 26px;
background-image: url("images/textfield_bg.gif");
text-align: left;
float: left;
}
.dropdown select {
width: 230px;
height: 16px;
border: 0;
padding: 0;
margin: 5px 5px 0px 10px;
background: none;
color: #004477;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.dropdown option {
border: 0;
background-color: #FFFFFF;
color: #004477;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

.dropdownmedium {
width: 200px;
height: 26px;
background-image: url("images/textfield_medium_bg.gif");
text-align: left;
float: left;
}
.dropdownmedium select {
width: 180px;
height: 16px;
border: 0;
padding: 0;
margin: 5px 5px 0px 10px;
background: none;
color: #004477;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.dropdownmedium option {
border: 0;
background-color: #FFFFFF;
color: #004477;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

.dropdownsmall {
width: 150px;
height: 26px;
background-image: url("images/textfield_small_bg.gif");
text-align: left;
float: left;
}
.dropdownsmall select {
width: 130px;
height: 16px;
border: 0;
padding: 0;
margin: 5px 5px 0px 10px;
background: none;
color: #004477;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.dropdownsmall option {
border: 0;
background-color: #FFFFFF;
color: #004477;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}


.textarea {
width: 250px;
height: 100px;
background-image: url("images/textarea_bg.gif");
text-align: left;
}
.textarea textarea {
width: 220px;
height: 80px;
border: 0;
padding: 0;
margin: 8px 0px 0px 15px;
background: none;
color: #003366;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}


.steps {
width: 598px;
background-image: url("images/steps_bg.jpg");
background-repeat: repeat-x;
border-left: 1px solid #003366;
border-right: 1px solid #003366;
border-bottom: 1px solid #003366;
}


.tooltip {
text-decoration: none;
border-bottom: 1px dashed #006699;
}


.error {
text-align: center;
color: #DD0000;
}