@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFCC;
}
#footer td {
	font-size: 12px;
	color: #666666;
}

#container  {
	width: 895px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}

#header  {
	margin-top: 57px;
	margin-right: 5px;
	margin-left: 5px;
}
#header a {
	color: #006666;
	font-size: 12px;
	text-decoration: none;
}
#mainContent  {
	background: #FFFFFF;
}
#footer  {

}
#footer a {
	color: #666666;
	text-decoration: none;
}
#header a:hover {
	color: #006666;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.footer {
	font-size: 10px;
}
