body {
	font-family: verdana; 
	font-size: 12px; 
	color: #333;
	text-align:center;
	background: #894009 url(images/coffeebg.jpg) repeat-x;
}
a{
	color:#B45B01;
	font-weight:bold;
	text-decoration:none;
	background-color:inherit;
	padding: 0px;
	margin: 0px;
}
a:hover {
	text-decoration: underline;
	color:#8b4513;
}

#mscecontainer{
width:760px;
margin:20px 0px 20px 0px;
padding:0px;
text-align:left;
background:#FFFFFF;
color:#303030;
border:1px solid #ccc;
}

#msceheader{
height:90px;
width:760px;
padding: 0px;
margin:0px;
background:#4B4B4B;
color:#ffffff;
}

#msceheader h1{
padding:20px 0px 0px 20px;
margin:0px;
font-size:2.4em;
background-color:inherit;
color:#ffffff;
letter-spacing:-2px;
font-weight:normal;
}

#msceheader h2{
margin:10px 0px 10px 40px;
font-size:1.6em;
background-color:inherit;
color:#ffffff;
letter-spacing:-1px;
font-weight:normal;
}
#mscecontent{
float:left;
width:530px;
font-size:1em;
padding:15px 0px 0px 15px;
background-color: #fff;
}

#mscecontent h2{
display:block;
margin:0px 0px 16px 0px;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#000000;
background-color:inherit;
}

/**************** Menu/Nav styles ****************/

#mscesubcontent{
	width: 200px;
	background-color: #fffff0;
	margin:0px;
	padding:0px;
	border-left: 1px dotted #ccc;
}

#mscemenu {
	margin:0px;
	padding:0px;
	width:199px;
	float: right;
}
#mscemenu ul li{
	list-style:none;
	margin:0px;
	padding:0px;

	
}

#mscemenu li a {
	font-weight:bold; 
	display:block; 
	padding:4px 10px 4px 10px;
	margin:0px 0px 0px 0px;
	background-color: #eee; 
	border-bottom:1px solid #ccc;
	text-decoration:none;
}
#mscemenu li a:hover{
	background-color: #fff; 
	text-decoration:underline;
}

#mscemenu dl {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#mscemenu dt a {
	margin: 0px;
	font-size:0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #B45B01;
	padding: 3px 6px 3px 10px;
	display: block;
	background-color: #fffff0;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #CD9E58;
}


#mscemenu dt a:hover {
	background: #fff;
	display: block;
	font-size:0.9em;
}

#mscemenu dd {
	display: block;
	padding: 0px 0px 4px 14px;
	background: #f1f1f1;
}

#mscemenu dd a {
	text-decoration: none;
	font-size:0.9em;
	color: #0066B3;
	font-weight: normal;
	display: block;
}
	
#mscemenu dd a:hover {
	color: #0066B3;
	text-decoration: underline;
	font-size:0.9em;
}


/**************** Footer styles ****************/

#mscefooter{
	clear:both;
	width:760px;
	padding:8px 0px 20px 0px;
	margin:0px;
	font-size:0.9em;
	color:#ffffff;
	background:#4B4B4B;
}

#mscefooter p{
	padding:0px; 
	margin:0px; 
	text-align:center;
	}
#mscefooter a{
	color:#ffffff; 
	background-color:inherit; 
	font-weight:bold;
}
#mscefooter a:hover{
	color:#ffffff; 
	background-color:inherit; 
	text-decoration: underline;
}

#mscebar1 {
	width: 560px;
	height: 10px;
	background-color: #B45B01;
	float: left;
}
#mscebar2 {
	width: 200px;
	height: 10px;
	background-color: #CD9E58;
	float: left;
}
#mscebar3 {
	width: 560px;
	height: 10px;
	background-color: #CD9E58;
	float: left;
}
#mscebar4 {
	width: 200px;
	height: 10px;
	background-color: #B45B01;
	float: left;
}
.clearer {
	clear: both;
}