/* CSS Document */

.cmscontent1{
	width				: 300px;
}

.rightcontentcontainer{
	width				: 415px;
	min-height			: 90px;
	background-color	: #BDA1DA;
	margin-top			: 15px;
	margin-bottom		: 10px;
	margin-right		: 10px;
	overflow			: auto;
	float				: left;
}

.rightcontenttext{
	min-height			: 60px;
	width				: 390px;
	padding 			: 0px;
	margin-left			: 15px;
}

.rightcontenttext h4{
	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 				: 415px;
	height				: 15px;
}

.rightcontentimage, .blogImage {
	float				: right;
	width				: 205px;
	margin				: 0px 0px 0px 5px;
}

.rightcontentimage img, .blogContent img {
	width				: 200px;
}

.blogContainer {
	width				: 750px;
	clear				: both;
}
.blogContent {
	width				: 500px;
	float				: left;
}
.blogContent p{
	margin				: 0px 0px 5px;
	width				: 500px;
}

.blogContainer h3 {
	font-size			: 1em;
	font-weight			: normal;
	margin				: 0px 0px 5px;
}

.blogContainer h4 {
	font-size			: 1em;
	font-weight			: bold;
	margin				: 0px 0px 5px;
}
.blogTop {
	padding				:10px 0px 20px;
}
.rss {
	padding-bottom		: 2px;
}
.rss img {
	margin-top			: 4px;
	margin-bottom		: -4px;
}
.newsDate {
	width				: 100px;
	display				: inline;
}
/* ----------------------------------------------------------------------------- 
   ------- CURVES
 */

#topleft {background-image		: url(../STAT/brown_curve_top_left.gif);}
#topright {background-image		: url(../STAT/brown_curve_top_right.gif);}
#bottomleft {background-image	: url(../STAT/brown_curve_bot_left.gif);}
#bottomright {background-image	: url(../STAT/brown_curve_bot_right.gif);}

/* ----------------------------------------------------------------------------- 
   -------Text Styles
*/

h1, h2, h3, h4, h5, h6, a:hover, legend {
	color					: #9966cc;
}	

