body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
}
#outerwrapper{
	margin:20px auto;
	width: 940px;
}
#tablink {
	width:31px;
	float: left;
}

/* Standard Footer CSS */
#footer {
	float: left;
	background-color: #FFFFFF; 
	border-top: 2px solid #009933;
	width:869px;
}

#nav{
	float:left;
	background-color: #FFFFFF;
	width: 470px;
	margin-top: 35px;
}

#logo{
	float:right
}

span.menuitem{
	width:20%;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
}

a span.menuitem{color:#004794}
a:hover span.menuitem{color:#24933c}

a img{border:none}

/* End Standard Footer CSS */

#wrapper {
	width:869px;
	float:left;
	border: 1px solid #000000;
	background-color: #dfe4c1;
}

#header {
	clear: both;
}

#content {
	font-size: 10pt;
	background-color: #dfe4c1;
	margin-bottom: 0px;
	padding-left: 10px;
	background-image: url(childrenscourse-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#mcmfooter {
	background-image:url(../MCM/mcmfooterlogo.jpg);
	height: 100px;
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 0px;
	border-top: 2px solid #308c4a;
	padding-top: 10px;
	background-color: #FFFFFF;
	clear: both;
}
#mcmfooter ul {
	list-style-type:none;
	padding:60px 0 0 20px;
}

#mcmfooter li {
	display: inline;
	padding-right: 20px;

}

#mcmfooter li a{
	display: inline;
	text-decoration: underline;
	font-weight: bold;
	color: #666699;
	font-size: 11px;
}


#content img {
	float: left;
	padding: 20px 20px 10px 0px;
}
#content p {
	padding-right: 10px;
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any container that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

p.signature {
	font-style: italic;
	text-align: right;
	margin-bottom:0;
	padding-bottom:10px;
}


.emphasis {
	font-style: italic;
}
