@charset "utf-8";
/* CSS Document */

body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-color:#4B4B4B;
	margin:0 auto;
}


a {
	font-weight: bold;
	color: #7f010D;
}

a:hover {
	color:#666;
	font-weight:bold;
	
}

.content	{
	width: 950px;
	margin:0 auto;
	background-color:#FFF;
}
.logo	{
	width:950px;
	background-color:#FFF;
	height:85px;
	margin:0;
}

.header	{
	width: 950px;
	height: 200px;
	clear:both;
}

.menu	{
	width:200px;
	height:600px;
	float:left;
	background-image:url(images/menubg.gif);
	background-repeat:no-repeat;
	background-position:center;
	padding-top:25px;
	text-align:center;
}
.center	{
	width:720px;
	margin:0;
	float:right;
	height:600px;
	overflow:auto;
	padding:15px;
	clear:right;
	background-color:#FFF;
}
.footer	{
	width:940px;
	margin:0;
	height:92px;
	text-align:center;
	clear:both;
	background-color:#FFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.subtext	{
	font-size:10px;
}

.subtitle {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#7f010D;
}

.redtext {
	color:#7F010D;	
}