/* CSS Document */

.cmscontent1{
	width				: 450px;
}

.rightcontentcontainer{
	width				: 300px;
	min-height			: 90px;
	background-color	: #F2C200;
	margin-top			: 15px;
	margin-bottom		: 10px;
	margin-right		: 10px;
	overflow			: auto;
}

.rightcontenttext{
	min-height			: 60px;
	width				: 275px;
	padding 			: 0px;
	margin-left			: 15px;
}

.rightcontenttext h3{
	font				: bold;
	color				: #ffffff;
	margin-bottom		: 15px;
}

.rightcontenttext p, .rightcontenttext p a, .rightcontenttext li{
	font				: normal;
	color				: #ffffff;
	text-decoration		: none;
}

.rightcontenttext p a:hover{
	color				: #ffffff;
	text-decoration		: underline;
}

.curvesholder {
	width 				: 300px;
	height				: 15px;
}

#nextclientlink{
	width				: 275px;
	padding				: 5px 0px 0px 125px;
}

/* ----------------------------------------------------------------------------- 
   ------- CURVES
 */

#topleft {background-image		: url(../STAT/yellow_curve_top_left.gif);}
#topright {background-image		: url(../STAT/yellow_curve_top_right.gif);}
#bottomleft {background-image	: url(../STAT/yellow_curve_bot_left.gif);}
#bottomright {background-image	: url(../STAT/yellow_curve_bot_right.gif);}

/* ----------------------------------------------------------------------------- 
   -------Text Styles
*/

h1, h2, h3, h4, h5, h6, a:hover, legend {
	color					: #F2C200;
}	
