/* CSS Document */

body {
	background-color: #080302;
	background-image: url(img/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	font: verdana, sans-serif;
	color: #080302;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

p {
	font: 13px/17px verdana;
}

a:link {
	color: #0000cc;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #eeaa00;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #0000cc;
	font-weight: bold;
	text-decoration: none;
}

a.noshow { 
	color: #080302;
	font-weight: normal;
	text-decoration: none;
}
	
#content {
	width: 650px;
	margin-top: 130px;
	margin-right: 277px;
	margin-left: 93px;
	left: 50%;
	right: 50%;
}

.content-box {
	width: 650px;
	padding: 18px 24px;
	background-color: #ffffff;
	border: 1px solid #080302;
	clear: both;
	margin-left: 60px;
}

	/* Display block */
	 .DisplayBlock {
	  display : block;
	}
	/* Display none */
	 .DisplayNone {
	  display: none;
	 }


#topnav {
}

#
