@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a2a218;
	/*background-color: #39A8E0;*/
	background-image: url(../images.MC/bckgrnd_home.gif);
	background-position:0px -11px;
}
td,th {
	color: #666;
	font-weight: bold;
}
#wrapper {
	width: 1004px;
	background-color: #fdfdeb;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(../images.MC/header.jpg);
	background-repeat: no-repeat;
	/*height: 183px;*/
	padding-top:108px;
	height: 75px;
	font-size: 11px;
	font-weight: bold;
}
#nav {
	height: 31px;
	padding: 0 60px;
}
#content {
	height: auto;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 60px;
	font-size: 10px;
	width: auto;
}
.whitetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.pinktext {
	font-size: 13px;
	font-weight: bold;
	color: #900;
}
.bluetext {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.pinktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #900;
}
.blacktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.more {
	font-weight: bold;
	color: #900;
}
.leftimg {
	float: left;
	padding-right: 10px;
	display: block;
}
.rightimg {
	float: right;
	padding-left: 6px;
	display: block;
}
#bottom {
	background-image: url(../images.MC/bottom.gif);
	background-repeat: repeat-x;
	height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}
.biggest {
	font-size: 14px;
}
.bigger {
	font-size: 13px;
}
.big {
	font-size: 12px;
}
.alert {
	color: red;
	font-weight: bold;
}
.gray {
	color: #666;
	font-weight: bold;
}
.black {
	color: #000;
	font-weight: bold;
}
a {
	text-decoration:none;
	color:#666;
}
a:hover {
	text-decoration:underline;
}
