/* All comments are surrounded by /* */ 
/* Comments can't be placed inside { } brackets  */

/********************************* Styles for specific areas on page *********************************/
/*** This section can be used to apply styles to specific areas of the page                                                      ***/
/*** For example "#leftContent a" and "#leftContent a:hover" (below)                                                          ***/
/*** could be used to apply styles to left column links only                                                                          ***/
/*** (by default they are left empty so they will have the same style as the rest of the page)                         ***/
/*********************************************************************************************/

/* #wrapper is the outermost table containing all the content sections */
#wrapper {
width:700px;
background-color:black;
border:0;
padding:0;
margin:auto; /* margin-auto is required to center the main (#wrapper) table for non-MSIE browsers */
}
#topContent{
padding:15px;
}
#centerContent{
padding:20px;
}
#bottomContent{
padding:0px;
}

/********************************** General page wide styles **********************************/
/*** These styles apply to the whole page, but will we overridden                                                           ***/
/*** in specific areas if the same elements exist for the specific area above                                            ***/
/*****************************************************************************************/
body {
margin: 0;
scrollbar-face-color: #ccc000;
scrollbar-shadow-color: Gray;
scrollbar-highlight-color: #FFCC66;
scrollbar-3dlight-color: #105c98;
scrollbar-darkshadow-color: Black;
scrollbar-track-color: #000000;
scrollbar-arrow-color: White
}
input, select, textarea {
font-size: 12px;
}
p {
margin-top: 0;
margin-bottom: 0;
}
h1{
margin:0;
}
img {
border: none;
text-decoration: none;
}
a img {
text-decoration: none;
}
.smalltxt {
font-size: 8pt;
font-family: Verdana, Arial, Helvetica
}
.largetxt {
font-size: 10pt;
font-family: Verdana, Arial, Helvetica
}
.ripesiteFooterLogo{
display:none;
}

a.escortsfooter:link { color:#666666;  text-decoration:underline; }
a.escortsfooter:visited { color:#666666;  text-decoration:underline; }
a.escortsfooter:active { color:#666666;  text-decoration:underline; }
a.escortsfooter:hover { color:#ccc000;  text-decoration: none; BACKGROUND: None; }

/* spare : links code /*
/*a.escorts:link     { font-family:Verdana,Arial,sans-serif; font-size: 9pt; color:#ccc000;  text-decoration:underline; }/*
/*a.escorts:visited { font-family:Verdana,Arial,sans-serif; font-size: 9pt; color:#ccc000;  text-decoration:underline; }/*
/*a.escorts:active  { font-family:Verdana,Arial,sans-serif; font-size: 9pt; color:#ccc000;  text-decoration:underline; }/*
/*a.escorts:hover  { font-family:Verdana,Arial,sans-serif; font-size: 9pt; color:#ffffff;  text-decoration: none; BACKGROUND: None; }/*
/*