/* CSS Document for EMC@author: MapleRose*//*LAYOUT */

/* GENERAL & DEFAULT SETTINGS: links, td, div, main divs */
body {
	font-family: Verdana, Helveltica, Tahoma;
	margin-top: 0px;
	background: #FFF;
	color: #000;
	font-size: 8pt;
	}	

a  {
	color: #D23161;
	text-decoration: underline;
	}

a img {
	border:none;
}

a:active, a:visited {
	color: #EF6893;
	}

a:hover {
	color: #555555;
	text-decoration: underline;
	}	
	
	
#container {
	margin:0 auto;
	min-width:880px;
	width:92%;
	max-width:1024px;
	}	


#bodyContent {
	padding: 20px;
	font-size: 8pt;
	float:right;
	width: 70%;
	}

#banner {	
	padding:0px;
	margin:0px;
	background: url("EMC-site_header.png") center top no-repeat #FFF; /*C8D1E2*/	
	height: 200px;
	border: none;
	}

.colorbar {
	height: 5px;
	background: #EF779E;
	/*background: url("colorbar.jpg") top repeat-x;*/
}
	
#footer {
 	font-size: 8pt;
	text-align: center;
	border: none;
	clear: both;
	}

table, td {
	font-family: inherit;
	font-size:inherit;
	padding: 0px;
	margin: 0px; 
	}
hr {
	border:0; 
	height: 1px; 
	background-color:#fff; 
	color: #fff
	}
	
p {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0px;
	}

/*MENU CSS*/
#menubar {
	float:left;
	padding-left: 40px;
	padding-top: 10px;
	width: 20%;
	border: none;
	display:block;
	font-family: Arial, San Serif;
	font-size: 1.4em;
}

#menubar a {
	text-decoration: none;
}

#menubar li{
	list-style: none;
	padding-bottom: 15px;
}

	
ul.submenu {
	display:none;
	font-size:0.8em;
}

ul#nav {
	padding: 0;
	margin-left: 0;
	}
	
#accessibility {
display:none;
}

.bulletpts li{
	list-style:hiragana;
}

h1 {
	font-size:1.8em;
	font-family: Century Gothic, Trebuchet MS, san serif;
	font-weight: bold;
	color: #D23161;
}
	
h2 {
	color: #5E9AC0;
	font-size:1.5em;
	font-family: Century Gothic, Trebuchet MS, san serif;
	font-weight: bold;
	margin-top: 1.2em;
}

h3 {
	font-size:1em;
	font-weight:bold;
}