/* Text Handling in the text areas */

div p { margin: 0; }

/* White text area */

.whiteTopLeft {
background-image: url(/images/topLeftBody.gif); 
background-repeat: no-repeat; 
background-position: left; 
height: 12px;
margin: 0 5px;
}
.whiteTop {
background-image: url(/images/topBody.gif); 
background-position: left; 
height: 12px;
}
.whiteTopRight {
background-image: url(/images/topRightBody.gif); 
background-repeat: no-repeat; 
background-position: right; 
height: 12px;
}

.whiteLeft {
background-image: url(/images/leftBody.gif); 
background-repeat: repeat-y; 
background-position: left; 
background-color: white;
margin: 0 5px;
}

.whiteRight {
background-image: url(/images/rightBody.gif); 
background-repeat: repeat-y; 
background-position: right; 
padding: 0 5px;
}

.whiteBottomLeft {
background-image: url(/images/bottomLeftBody.gif); 
background-repeat: no-repeat; 
background-position: left; 
height: 12px;
margin: 0 5px;
}

.whiteBottom {
background-image: url(/images/bottomBody.gif); 
background-position: left; 
height: 12px;
}

.whiteBottomRight {
background-image: url(/images/bottomRightBody.gif); 
background-repeat: no-repeat; 
background-position: right; 
height: 12px;
}
.white {padding-bottom: 5px;
}

/* Green text area */

.greenTop {
background-image: url(/images/topAd.gif); 
background-position: right; 
height: 12px;
}
.greenTopLeft {
background-image: url(/images/topLeftAd.gif); 
background-repeat: no-repeat; 
background-position: left; 
height: 12px;
}
.greenTopRight {
background-image: url(/images/topRightAd.gif); 
background-repeat: no-repeat; 
background-position: right; 
height: 12px;
}

.greenLeft {
background-image: url(/images/leftAd.gif); 
background-repeat: repeat-y; 
background-position: left; 
background-color: #E7E763;
}

.greenRight {
background-image: url(/images/rightAd.gif); 
background-repeat: repeat-y; 
background-position: right; 
padding: 0 5px;
}

.greenBottomLeft {
background-image: url(/images/bottomLeftAd.gif); 
background-repeat: no-repeat; 
background-position: left; 
height: 12px;
}

.greenBottom {
background-image: url(/images/bottomAd.gif); 
background-position: right; 
height: 12px;
}

.greenBottomRight {
background-image: url(/images/bottomRightAd.gif); 
background-repeat: no-repeat; 
background-position: right; 
height: 12px;
}

.green {padding-bottom: 5px;}

.green h1, .green h2, .green h3 {
margin: 0;
font-size: 100%;
}
.green p {
font-size: 80%;
}

.green p a {
color: black;
}

/* Blue text area */

.blueTop, .blueBottom {
background-image: url(/images/topMenu.gif); 
background-position: right; 
height: 12px;
}

.blueTopRight {
background-image: url(/images/topRightMenu.gif); 
background-repeat: no-repeat; 
background-position: right; 
height: 12px;
}

.blueBody {
background-color: #072C63;
padding: 0x 5px;
}

.blueBottomRight {
background-image: url(/images/bottomRightMenu.gif); 
background-repeat: no-repeat; 
background-position: right; 
height: 12px;
}
.blue {padding-bottom: 5px;}

.blueBody p {
text-align: center;
color: #E7E763;
font-size: 75%;
}
.blueBody p a { color: #E7E763; }

/* Blue topmenu area */

#blueMenuTop, #blueMenuBottom {
background-image: url(/images/topMenu.gif); 
background-position: right; 
height: 12px;
z-index: 10;
width: 765px;
}
#blueMenuTop {
position: absolute;
top: 133px;
z-index: 10;
}

#blueMenuTopRight {
background-image: url(/images/topRightMenu.gif); 
background-repeat: no-repeat; 
background-position: right; 
height: 12px;
}

#blueMenuBody {
padding: 0 5px;
position: absolute;
top: 135px;
z-index: 10;
}

#blueMenuBottomRight {
background-image: url(/images/bottomRightMenu.gif); 
background-repeat: no-repeat; 
background-position: right; 
height: 12px;
}

#blueMenuBottom {
position: absolute;
top: 144px;
z-index: 9;
}


/* Blue submenu area */

.blueSubMenuTop, .blueSubMenuBottom {
background-image: url(/images/topMenu.gif); 
background-position: right; 
height: 12px;
}

.blueSubMenuTopRight {
background-image: url(/images/topRightMenu.gif); 
background-repeat: no-repeat; 
background-position: right; 
height: 12px;
}

.blueSubMenuBody {
background-color: #072C63;
padding: 0;
}

.blueSubMenuBottomRight {
background-image: url(/images/bottomRightMenu.gif); 
background-repeat: no-repeat; 
background-position: right; 
height: 12px;
}
.blueSubMenu {padding-bottom: 5px;}