body {
	background-color: #828788;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	font-weight: bold;
	color: #394E75;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #394E75;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #394E75;
	text-decoration: underline;
}
.mainTable {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
}
.header {
	height: 200px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.menu {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #394E75;
	height: 30px;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 800px;
	float: left;
}
.menu ul li {
	display: inline;
	float: left;
}
.menu ul a:link, .menu ul a:visited, .menu ul a:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 30px;
	color: #FFFFFF;
	padding-right: 22px;
	padding-left: 22px;
}
.menu ul a:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}
.content {
	width: 540px;
	padding-bottom: 20px;
	float: left;
	margin-left: 35px;
	background-color: #FFFFFF;
	display: inline;
}
.content_no_box {
	width: 760px;
	background-color: #FFFFFF;
	padding: 20px;
	margin: auto;
}
.content h1, .content_no_box h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 5px;
	margin-top: 10px;
}
.content h2, .content_no_box h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 1px;
}
hr {
	border: 1px solid #999999;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.content p, .content_no_box p {
	line-height: 16px;
}
.content ul, .content_no_box ul {
	line-height: 16px;
}
.content img, .content_no_box img {
	margin: 5px;
}
.box1 {
	width: 200px;
	float: right;
	margin-left: 20px;
	margin-top: 15px;
	background-color: #efefef;
	background-image: url(../images/box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	margin-right: 35px;
}
.box1 h1 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(../images/box_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.box1 p {
	margin-right: 10px;
	margin-left: 10px;
}
.footer {
	height: 45px;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	color: #CCCCCC;
}
.footer a:link {
	color: #FFFFFF;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.footer a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}
.footer a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}
.footer_content {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	height: 25px;
	font-size: 10px;
	line-height: 11px;
}
