@charset "utf-8";
/* CSS Document */

a {
	color: #ef7b12;
	text-decoration: none;
}
a:hover {
	color: #01acca;
	text-decoration: underline;
}
body {
	background-attachment: fixed;
	background-color: #a1a1a1;
	background-image: url(../img/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#page {
	text-align: left;
	width: 820px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#header {
	margin-bottom: 1px;
}
#mnav {
	background-color: #102d65;
	margin-bottom: 12px;
}
#mnav-cnt {
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	color: #a1a1a1;
}
#content {
	margin-bottom: 12px;
	background-color: #FFFFFF;
}
#content2 {
	margin-bottom: 12px;
	background-color: #FFFFFF;
	border: 1px solid #808080;
}
#content-cnt {
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
#footer {
	font-size: 0.8em;
	text-align: right;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	background-color: #102d65;
	color: #a1a1a1;
}
