/* CSS Document */
body, html {
  height: 100%;
	text-align: center;
	font-size: small;
	padding: 0px;
	background-color: black;
	color: black;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin-top: 0px;
}

#content {
	padding: 0px;
	width: 794px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	border-top: 4px solid black;
	border-left: 4px solid black;
	border-right: 4px solid black;
	border-bottom: 4px solid black;
	text-align: center;
}

#header {
	text-align: center;
}

#footer {
  margin-bottom: 5px;
  font-size: xx-small;
  color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#menu {
 text-align:center; 
 width: 690px; 
 margin-left: 50px; 
 margin-right: 50px;
 margin-top: 5px; 
 height: 110px;"
}

#menu ul,ul li {
	margin-left: 100px;
	margin:0;
	padding:0;
	list-style-type:none
}

#menu ul li {
	float:left;
	font-size: 160%;
	margin-right: 5px
}

#menu ul a {
	display: block;
	width: 220px;
	padding: 5px 0;
	font: bold 100% Verdana,Arial,sans-serif;
	text-transform: uppercase;
	background: #FFFFFF;
	color: #000000;
	text-decoration: none;
	text-align:center;
}

#menu ul li a:hover{
	background: #000000;
	color: #FFFFFF;
}

h4 {
	font-size: small;
}

/* CSS Document */

#content .introduction {
	height: auto !important;
	height: 100%;
	width: 690px;
	margin-left: 50px;
	margin-right: 50px;
	text-align: left;
}

#content .introduction h1 {
	padding-bottom: 0.2em;
	font-weight: bold;
	font-size: medium;
	text-align: center;
}

#content .introduction h2 {
	font-size: small;
}

#content .introduction h3 {
	font-size: small;
}

#content .latestNews h4 {
	font-size: small;
}



