/*
-----------------------------------------------
MCU Space Styles
Version:  18 October 2006
Author: Julie Berglund, CaliCat Design
----------------------------------------------- */

/* Structure
----------------------------------------------- */
body {
	background: #000000 url("images/mcu-bg-top.jpg") no-repeat scroll center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px; 
	padding: 0px; 
	border-width: 0px;
}

/* Stop WinIE6 from calculating width of
italicized text twice, thereby wrecking layout
----------------------------------------------- */
* html em {
  font-style: normal;
  font-weight: bold;
  }


/* specific divs */
#container {
	margin-left: auto;
	width: 800px;
	margin-right: auto;
	position: relative;
	text-align: left;
	padding: 150px 0px 0px 0px;
	margin-bottom: 0px;
	background-image: url("images/mcu-bg-bottom2.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: scroll;
}

#intro {
	margin-top: 0px;
}

.mainContent {
	background-image:  url("images/transparent.gif");
	width: 540px;
	border: 1px solid #C1C1C1;
	padding: 10px;
	color:#faca42;
}
.mainContent P {
	margin: 0px;
	padding: 1em 0px 0px;
	font-size: 12px; line-height: 1.4em
}
.mainContent h3{
	background-position: left 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
	color:#FFFFFF;
	/*height: 17px;*/
	width: 100%;
	padding: 0px;
	display: block;
	margin: 0px;
}
.mainContent h3 span{
	display: none;
}

span.mainContentText {
	color:#faca42;
}

/* Right Column Content (Content-side)
---------------------------------------------------------------------------------- */
#intro div.content-side {  
	border: 1px solid #C1C1C1;
	clear: right;
	float:right;
	font-size:100%;
	line-height:1.8em;
	background-image:  url("images/transparent.gif");
	padding: 6px;
	width: 205px;
	margin-bottom: 10px;
	margin-top: 0;
}

/* NAVIGATION ---------------------------------------------*/
#navigation {
	margin-left: auto;
	width: 700px;
	margin-right: auto;
	position: relative;
	text-align: left;
	padding: 0px 0px 10px 0px;
	margin-bottom: 0px;
}

/* Side Boxes
----------------------------------------------------------*/
#poll, #Search, #history, #News, #sotw {
  text-align:left;
  margin-left: 4px;
  vertical-align: baseline;
  display:block;
}

#poll h3, #Search h3, #history h3, #News h3, #sotw h3 {
	background-position: left 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
	height: 18px;
	width: 100%;
	padding: 0px;
	padding-bottom: 1px;
	display: block;
	margin: 0px;
}
	

/* POLL Box Content
----------------------------------------------------------*/
#poll p {
	font-size: 14px;
	font-weight: bold;
	color:#07BF37;
	text-align: center;
	padding-top: 6px;
}

/* Search and History Boxes
----------------------------------------------------------*/
#history p, #Search p , #News p, #sotw p {
  font:normal 100%/1.4em Verdana, Arial, Helvetica, sans-serif;
  line-height:1.4em;
	text-align: left;
	font-size: 11px; 
	color:#FFFFFF;
	line-height:1.3em;
	padding-bottom:8px;
	padding-top: 6px;
	}
	
FORM { margin: 0; }
FORM img .go { vertical-align:middle; text-align: right;}


/* Tables
----------------------------------------------------------*/
.chart {
	width:800px;
	
}

.chart a {
	background-color:transparent;
	text-decoration:none;
	color:#8600AB
}
	
.chart table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color : #000000;
	width : 100%;
	border-left: 0px solid #C1C1C1;
	border-top: 1px solid #C1C1C1;
	/*border-right: 1px solid #37A1AF;*/
	border-spacing: 0px;
	border-collapse:collapse;
}

.chart caption {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	vertical-align:middle;
	padding:0 0 0 10px;
	margin:0;
	color:#FFFFFF;
	height:24px;
	border-top:1px solid #C1C1C1;
	border-right:1px solid #C1C1C1;
	border-left:1px solid #C1C1C1;
	background-image:url("images/transparent.gif");
	background-color:#000000;
 }
html>body .chart caption {
 /* Correct value for browsers that don't suffer from IE Win's bugs */
	/*height: 28px;*/
}

.chart table th {
	background-color:#C0C0C0;
}

.chart table tr {
	background-color: #ffffff;}

.chart table td{
	padding: 4px;
	border-bottom: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
}
.chart table strong{
	color: #000000;
	font-weight: bold;
}
.chart table p {
	text-align: left;
	color: #000000;}
	


/* Top Links for Home Page Only
------------------------------------------------------------*/
#homeLinks p{
	float: right;
	width: 700px;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	padding: 0px 0px 10px 0px;
	margin-bottom: 0px;
	margin-top: -140px;
}
#homeLinks a{
	color:#07BF37;
	background: none;}
#homeLinks a:hover{
	color: #F5C342;
	background:none;}
	
/* Top Tagline for site
------------------------------------------------------------*/
#tagline p{
	margin-left: 300px;
	width: 400px;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	color:#ffffff;
	padding: 0px 0px 10px 0px;
	margin-bottom: 20px;
	margin-top: -80px;
}

html>body #tagline {
 /* Correct value for browsers that don't suffer from IE Win's bugs */
  width: 300px;
  margin: 24px 0 20px 0px;
}
