@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-size: 16px;
}

A:link img, A:visited img{
	border-color: #FFFFFF;
	}

.MainBlock {
	clear: both;
	width: 950px;
	height: 450px;
	margin: auto;
	/*background: #FFFFFF;*/
}

.logo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	padding: 5px;
	width: 950px;
	margin: auto;
	text-align: center;
	display: block;
	background-color:#FFFFFF;
}

.footer {
	font-size: x-small;
}

.NavMenu {
	width:950px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
}

a.NavButton:link, a.NavButton:visited {
	width: 100px;
	height: 18px;
	display: block;
	float: left;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 1px;
	color:#000000;
	text-decoration: none;
	font-weight: normal;
}

a.NavButton_C:link, a.NavButton_C:visited,
a.NavButton:hover, a.NavButton:active,
a.NavButton_C:hover, a.NavButton_C:active{
	width: 100px;
	height: 20px;
	display: block;
	float: left;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 1px;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}

.NavButton_blank {
	width: 100px;
	height: 32px;
	display: block;
	float: left;
}

.h_bar {
	background-image: url(../images/1x1black.jpg);
	background-repeat:repeat-x;
	width: 950px;
	height:3px;
	margin: auto;
}
