/* Start of CMSMS style sheet 'OutWrite' */
body{
	font-family:Arial;
	font-size:12px;
}

#container{
	width:954px;
	margin:0 auto;	
}

#header{
	height:160px;
	background:url(uploads/images/header.jpg) no-repeat;
}

#menu ul{
	margin-left:80px;
}
	#menu ul li{
		display:inline;
		margin-left:5px;
		float:left;
	}	
		#menu ul li a{	
			float:left;
			display:block;	
			width:108px;
			height:18px;
			background:url(uploads/images/nav-back-off.jpg);
			margin-left:5px;
			padding:10px 0;
			text-align:center;
			color:#000;
			text-decoration:none;
			font-size:13px;
			font-weight:bold;
		}
		#menu ul li a:hover,#menu ul li h3{
			background:url(uploads/images/nav-back.jpg);
			color:#fff;
			display:block;	
			width:108px;
			height:18px;
			padding:10px 0;
			text-align:center;
		}
		#menu ul li h3{
			margin:0;
		}

#seperator{
	clear:both;
	display:block;
	height:4px;
	color:#25aae1;
	background-color:#25aae1;
	margin-top:50px;
}

#maincol{
	width:720px;
	float:left;
}
	#maincol #content{
		padding:20px;
		background:url(uploads/images/full-body-repeat.gif) repeat-y;
	}
	#maincol #index{
		padding:20px;
		background:url(uploads/images/index-content.jpg) no-repeat;
	}

#rightcol{
	width:217px;
	float:right;
}
#rightcol #news{
	background:url(uploads/images/rightcol-back.jpg) repeat-x top;
	padding:10px;
}
#NewsSummaryPostdate{
color:red;
}
#rightcol #rightinner{
	background:url(uploads/images/services-back.jpg) repeat-x top;
	padding:10px;
}

#baseseperator{
	clear:both;
	height:4px;
	line-height:4px;
	color:#7a85b2;
	background-color:#7a85b2;
}
/* End of 'OutWrite' */

