﻿body {
    background: url(../images/page-bg.gif) repeat-x #f3f2f0;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: #333333;
    margin: 0px;
    padding: 0px;
    line-height: 18px;
}

#content {
    width: 900px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 10px 0px;
    background-color: #ffffff;
}
.header {
    width: 900px;
    height: 125px;
}

.dottedline {
    clear: left;
    background: url(../images/dottedline.gif) repeat-x;
    height: 21px;
}
.leftcol {
    width: 204px;
    float: left;
}
#centrecol {
    width: 472px;
    margin: 0px 0px 0px 10px;
    float:left;
}
#rightcol {
    width: 204px;
    float: right;
}

img {
    border-style: none;
}

h2 {
    margin: 0px 0px 4px 0px;
    }


/* footer styles */

#footer {
    height: 33px;
    padding-top: 20px;
}
.footerCopy {
    width: 230px;
    color: #999999;
    float: left;
    text-align: right;
}
.footerLinks {
    width: 250px;
    float: right;
    color: #999999;
}
.footerlinks2 {
    width: 350px;
    float: left;
    color: #999999;
    text-align: left;
    font-size: 10px;
    padding-left: 20px;
}
.footerLinks a {
    padding: 0px 10px 0px 10px;
    color: #999999;
    text-decoration: none;
}
.footerLinks a:hover {
    color: #333333;
}

/* news styles */

.newsbox {
    border: 1px solid #dddddd;
    padding: 3px;
    margin: 0px 0px 2px 0px;
}
.fullnewstitle {
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    width: 444px;
    float: left;
    padding: 0px 0px 0px 0px;
}
.fullnewssectiontitle {
    width: 150px;
    float: right;
    text-align: right;
}
.fullnewsdetail {
    color: #999999;
    width: 200px;
    float: left;
    margin: 0px 0px 0px 0px;
}
.fullnewsmore {
    float: right;
    width: 150px;
    text-align: right;
    margin: 0px 0px 0px 0px;
    color: #00568f;
    text-decoration: none;
    display: block;
}
.fullsnippet {
    clear: both;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.fullnewsmore a 
{
	text-decoration: none;
}
.fullnewsmore a:hover
{
	text-decoration: underline;
}
.pagerButton 
{
	border: 1px solid #999999;
    background: url(../images/formbutton-bg.gif) repeat-x;
}
.fulltesttitle {
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    width: 444px;
    padding: 0px 0px 0px 0px;
}

/* terms panels */

.modalBackground {  
    background-color:#000000; 
    filter:alpha(opacity=50);
    opacity:0.5;
}

.terms {
    background-color: White;
    border: 1px solid gray;
    height: 630px;
    width: 480px;
    padding: 10px;
}
.termsarea {
    clear: both;
    overflow-y: scroll;
    height: 520px;
    border: 1px solid gray;
    padding: 5px;
    margin-bottom: 16px;
}
.termsbuttons {
    text-align: center;
    height: 50px;
}
.modalBtn {
    display: none;
}
.termsTitle {
    height: 39px;
    width: 200px;
    float: left;
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
}
.termsImage {
    float: right;
    width: 108px;
    height: 49px;
}

/* Contact Forms */
.contForm {
    width: 100%;
    display: block;
    margin-top: 10px;
}
.contactBox {
    width: 300px;
    border: 1px solid #cccccc;
    font-size: 100%;
    color: #333333;
}
.contactBoxWide {
    width: 430px;
    border: 1px solid #cccccc;
    font-size: 100%;
    color: #333333;
}
.contactBoxNoBorderWide {
    width: 300px;
}
