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

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color:#000;
}
#wrapper {
	background-color: #FFF;
	text- align: left;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-color: #000;
	margin-top: 0px;
	border-bottom:thick #000033;
	padding-bottom: 0px;
}
#content {
	margin-top: 0px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	clear: both;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5;color: #555555;
	margin-top: 6px;
	margin-bottom: 10px;
	clear: both;
	padding-bottom: 5px;
	padding-top: 30px;
}
#nav {
	height: 22px;
}
a.horizontal_menu, a.horizontal_menu:link,
   a.horizontal_menu:visited {display:block; /* you can define background colors behind the text. */width:135px; height:16px; 
   background:#999999; border:1px solid #ffffff; margin-top:2px; 
   text-align:center; text-decoration:none; /* the link is not underlined */
   font-family:verdana, arial, sans-serif; font-size:10px;
    color:#ffffff; line-height:14px; overflow:hidden; float:left;}
a.horizontal_menu:hover {color:#fff; background:#003366;}
a.horizontal_menu:active {color:#fff; background:#99ccff;}
