@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 130%;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.outer
	{
	width:910px;
	background-color: #ffffff;
	padding: 10px;
	margin:0 auto 0 auto;
	}

.menu
	{
	float:left;
	width:220px;
	background-color: #ffffff;
	height: 150px;
	padding: 10px 15px 10px 10px;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	}

.main
	{
	float:left;
	width:650px;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #666666;
	}
.clears{
  clear:both;
}
.foot
	{
	clear:left;
	background-color: #ffffff;
	height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	font-size: 12px;
	color: #666666;
	}
	

.menutable {
	background-color: #EAEAEA;
	padding: 3px;
}
.mainh3 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #990000;
	padding-left: 5px;
}
.bluetext {
	color: #6699FF;
	text-decoration: none;
}
.style1 {color: #FFFFFF}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 18em;
	background-image: url(../image/footer.gif);
}
