@import "/css/menus.css";
@import "/css/typeography.css";

body {
	color:#0B3B63;
	background-color: #093C73;
	margin-left:0px;
	margin-top:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#masthead{
	background-image:url(/graphics/MIC_logo2.png);
	background-repeat:no-repeat;
	background-position:5px 80%;
	height:150px;
}

#logo2 {
	width:625px;
	float:right;
	margin-top:0;
	padding-right:0;
}

#mastheadbottom {
	width:95%;
	background-color:#FEDBB4;
	height:10px;
	margin-left:2.5%;
}

#wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	height:97%;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px 0 5px 0;
	background-color:#FFF;
}


#maincontent {
	width:472px;
	background-color:#FFFFFF;
	height:98%;
	float:left;
	padding: 5px 10px 5px 10px;
	border-top:8px solid #093C73;
	border-left: 1px solid #093C73;
	border-right: 1px solid #093C73;
	border-bottom: 1px solid #093C73;
}

#content {
	width:745px;
	background-color:#FFFFFF;
	height:98%;
	float:left;
	padding: 5px 10px 5px 10px;
	border-top:30px solid #093C73;
	border-left: 1px solid #093C73;
	border-right: 1px solid #093C73;
	border-bottom: 1px solid #093C73;
	text-align:left;
}


#sidebar {
	width:245px;
	background-color:#FFF;
	height:98%;
	float:right;
	padding: 5px 10px 5px 10px;
	border-top:8px solid #D06505;
	border-left: 1px solid #D06505;
	border-right: 1px solid #D06505;
	border-bottom: 1px solid #D06505;
	margin-right:0px;
	/*color:#FFF;*/
}

#smallsidebar {
	background-color:#CC9966;
	padding:5px 5px 5px 5px;
	color:#FFF;
	border-top:8px solid #D06505;
	border-left: 1px solid #D06505;
	border-right: 1px solid #D06505;
	border-bottom: 1px solid #D06505;
}


#footer {
	margin:5px 0px 0 0px;
}

#copyright {
	color:#FFF;
}

.subsection {
	width:100%;
	background-color:#FFF;
	height:98%;
	padding: 5px 10px 5px 10px;
	border-top:30px solid #D06505;
	border-left: 1px solid #D06505;
	border-right: 1px solid #D06505;
	border-bottom: 1px solid #D06505;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.roundedbox {
	border: 1px solid #ccc;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.contentheader{
	margin-top:-30px;
	color:#FFF;
	font-size:16px;
	font-weight:bolder;
	text-align:left;
	padding-left: 10px;
}

.imgborder {
	border:#CD6601 solid 2px;
	height:8px;
	width:9px;
}

.programs {
	margin:-30px -2px  -2px;
	font-size:12px; 
	color:#FFF;
}