/**************** Body and tag styles ****************/
td  img {display:block}

*{margin:0; padding:0; font-size: 12px;}

body{
font-family: Verdana;
font-size: 12px;
text-align:left;
color:#f5e987;
font-weight:normal;
background-color:#1a171b;
}

a{
color:#f5e987;
font-weight:bold;
text-decoration:none;
}

a:hover{color:#f5e987; text-decoration:underline;}
a img{border:none;}

/**************** Header and navigation styles ****************/

#navigation{
width:100%;
height:31px;
background:#1a171b;
color:#ededd9;
white-space:nowrap;
}

#navigation li{
float:left;
list-style-type:none;
text-align:center;
border-right:1px solid #f5e987;
display: inline;
position: relative;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 9px;
font-size: 17px;
text-align:center;
font-weight:normal;
text-decoration:none;
background:#1a171b;
color: #f5e987;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background:#f5e987;
color:#000000;
text-decoration:none;
}

/* Navigation for drop downs*/

	ul li#bypass {
		display			: none;
	}

	#navigation ul {
		height			: 15px; /* you will also need to change #navigation a padding and #navigation li ul margin-top*/
		width			: 100%;
		margin			: 0;
		padding			: 0;
		background:#1a171b; /* background coor of the drop downs */
		color: #ededd9;
		list-style-type	: none;
	}

		#navigation li ul {
			border-top		: 1px solid #1a171b;
			margin-top		: 3px;		/* How far down the drop down menus start  - you will also need to change #navigation ul height and #navigation a padding */
			display			: none;
			left			: 0;
			position		: absolute;
			width			: 130px;		/* width of the drop down menus? */
			height			: auto;
		}
		
		#navigation li li {
			width			: 130px;		/* width of the drop down menus? */
			border			: 1px solid #1a171b; /* color of drop down borders */
			border-top		: 0;
		}
		
		#navigation li li a {
		display:block;
		padding:0 0px;
		font-size:15px;
		text-align:left;
		font-weight:normal;
		text-decoration:none;
		background-color:#f5e987;
		color: #000000;
		border-right: none;
		width: 130px;
		}
		
		#navigation a:hover, #navigation a:focus {
		background-color:#1a171b;
		color: #f5e987;
		}
		
		#navigation .sel a {
		background-color:#f5e987;
		color: #000000;
		}

		#navivation a:active {
		background-color:#f5e987;
		color: #000000;
		}

/**************** Content styles ****************/

#content{
width:984px;
margin:0 0 0 0;
font-size: 14px;
background-color:#1a171b;

}

#content img{
display:inline;
}

#content h1{
display:block;
margin:0 0 16px 0;
font-size:2.4em;
font-weight:normal;
letter-spacing:-1px;
color:#f5e987;
}

#content h2{
display:block;
margin:0 0 16px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#f5e987;
}

#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}





/**************** Footer styles ****************/

#footer{
clear:both;
width:984px;
font-size:0.9em;
color:#f5e987;
background-color:#1a171b;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f5e987; background-color:#1a171b; font-weight:bold;}
#footer a:hover{color:#f5e987; background-color:#1a171b; text-decoration: underline;}

/**************** Misc classes and styles ****************/


.box{
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#E9EFE3;
color:#505050;
line-height:1.5em;
}

