html {
  height: 100%;
  background-attachment: fixed;
  background-position: left top;
  width: 100%;
}
body {
  background:#000000;
  width: 100%;
  font-family: Verdana,Arial,Helvetica,sans-serif; 
  font-size: 11px;
  margin: auto;
}
a {
  color:#000000;
    text-decoration: none;
}

#page {

  background:#000000;
  width:100%;
}
#logo1 {
 display: none;
}
#logo {
 display: none;
}
#logoHolder {
  display: none;
}
#logoText {
 display: none;
}
#header {
display: none;
}

#navigation {
  display: none;
}
#printNone {	
	display: none;
}
#contents {
  width: 100%;
  color:#000000;
    text-decoration: none;

}

#columnRight {
  display: none;
}
#columnLeft {
  color:#000000;
    text-decoration: none;

}
#footer {
 display: none;
}
#clear {
  display: none;
}

h {
  color:#000000;
  font-family: Droid Serif;
  font-size: 15px;
  text-transform: uppercase;
}
h2 {
  text-transform: uppercase;
  color:#000000;
  font-size: 11px;
  font-family: Droid Serif;
}
.banner {
  display: none;
}
.banner h1 {
 display: none;
}



#menu {	
	color:#000000;
    text-decoration: none;	
}

#menu li {
    float:left;
	display:block;
	position:relative;
}

#menu li:hover {
	border: 1px solid #996600;
	
	/* Background color and gradients */
	
	background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#EEEEEE');*/
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	/*display:block;*/
	outline:0;
	text-decoration:none;
}

#menu li:hover a {
	color:#996600;
	text-decoration:underline;
	
}
#menu li .drop {
	font-weight:normal;
}

.dropdown_1column {
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 2px 10px 1px;
	border: 1px solid #996600;
	border-top:none;
	
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#BBBBBB');

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	-khtml-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 240px;}

#menu li:hover .dropdown_1column {
	left:-1px;top:auto;
	
}

/*Creating the Drop Down Container Columns*/

.col_1 {width:220px;}


#menu li .align_right {
	z-index: 20;
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
	-webkit-border-radius: 5px 0px 5px 5px;
	-khtml-border-radius: 5px 0px 5px 5px;
	border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}
.row-fluid {
 display: none;
}
.second-row {
 display: none;
}
.second-row-div {
 display: none;
}
#logoHolder {
 display: none;
}
.letterHeader {
  color: #02af50;
  font-size: 35px;
  text-transform: uppercase;
  font-family:Times;
}
