body {
    background-color: #FFFFFF;
    margin: 0;
    background-image: url("/images/main_bg.jpg");
    background-position: top;
    background-repeat: repeat-x;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

img {
    border: 0;
}

h1 {
    color: #2A6C79;
	font-size: 23px;
}

input, select, textarea {
	margin-top: 5px;
	margin-bottom: 5px;
}

.WidthDiv {
    width: 968px;
    background-image: url("/images/page_bg.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
}

.LeftColNav {
    width: 192px;
    float: left;
    text-align: left;
	position: relative;
	z-index: 100;
}

.OfferText {
    position: absolute;
    top: 200px;
    left: 440px;
    text-align: left;
    color: #FFFFFF;
    font-size: 16px;
    width: 465px;
}

.ContentArea {
    margin-left: 250px;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    padding-right: 20px;
	position: relative;
	z-index: 10;
}

.BoxDiv {
    position: absolute;
    top: 45px;
	left: 0;
    background-image: url("/images/bnr_img.jpg");
    background-position: top;
    background-repeat: no-repeat;
    width: 968px;
    height: 369px;
}

.BoxDivInner {
    position: absolute;
    top: 0px;
	left: 0;
    background-image: url("/images/subpage_bg.jpg");
    background-position: top;
    background-repeat: no-repeat;
    width: 968px;
    height: 369px;
}

.Logo {
    position: absolute;
    top: 45px;
    left: 0;
}

.MainTopNav {
    position: absolute;
    top: 2px;
	left: 100px;
    z-index: 100;
}

.MainBottomNav {
    width: 968px;
    margin-bottom: 12px;
	position: relative;
	left: 100px;
}

.NavDiv {
    display: inline-block;
    padding: 10px;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
	float: left;
}

.BottomRow {
    position: relative;
    top: 450px;
    left: 18px;
}

.BottomRowInner {
    position: relative;
    top: 300px;
    left: 12px;
}

.BottomRowBox {
    display: inline-block;
    position: relative;
	float: left;
}

.BottomRowBox .Header {
    position: absolute;
    top: 8px;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 227px;
    font-size: 16px;
}

.BottomRowBox .Text {
    position: absolute;
    top: 50px;
    width: 173px;
    padding: 27px;
    font-size: 18px;
    line-height: 19px;
}

.BottomRowBox .Header h1 {
    margin: 0;
    color: #F5E202;
    font-size: 21px;
}

.TextArea {
    background-color: #FFFFFF;
    min-height: 200px;
    border: 1px solid #FFFFFF;
    position: relative;
    top: 234px;
    z-index: 100px;
}

.Footer {
    padding-top: 14px;
    position: relative;
    top: 520px;
    left: 0;
    width: 100%;
    height: 200px;
    color: #2B7684;
}

.FooterInner {
    padding-top: 14px;
    position: relative;
    top: 300px;
    left: 0;
    width: 100%;
    color: #2B7684;
    z-index: 100;
}

.GreenBar {
    margin-top: 20px;
    background-color: #2C6E7C;
    color: #9FD3DD;
    height: 100%;
}

.GreenBottom {
    position: relative;
    top: 228px;
    left: 0;
    height: 200px;
    background-color: #2C6E7C;
    width: 100%;
}

a.TopNav:link {
    text-decoration: none;
    color: #FFFFFF;
}

a.TopNav:active {
    text-decoration: none;
    color: #F5E202;
}

a.TopNav:visited {
    text-decoration: none;
    color: #FFFFFF;
}

a.TopNav:hover {
    text-decoration: underline;
    color: #F5E202;
}
