/* CSS Document */

html {
	background-image: url(pics/html_bgd.png);
	background-repeat: repeat-x;
/* gradient colors 1st - #1b4f6a, 2nd - #0baac3, 3rd - #66cccc, 4th - white	*/
	
}

body {
	font: verdana, arial, sans-serif;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	background-image:url(pics/top_rd_crnr.gif);
	background-position:top;
	background-repeat:no-repeat;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 36px;
}
h2 {
	margin: 0;
	padding: 10px 0px 35px 0px;
	font-size: 20px;
	color: #003366;
}
h3 {
	font-size: 20px;
	color: #003366;

}
h4 {
	font-size: medium;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #003366;
	border: 3px double;
	text-align: center;

}
p {
  margin-top: 1em;
  margin-bottom: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */


.menu {font-family: arial, sans-serif; width:100%; height:20px; position:relative; font-size:10px; margin:40px 0 40px 0; background:#ccffff; position:relative; z-index:100;}
.menu ul {padding:0; margin:0; list-style-type: none;}
.menu ul li {float:left; border-left:1px solid #eee; width:84px;}
.menu ul li a, .menu ul li a:visited {display:block; float:left; width:84px; text-decoration:none; padding:0 0 0 0px; height:20px; line-height:20px; color:#003366; background:#ccffff url(../images/drop.png) right no-repeat;}
.menu ul li ul {display: none;}

#mccmaintext {
	padding:15px 10px;
	}