body {
	color: #000;
	font-size: 11px;
	font-family: verdana, helvetica, sans-serif;
	margin: 0px;
	background-color: #E9E9DF;
}
#bodyContainer {
	text-align: center;
}
#bodyContainer2 {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

.borderTopWhite {
	border-top: 1px solid #fff;
}
.borderRightWhite {
	border-right: 1px solid #fff;
}
.borderBottomWhite {
	border-bottom: 1px solid #fff;
}
.borderLeftWhite {
	border-left: 1px solid #fff;
}
.borderBottomGrey{
	border-bottom: 1px solid #949694;
}


/* CMO Additions */

#header {
	position: relative;
	width: 760px; height: 45px;
	margin: 10px 0;
	}
	
#header h1#logo {
	position: absolute; top: 0; left: 5px;
	margin: 0; padding: 0;
	background: url(/templates/rt_versatility_ii_beige/images/FortuneBTA_logo.gif) no-repeat top left;
	text-indent: -999em;
	}
	
#header h1#logo a {
	display: block;
	width: 192px; height: 45px;
	}

#header .tagline {
	position: absolute; top: 20px; left: 370px;
	font: 18px/24px normal "Trebuchet MS", Arial, Verdana;
	color: #ce2931;
	margin: 0; padding: 0;
	width: 400px; height: 45px;
	line-height: 18px; 
	}

/* End CMO Additions */


/* Bevels */
.fortuneBoxHighlight1 {
	position: relative;
	top: -3px;
	left: -3px;
	margin-right: 0px;
	border-top: none;
	border-left: none;
	border-right: 1px solid #EAEAE1;
	border-bottom: 1px solid #EAEAE1;
}
.fortuneBoxHighlight2 {
	border-top: none;
	border-left: none;
	border-right: 1px solid #EEEEE6;
	border-bottom: 1px solid #EEEEE6;
}
.fortuneBoxHighlight3 {
	border-top: none;
	border-left: none;
	border-right: 1px solid #EFEFE8;
	border-bottom: 1px solid #EFEFE8;
}
.fortuneBoxWhiteBorder {
	border-top: none;
	border-left: none;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.fortuneBox {
	margin: 0px;
	padding: 0px;
	min-height: 344px;

	border-top-color: #EEEEE6;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #CDCDC4;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #C9C9C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #F1F1EB;
	border-left-style: solid;
	border-left-width: 1px;
}
.fortuneBox2 {
	margin: 0px;
	padding: 0px 10px 10px 10px;
	min-height: 344px;

	border-top-color: #E9E9DF;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #DBDBD2;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #D2D2C9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #EEEEE6;
	border-left-style: solid;
	border-left-width: 1px;
}
.fortuneBoxContent {
	margin: 0px;
	padding: 0px;
	background-color: #E9E9DF;

	border-top-color: #EAEAE0;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #E6E6DC;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #E4E4DB;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #EAEAE1;
	border-left-style: solid;
	border-left-width: 1px;
}

