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

body {
	margin: 0px;
	padding: 0;
	background: #fff;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align:center;
	padding-top: 1em;
	
}

#container {
	position:left;
	text-align:left;
	width: 1024px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-color:#999;
}

#sidebar1 {
	float: left;
	width: 230px;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	padding: 0;
	color:#000000;

}


#sidebar2 {
	float: right;
	width: 230px;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	padding: 0;
	color:#000000;

} 	

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header {
	width: 1024px;
	margin: 0 auto;
	height: 109px;
	background:url(header.png) no-repeat;

}

#header p {
	clear: both; 
 	position: relative;
	padding: 5 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:14px;
	color:#FFFFFF;
	height: 35px;
	text-align:center;
	width: 1024px;
	background-color:#990000;

}

#header img{
vertical-align:middle;
}


#header iframe { 
  border: 0; 
  width: 468px; 
  height: 60px; 
  float: right;
  padding: 0px;
  background-color:#000000;
  margin-top:30px;
  margin-right:5px;
  } 
  
#header menu { 
 	float: right;
	width: 400px;
	height: 40px; 
  } 

#logo {
	float: left;
	width: 450px;
	padding: 50px 0px 0px 30px;
}

#maincontent {
	position: relative;
	vertical-align:top;
	width: 564px;
	margin: 0 auto;
	background-color:#666;
	padding: 0;
}

#maincontent table{
	background-color:#444;
  	margin: 0px auto;
	border:groove;
	border-size:2px;
	border-color:#CCCCCC;

}

.button{
	display:none;
}

#maincontent a:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
-moz-opacity: 0.6;
background-color:#FFFFFF;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 0px 0px;
	
}

h3 {
	font-size: 11px;
	font-weight: normal;
	color:#e9e9ea;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing:.7px;
}

h4 {
	font-size: 13px;
	font-weight: normal;
	color:#f4c846;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

h5 {
	font-size: 18px;
	font-weight: normal;
	color:#000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#999;
	border-color:#ffffff;
	border:2px;
	border-style:inset;
}

a {
	text-decoration: none;
	color:#f4c846;
}

a:hover {
	border-bottom: none;
	color:#0000FF;
}

h2 a {
	text-decoration: none;
	color:#fff;
}

h2 a:hover {
	border-bottom: none;
	color:#0000FF;
}

a img {
	border: none;
}
p	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
br
  {
    clear: left, right;
  }

ul {
list-style: none;

}

li {
	margin-bottom: 8px;
	border-top:solid 2px;
	border-top-color:#f4c846;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer { 
	clear: both; 
 	position: relative;
	padding: 5 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:14px;
	background-color:#fff;
	color:#000;
	height: 35px;
	text-align:center;
	width: 1024px;
	
} 

#footer a {
	text-decoration: none;
	color:#0000FF;
}

#footer a:hover {
	border-bottom: none;
}

#footer2 {
	clear: both; 
 	position: relative;
	padding: 5 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:12px;
	background-color:#fff;
	border-top:1px;
	border-top-color:#333333;
	color:#333333;
	height: 30px;
	text-align:center;
	width: 1024px;

}

/* Yahoo! Media Player: Hide player */

  #display {
	  yahooapis: none;
}


/* -------------------------------------------------------

		#nineEleven STYLES

------------------------------------------------------- */

#nineEleven h4 {
	margin:15px 0 -8px 0;
	padding:0;
}



