/*General:*/
body {
	font-size: 14px; /* MILES:Change this and use em's */
	font-family: 'Helvetica Neue', 'HelveticaNeue', helvetica, arial, sans-serif;
	line-height: 16px;
	color:#fff;
	background-color:#FFF;
	height: 100%;
	text-align:left;
}

a {
	text-decoration:underline;
	font-weight:bold;
	color:#FFF;
}

a:hover {
	color:#eee;
}


/* img {display:block;} */

div#scroller {
	position:absolute;
	height:100%;
	top: 1px;
	right: 1px;
}

#centerBlock {
	width: 600px;
	margin: 60px auto 0 auto;
	display:block;
	z-index: 2;
/*	background-image:url(images/banner.jpg);
	background-position: 40px 0px;
	background-repeat:no-repeat; */
}

#header {
	width: 600px;
	margin: 0;
	z-index:-1;
}

	div#logo {
	width:145px;
	height:22px;
	}

	#header > div#logo > a > img {
	margin-left: 30px;
	width: 145px; /*MILES: change to dementions of logo */
	height: 22px;
	display:block;
	}
	
	#topNav {
	margin: 10px 0 0 300px;
	text-align:left;
	padding-bottom: 10px;
	font-size: .9em;
	font-weight:bold;
	color:#F00;
	}
	
	#topNav a {
	color:#000;
	text-decoration:none;
	}
	
	#topNav a:hover {
	color:#F00;
	}

#bgBar {
	position:relative;
	height:240px;
	width: 600px;
	padding: 0px;
	margin: 0 0 -80px 0;
	background-image:url(images/bg.gif);
	background-attachment:fixed;
	z-index:1;
}

#content {
	position:relative;
	display:block;
	width: 300px;
	padding: 18px 20px 20px 20px;
	border: #FFF 4px solid;
	margin: 0 100px 40px 200px;
	font-size: .9em;
	line-height: 1.3;
	z-index:4;
}

	div.workBar {
	position:relative;
	height:300px;
	width: 600px;
	padding: 0px;
	margin: -60px 0 -80px 0;
	background-image:url(images/bg.gif);
	background-attachment:fixed;
	z-index:1;
}

	div.workBar > img {
	height:300px;
	width: 600px;
	padding: 0px;
	margin: 0;
}

	div.workBar > a > img {
	height:300px;
	width: 600px;
	padding: 0px;
	margin: 0;
}

	div.workContent {
	position:relative;
	width: 300px;
	padding: 18px 20px 20px 20px;
	border: #FFF 4px solid;
	margin: 0 100px 40px 200px;
	font-size: .9em;
	line-height: 1.3;
	z-index:4;
}


	p {
	font-size: 1em;
	margin-top: .8em;
	width: 300px;
	}
	
	p.topMargin {
	margin-top: 2.0em;
	}
	
	p.lineMargin {
	margin-top: 1.7em;
	}
	
	p.halfMargin {
	margin-top: 1.3em;
	}
	
	p.noMargin {
	margin-top: 0;
	}
	
	p.first {
	margin-top: 0 !important;
	}

	p.callout {
	font-size: 2.5em;
	font-weight:bold;
	line-height: 1.1;
	color:#FFF;
	}
	
	p.landing {
	font-size: 1.6em;
	line-height: 1.4;
	color:#000;
	}
	
	.indent {
	width: 400px;
	margin: 20px 0 0 10px;
	font-size: .9em;
	}
	
	.largeFont {
	font-weight:bold;
	font-size: 1.3em;
	line-height: 1.4;
	}
	
	.smallFont {
	font-size: .9em;
	}
	
	.emphasis {
	font-weight:bold;
	font-size: 1.2em;
/*	font-style:normal; */
	}
	
	.black {
	color:#000000;
	}


#footer {
	position:fixed;
	bottom: 10px;
	left: 10px;
	font-size: .7em;
	z-index:-1;
}

	#mmLogoLine {
	display:block;
	margin-top: 10px;
	}


.copy {
	font-size: 1em;
	margin-top: 10px;
}
/*Index:*/
#programSelect {
/*	font-size: 1em; */
}
/*Program pages:*/

#programDescription {
	font-size: 1.6em;
	line-height: 1.2em;
	display:block;
	color:#000000;
/*	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "HelveticaNeue", helvetica, arial, sans-serif;
	font-weight: 300;
	letter-spacing: .02em; */
}
