/****************
Experiment with .homelinks (under #menu) If looks good may 
adapt for the rest of the web site 3-2007 , Paula D.
Deployed on MCS help pages 5-07
******************/

/* Hides from IE5-mac \*/
* html #menu {height: 1%;}
/* End hide from IE5-mac */

/**Controls all buttons**/


		/**Just controls the top links to  main pages
		Could use .homlink but it needs to have the 'a' element tacked on.
		 **/
		 
.mainlink a {
	display:block;
	font-size:14px;
	padding:3px 0px 3px 0px;
	text-decoration: none;
	background-color:#EBEBEB;
	background-image: none;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f3f3f3;
}
/*************
New Banner Look 2-2007
**************/
#mcs23  {
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
	width: 100%;
	height: 91px;
	background-color: #FFF;
	background-image:url(assets/gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
		}
		
#mcs23 span {
	display:none
	}	
	
#logo {
text-indent: 0px;
}
	
	#mcs23 img {
	padding:0px;
	margin:0px;}

img {padding:5px;}	

#wrapper {
		background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	height:500px;
}
#footer {clear:both;}
/**experiment - to see if this looks better**/
#content p {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}