* { 
	margin:0;
	padding:0;
}

body { background:url(images/mc_bodyback24.jpg) repeat 0 0; }

body, th, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1em;
}

p, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0.5em 0;
	line-height:1em;
}

p {
	font-size: 1em;
	line-height: 1.2em;
	color: #333;
}

h1, h2, h3, h4, h5, h6 { color:#678; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }
h6 { font-size: .8em; }

ul, ol{  margin-left:2em; }
li {
	font-size: 1em;
	line-height: 1.1em;
	padding:0.5em 0;
	color:#333;
}

pre { font-family: Courier, mono; font-size: 12px; }

.box {
	margin: 10px 3px;
	border: 1px solid #036;
}

.red {
	color: #900;
}
.del {
	text-decoration: line-through;
}

#page {
	position:relative;
	margin:0 auto;
	left:0px;
	top:0px;
	width:875px;
	height:auto;
}

#mc-page-top {
	position:relative;
	left:0px;
	top:0px;
	width:875px;
	height:127px;
}

.mc-menu {
	position:relative;
	left:0px;
	top:0px;
	width:875px;
	height:auto;
	background:url(images/mc_menu_bgd.jpg) repeat-y 0 0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
}

.mc-menu p { padding:0; margin:0; }

.mc-menu a {
	color: #fff;
	text-decoration: none;
	padding:0 10px;
}
.mc-menu a:hover { color:#fc0; }
.mc-menu .sub { font-size:.85em; font-weight:bold; color:#bbb; }
.mc-menu .sub a { color:#ddd; }
.mc-menu .sub a:hover { color:#da0; }
.mc-menu a.navnormal { color:#fff; }
.mc-menu a.navhilite { color:#fc0; }
.mc-menu .sub a.navnormal { color:#ddd; }
.mc-menu .sub a.navhilite { color:#da0; }

#mc-page {
	position:relative;
	left:0px;
	top:0px;
	width:805px;
	height:auto;
	padding:0 35px;
	background:url(images/mc_page_bgd.jpg) repeat-y 0 0;
	margin:0;
}

#mc-page p a, #mc-page li a {
	color: #036;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px 2px;
}
#mc-page a:hover {
	color: #FFF;
	background-color: #567;
	text-decoration: none;
}
#mc-page p a.imglink {
	padding:0;
	border:none;
}#mc-page p a:hover.imglink {
	padding:0;
	background-color: #fff;
	border:none;
}
#mc-page #friend {
	font-size:.9em;
	font-weight:bold;
	position: absolute;
	right: 21px;
	top: -2px;
	z-index: 1;
}
#mc-page #friend a {
	background-color:#fff;
	color:#789;
	text-decoration:none;
}
#mc-page #friend a:hover {
	background-color:#fff;
	color:#500;
}
#mc-page-bot {
	clear:both;
	position:relative;
	left:0px;
	top:0px;
	width:875px;
	height:50px;
	background:url(images/mc_page_bot.jpg) no-repeat 0 0; 
	margin-top:0;
	padding-top:0;
}
#mc-page-bot .w3vl { border:none; position:absolute; height:15px; left:35px; top:10px; width:80px; }
#mc-page-bot .w3vr { border:none; position:absolute; height:15px; right:35px; top:10px; width:80px; }

#mc-page-bot p, .disclaimer { color: #456; font-size: .75em; text-align: center; }
#mc-page-bot a, .disclaimer a { color: #567; font-weight:bold; text-decoration:none; }
#mc-page-bot a:hover, .disclaimer a:hover { color: #567; text-decoration:underline;
}
.imgright {
	float:right;
	padding:0 0 5px 10px;
}
.disclaimer {
	clear:both;
    margin:5px 0 0 0;
	padding: 5px 0;
	display:block;
	border-top:1px dotted #567;
}

.li2col, .li3col { width:800px; }
.li2col li, .li3col li { float:left; font-weight:bold; }
.li2col li { width:50%; }
.li3col li { width:33%; }
.clr, .li3col h3 { clear:both; }

#notedata {
	float:right;
	width:390px;
	margin-left:20px;
}

#notedata table {
	border-collapse:collapse;
}

#notedata th {
	color:#fff;
	background-color:#567;
	border:1px solid #000;
}
#notedata td {
	border:1px solid #000;
	padding:0 5px;
	vertical-align:top;
}

#notedata td.was {
	background-color:#cde;
	width:50%;
}
#notedata td.now {
	background-color:#def;
	width:50%;
}
#notedata td.detail {

}

.extreme {
	background-color:#def;
	font-style:italic;
	font-weight:bold;
	text-align: center;
}

.box, .extreme {
	margin: 3px 0;
	padding:3px;
	border: 1px solid #456;
}

.coll {
	float:left;
	width:390px;
}

.colr {
	float:right;
	width:390px;
}

.imgdrop { position:relative; top:4px; }
