@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#000;
	background-attachment: fixed;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}


.oneColElsCtrHdr #container {
	width: 891px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #000000;
	margin: 0 auto ; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 30px;
	border: 8px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 	background: #494949;
	background-image: url(images/banner.jpg);
	background-repeat:no-repeat;
	height: 243px;
	} 
.oneColElsCtrHdr #headerek { 	background: #494949;
	height: 30px;
	font: 14pt Monotype Corsiva, Arial, Helvetica, sans-serif;
	text-align: center;
	} 

.oneColElsCtrHdr #mainContent {
	background: #000000;
}
.oneColElsCtrHdr #mainContent h1{
	font: 11pt Arial; #fff;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 40px;
	text-align:justify;}
.oneColElsCtrHdr #footer { 
	height: 30px;
	background:#000000;
	border-top: 2px solid #ffffff;
} 
.oneColElsCtrHdr #footer p {
	font: 10pt Arial; #fff;
	text-align:center;
}
ul, ul li {	display: inline;

	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	display: inline;
	white-space: nowrap;
		list-style: none;

}

ul a:link, ul a:visited {
	text-decoration: none;
	display: inline;
	color:#fff;
}

ul a:hover {
	color: #cc7801;
}
ul a:active {
	color: #cc7801;
}
h2 {font-family: Trebuchet Ms;
margin-left:10px;
margin-right:10px;
font-weight:100;
font-size:15px;
  color: #fff;
  text-align: justify;}
  h4 {font-family: Trebuchet Ms;
margin-left:10px;
margin-right:10px;
font-weight:100;
font-size:18px;
  color: #fff;
  text-align: justify;}
  
  h3 {margin-top: 40px; margin-bottom: 200px;
	font: 14pt Monotype Corsiva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;}
  
#menu {
position: absolute;
list-style-type: none;
}
#menu ul {
list-style-type: none;
}
#menu li {
	float: left
}
#menu li li {
float: none
}
#menu li a {
	margin-left:5px;
display: block;
width: 200px;
text-align: left;
background: #494949;
color: #ffffff;
padding: 0px 0;
text-decoration: none;
}
#menu li a:hover {
background: #CDCECF;
color: #383D41;
text-decoration: none
}
#menu li ul {margin-left:-100px;
position: absolute;
height: 1px;
overflow:hidden
}
#menu li:hover ul {
height:200px
}

