/* Start of CMSMS style sheet 'MCA Main' */
/* CSS definition file containing sitestyle stylesheets */

BODY {
      font-family:  Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
  	margin: 0px;
  	padding: 0px;
  	top: 0px;
	background-color: #000000;
	line-height: 17px;
  	background-image: url("images/bodback.gif");
  	background-repeat: repeat-x;
  	background-position: top left;
}

li {
	font-size: 11px;
       padding: 0px;
       margin: 0px;
}

ul {
       padding: 6px 0px 6px 40px;
       margin: 0px;
}

p { 
	padding: 5px;
	margin: 0px;
}

.clearBoth {
	clear: both;
	}

A:link {text-decoration: underline; color: #ff9900;}
A:visited {text-decoration: underline; color: #ff9900;}
A:active {text-decoration: underline; color: #ff9900;}
A:hover {text-decoration: none; color: #ff9900;}

A.lefty:link {text-decoration: none; color: #3b4d5e;}
A.lefty:visited {text-decoration: none; color: #3b4d5e;}
A.lefty:active {text-decoration: none; color: #3b4d5e;}
A.lefty:hover {text-decoration: none; color: #3b4d5e;}

.elnav {
	height: 47px;
	width: 850px;
	text-align: left;
  	background-image: url("images/navback.gif");
  	background-repeat: no-repeat;
  	background-position: top left;
      padding: 0px;
}

.elheader {
	height: 198px;
	width: 850px;
	text-align: left;
  	background-position: top left;
      padding: 0px;
}

.elbar {
	height: 32px;
	width: 850px;
	text-align: left;
  	background-image: url("images/midbar.gif");
  	background-repeat: no-repeat;
  	background-position: top left;
       padding: 0px;
}

.elbod {
	width: 850px;
	text-align: left;
  	background-image: url("images/mainback.gif");
  	background-repeat: repeat;
  	background-position: top left;
       padding: 0px;
}

.elleft {
	width: 605px;
	text-align: left;
  	background-image: url("images/coolback.jpg");
  	background-repeat: no-repeat;
  	background-position: bottom left;
       padding: 20px;
	float: left;
	display: inline;
}

.elright {
	width: 175px;
	text-align: left;
      padding: 15px;
	float: left;
	display: inline;
}

.elfoot {
	height: 30px;
	width: 850px;
	text-align: left;
  	background-image: url("images/footer.jpg");
  	background-repeat: no-repeat;
  	background-position: top left;
      padding-top: 20px;
	color: #666666;
	font-size: 10px;
	text-align: center;
}

/* HEADINGS */

	h1 {
		font-size: 16px;
		color: #ffffff;
		letter-spacing: 1px;
                padding: 0 0 0 25px;
		margin: 10px 0 10px 0;
		background-image: url("images/headingblock.gif");
  		background-repeat: no-repeat;
  		background-position: bottom left;
	}

	h2 {
		font-size: 14px;
		color: #999999;
		letter-spacing: 1px;
		margin: 10px 0 0 0;
		background-image: url("images/headingblock.gif");
  		background-repeat: no-repeat;
  		background-position: bottom left;
		border-bottom: 1px solid #333333;
                padding: 0 0 3px 25px;
	}

	h3 {
		font-size: 14px;
		color: #999999;
		letter-spacing: 1px;
		margin: 10px 0 7px 0;
	}
/* End of 'MCA Main' */

