@charset "utf-8";
.container {
	margin: auto;
	width: 658px;
}
.container .logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 184px;
	width: 658px;
}
body {
	margin: 0px;
	padding: 0px;
}
.container .header {
	background-image: url(images/header.png);
	height: 8px;
	width: 658px;
	background-repeat: no-repeat;
}
.container .footer {
	background-image: url(images/footer.png);
	height: 8px;
	width: 658px;
	float: left;
}
.container .body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 656px;
	margin: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9D9D9D;
	border-left-color: #9D9D9D;
	background-color: #F7F7F7;
	/*
	overflow: auto;
	height: 600px;
	*/
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
}
.container .body #noJS {
	font-size: 16px;
	color: #FF0000;
	text-align: center;
	border: 1px dashed #FF0000;
	background-color: #FFD9DA;
	top: 20px;
	position: relative;
}

.container .body .navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	list-style-type: none;
	text-align: center;
	margin: auto;
	padding: 0px;
	position: relative;
}
.container .body .navigation li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
.container .body .navigation li a {
	text-decoration: none;
	color: #040404;
}
.container .body .navigationMenu {
	height: 50px;
}

.container  .body  .navigation  .sub   {
	position: absolute;
	display: block;
	z-index: 1;
	left: 0px;
	top: 25px;
	font-size: 16px;
	background-image: url(images/subarrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.container .body    .navigation    .sub    li   {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.container .body .content {
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	float: left;
}
.container .body .content h1 {
	padding: 0px;
	font-size: 22pt;
	text-decoration: none;
	margin: 0px;
	font-weight: normal;
}
.container .body .content h2 {
	color: #9d9d9d;
	padding: 0px;
	font-size: 18pt;
	text-decoration: none;
	margin: 0px;
	font-weight: normal;
}
.boxthing {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	height: 100px;
	width: 460px;
	color: #000000;
	padding: 0;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	text-align: center;
	z-index: 3;
	overflow: hidden;
	position: absolute;
	margin-left: 50%;
	top: 40%;
	left: -250px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
	border: 1px dashed red;
}
.lNews {
padding-top: 15px;
float: left;
}
.content a {
	text-decoration: underline;
	color: #c60303;
}
.content h1 a {
	text-decoration: none;
	color: #aa0101;
}
.lfs {
float: left;
padding-top: 25px;
padding-right: 100px;
background-image:url(images/qmark.png);
background-position: right;
background-repeat: no-repeat;
}
.copy {
	font-size: 7.5pt;
	text-align: center;
	color: #666666;
}
.copy a {
	color: #333333;
}
