﻿/*
*/
.TODO{color:Green;}
html,body
{
	margin:0;
	padding:0;
	background-color: #FFFFCC;
}

div.wrap
{
	width: 800px;
	color: #222222;
	margin:10px auto auto 10px; padding:0px; 
	font-family: Arial, Helvetica, sans-serif;
}

input, select, textarea, .inputbox, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
img {
	border:0;
}
a {
	color: #880000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #555555;
}
a:hover {
	text-decoration: underline;
	color: #FF9933;
}
a:active {
	text-decoration: none;
	color: #000000;
}

div.topbar
{
	background-color: #FFCC66;
	width: 100%;
	margin-bottom: 10px;
}
div.navbar
{
	float:left;
	width:115px;
	text-align:right;
	margin-top:40px;
	margin-right: 18px;
	height: 100%;
}
.navbar ul {
margin:0;
padding:0;
list-style:none;
width:100px;
float:right;
}
.navbar li {
margin:0;
padding:0;
font-size:16pt;
padding-bottom: 10px;
padding-top: 10px;
border-bottom: solid 2px black;
}
ul.subnav 
{
	margin-left: -35px;
}
ul.subnav li
{
	display:inline;
	padding-right: 10px;
}
.exhibitapp a
{
	color:Red;
}

div.contentpanel
{
	margin-left:132px;
	border: solid 40px #663300;
	background-color:#f6f6f6;
	padding: 20px;
	min-height: 400px;
	
}
div.footer
{
	margin-left:132px;
	clear:both;
}

.bold
{
	font-weight:bold;
}
h2
{
	color:Red;
}
ul.nobullets
{
list-style:none;
}
.floatimageleft
{
	display:block; 
	float:left; 
	margin-right:20px; 
	margin-top:7px;
}
.floatimageright
{
	display:block; 
	float:right; 
	margin-right:20px; 
	margin-top:7px;
}

/* from original MICA website 
	float:right;

	font-size: 12px;


*/
.style1 {color: #663300}
.style4 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style5 {font-size: 18px}
.style6 {color: #880000}
.style8 {
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


