body  {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #EEE8AA;
	background-color: #000000;
	font-size: 0.8em;
}
 a:link,  a:visited  {
	color: #ff4500;
	text-decoration: none;
}
 a:hover,  a:active  {
	color: #ff4500;
	text-decoration: none;
}
div#page {
	width: 900px;
}
.problem {
	font-style: normal !important;
	font-weight: normal !important;
	color: #ff4500 !important;
	text-align: left;
}
.inputprob {
	color: #ffffff !important;
	background-color: #ff4500 !important;
}
 img {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

div#menu-top {
	display: table;
	width: 100%;
	font-size: 0.9em;
}

div#menu-top dl {
	background-color: #000;
	border-left: 1px dotted #ff4500;
	color: #ff4500;
	text-transform: lowercase;
	display: table-row;
}

div#menu-top dt {
	border-right: 1px dotted #ff4500;
	display: table-cell;
	text-align: center;
	white-space: nowrap;
}

div#menu-top dt.current span {
	background-color: #00000;
	color: #EEE8AA;	
	display: block;
	padding: 0.5em 0.7em;
}

div#menu-top dt.current span, div#menu-top dt.nonlink span  {
	display: block;
	padding: 0.5em 0.7em;
}

div#menu-top dt a {
	color: #ff4500;
	text-decoration: none;
	display: block;
	padding: 0.5em 0.7em;
}

div#menu-top dt a:hover {
	color: #EEE8AA;		
	background-color: #000000;
}

div#menu-top dt:hover dl, div#menu-top dt:hover dt { /* lists nested under hovered list items */
	display: table-row;
	text-align: left;
}

div#menu-top dt div dl {
	background-color: #000;
	border: 1px dotted #ff4500;
	display: none;
	margin-top: 0px;
	position: absolute;
}

div#menu-top dt div#menu-program dl {
	margin-left: -1.6em;
}

div#menu-top dt div#menu-about-mcr dl {
	margin-left: .7em;
}

div#menu-top dt div#menu-images dl {
	margin-left: 1.7em;
	width: 5em;
	text-align: center;
}

div#menu-top dt div dl a {
	padding: 0.5em;
}

div#faqs a:link, div#faq a:active {
   color: #EEE8AA;
}
div#faqs a:hover, div#faq a:visited {
   color: #ff4500;
}

table td { vertical-align: top; }

table.form {
	width: 800px; 
}
table.form td {
	padding-bottom: 5px;
	color: #EEE8AA;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
table.form td h3 {
	text-align: center;
	margin-bottom: 5px;
}
table.form td h4 {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
}
table.subtable {
	width: 100%;
}
table.video-spaced td {
   padding-bottom: 20px;
}

p#copyright {
	color: #ff4500;
	text-align: center;
	font-size: 0.7em;
	margin-left: 150px;
}
form#contact-us {
	color: ##EEE8AA;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	width: 350px;
	vertical-align: top;
}
form#contact-us input {
	color: ##EEE8AA;
	background-color: #ffffcc;
}
form#contact-us td {
	font-weight: normal;
	background-color: #000000;
	border-color: #ffffcc;
	margin-left: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: top;
}
form#contact-us input#name {
	color: ##EEE8AA;
	background-color: #ffffcc;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	width: 350px;
	vertical-align: top;
}
form#contact-us input#email {
	color: ##EEE8AA;
	background-color: #ffffcc;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	width: 350px;
	vertical-align: top;
}
form#contact-us input#phone {
	color: ##EEE8AA;
	background-color: #ffffcc;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	width: 350px;
	vertical-align: top;
}
form#contact-us textarea#note {
	color: ##EEE8AA;
	background-color: #ffffcc;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	width: 350px;
	vertical-align: top;
}
form#contact-us textarea#address {
	color: ##EEE8AA;
	background-color: #ffffcc;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	width: 350px;
	vertical-align: top;
}

