<style>
/* CSS STARTS HERE */


/* This changes your link colors */
A:link 
{ text-decoration: none; color: #6b4d83; }
A:visited 
{ text-decoration: none; color: #6b4d83; }
A:active
{ text-decoration: none; color: #4e3066; }
A:hover 
{ text-decoration: none; color: #f3e2ad; }


/* This changes the basic properties of your layout */
body
{ font-family: Verdana; sans serif; helvetica;
color: #6b4d83;
font-size: 9px;
background-color: #c8cfdc;
background-image:url('ClestCheckBG.jpg');
text-align: justify;
margin-bottom: 5px; 
margin-right: 0px; 
margin-top: 5px;
}


/* This code centers your layout */
#centerlayout {
margin-left: -370px;
margin-right: 0px; 
margin-top: 0px; 
margin-bottom: 0px; 
width: 779px;
left: 50%;
top: 0%;
position: absolute;
}


/* This code controls the properties of your left menu */
#leftmenu
{ font-family: Verdana; sans serif; helvetica;
color: #f3e2ad;
font-size: 10px;
background-color: #8b8cb5;
background-image: url(' '#);
text-align: left;
border: 1px solid #f3e2ad;
border-bottom: 0px solid #f3e2ad;
border-top: 0px solid #f3e2ad;
width:125px;
}


/* This code controls the properties of your right menu */
#rightmenu
{ font-family: Verdana; sans serif; helvetica;
color: #f3e2ad;
font-size: 10px;
background-color: #8b8cb5;
background-image: url(' '#);
text-align: right;
border: 1px solid #f3e2ad;
border-bottom: 0px solid #f3e2ad;
border-top: 0px solid #f3e2ad;
width:120px;
}


/* This code controls the properties of your content */
#content
{ font-family: Verdana; sans serif; helvetica;
color: #614478;
font-size: 10px;
background-color: #c8cfdc;
background-image: url(' '#);
border: 0px solid #f3e2ad;
width: 529px;
}


/* This code controls the properties of your disclaimer */
#disclaimer
{ font-family: Verdana; sans serif; helvetica;
color: #6b4d83;
font-size: 10px;
background-color: #c8cfdc;
background-image: url(' '#);
border: 1px solid #f3e2ad;
text-align:center;
width:779px;
height:70px;
}


/* This code controls the properties of your banner */ 
#banner
{ font-family: Verdana; sans serif; helvetica;
color: #6b4d83;
font-size: 10px;
background-color: #c8cfdc;
background-image: url('CelestBanner.jpg');
border: 1px solid #f3e2ad;
text-align:center;
}


/* CSS ENDS HERE */

</style>