@charset "utf-8";
/* basic styling */
{
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size:92%; 
	background-color: #FFFFFF; 
}
.bigger {font-size:16px;}

#wrapper {
	position:relative;
	width:980px;
	height:830px; 
	margin: 0 auto;
	text-align:left;
}
#clear {
	clear: both;
	}
			
#header {
	position: relative;
	height: 200px; */
	/*text-align: center;*/
}
#header #contact {
	float:right;
	margin-top:20px;
	margin-right:25px;
	width:250px;
	color:#8A604F;
	font-size:18px;
	font-weight:bold;
	display:inline;
}
#content { 
	position:relative;
	width: 980px; 
	height: 590px;
	top: 0px;
	margin: 0 auto;
	/* Add image along Y axis of whole image for the sidebar background color*/
	/* background: url(images/marls_sidebar_50x1.jpg) repeat-y; */
}

#sidebar {
	float:left;
	width:220px;
	height:560px;
	top: 0px;
	margin-left:15px;
/*color: #6D6EA6;*/	
}
#sidebar a:link{
	color: #FFF;	
	text-decoration:none;
}
#sidebar a:visited {
	color: #FFF;	
	text-decoration:none;
}
#sidebar a:hover {
	color: #95C835;	
}
#sidebar a#current {
	color: #000000; 
	text-decoration:none;
	padding-top: 10px;
	/*padding-bottom: 15px; */
}
#sidebar p {
	padding:10px;
	background-color:#8A604F;
	display:block;
	margin:0px;
}
#sidebar #sidewords {
	font-weight:bold;
}
#rightside {
	float:right;
	top:0px;
	width:720px;
	height:560px;
	background-color:#FFFFFF; 
	text-align: left;
	overflow:auto;
	margin:0px;
	padding:0px;
	color: #8A604F;	
}
#rightside p {
	margin:10px;
}
#rightside ul li {
	padding:5px;
	list-style-position:outside;
}
#rightside a:link {
	text-decoration:none;
	color:#8A604F;
}
#rightside a:visited {
	text-decoration:none;
	color:#8A604F;
}
#rightside a:hover {
	color: #95C835;
}
	
#content #footer {
	position:absolute;
	top:580px;
	left:0px;
	color:#FFF;
	font-size:11px;
	width:980px;
	/*height:30px;*/	
	background:url(images/csc_topbar.jpg) no-repeat top;
}	
/*---rollovers need to be in the order of link, visited, hover, active ---*/	
#content #footer a:link {
	color: #FFF ;	
	text-decoration:none;
}
#content #footer a:visited {
	color: #FFF;	
	text-decoration:none;
}
#content #footer a:hover {
	color: #95C835;	
}
#content #footer p{
	margin-top:0px;
}