body {
	background-color: #000000;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 0.75em;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#pageContainer {
	background-image: url("/_/chrome/backgroundpattern.png");
	background-position: top center;
	background-repeat: no-repeat;
	width: 1000px;
	margin: auto;
}

#header {
	height: 150px;
}

#header h1 {
	display: none;
}

#header .invisibleButton {
	border: 0px;
	float: left;
	width: 118px;
	height: 100px;
}

#header .mmuLogo {
	border: 0px;
	float: left;
	margin: 12px 0px 0px 12px;
}

#header #contact {
	float: right;
	width: 236px;
}

#header #contact p {
	padding: 13px 13px 10px 0px;
	text-align: right;
	font-weight: 900;
	letter-spacing: 0px;
	font-size: 0.9em;
}

#header #contact p.date {
	padding: 13px 13px 2px 0px;
	text-align: right;
	font-weight: 900;
	letter-spacing: 0px;
	font-size: 0.9em;
}

#header #contact form {
	padding: 13px 13px 0px 0px;
	text-align: right;
	font-weight: 900;
	letter-spacing: 0px;
	font-size: 0.9em;
}

.legend {
	border: 2px solid white;
}

#header #contact .search {
	width: 120px;
	color: #ffffff;
	background: #333333;
	margin: 0px 2px 0px 2px;
	border: 1px solid #444444;
}

#header #contact .button {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

/* blue theme is the default */

.skipNav {
	display: none;
}

#header {
	background-image: url("/_/chrome/logo_blue.gif");
	background-position: top left;
	background-repeat: no-repeat;
}


a {
	color: #00bce4;
}

a:hover {
	color: #00bce4;
}


img.keyLine {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* main Nav */

#mainNav {
	position: relative;
	z-index: 10;
	padding-top: 10px;
	padding-left: 13px;
	width: 206px;
}

.subLinkImage {
	margin-top: 30px;
	margin-bottom: 3px;
	height: 20px;
}

.normForm {
	background-image: url("/_/chrome/white_tint.png");
	background-position: top left;
	background-repeat: repeat-x repeat-y;	
	margin-top: 10px;
	margin-bottom: 10px;
}

.tintNav {
	background-image: url("/_/chrome/white_tint.png");
	background-position: top left;
	background-repeat: repeat-x repeat-y;
}

div.normForm, #mainForm, div.blog, div.sectionHeading, div.tintNav, .cmsContainer .commentModerationBox { 
	behavior: url(/_/scripts/iepngfix.htc) 
}

#footer {
	margin-top: 150px;
	padding: 13px;
	font-size: 0.9em;
}


ul.pagetools {
	margin-top: 30px;
}

ul.pagetools li {
	display: table-cell;
	padding-right: 30px;
}

ul.pagetools li a {
	font-weight: bold;
}



/* IE6-specific hacks */

* html #pageContainer {
	height: 1%;
}

* html .tintNav {
	height: 1000px;
}