/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font-family: Verdana;
font-size: 12px;
text-align:left;
color:#303030;
font-weight:normal;
background:url(bg.jpg) repeat;
}

a{
color:#A49859;
font-weight:bold;
text-decoration:none;
background-color:#E9EFE3;
}

a:hover{color:#A49859; text-decoration:none; background-color:#E9EFE3;}
a img{border:none;}

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

#navigation{
width:629px;
background:url(bg.jpg) repeat;
color:#A49859;
}

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

#navigation li a{
display:block;
padding:0 7px;
font-size: 12px;
text-align:left;
font-weight:normal;
text-transform:uppercase; /* transformed text to uppercase */
text-decoration:none;
background-color:#E9EFE3;
color: #A49859;
}

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

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

/* Navigation for drop downs*/

	ul li#bypass {
		display			: none;
	}

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

		#navigation li ul {
			border-top		: 1px solid #ffffff;
			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			: 255px;		/* width of the drop down menus? */
			height			: auto;
		}
		
		#navigation li li {
			width			: 255px;		/* width of the drop down menus? */
			border			: 1px solid #FFFFFF; /* color of drop down borders */
			border-top		: 0;
		}
		
		#navigation li li a {
		display:block;
		padding:0 0px;
		font-size:1.0em;
		text-align:left;
		font-weight:normal;
		text-transform:uppercase; /* transformed text to uppercase */
		text-decoration:none;
		background-color:#E9EFE3;
		color: #A49859;
		border-right: none;
		width: 255px;
		}
		
		#navigation a:hover, #navigation a:focus {
		background-color:#A49859;
		color: #E9EFE3;
		}
		
		#navigation .sel a {
		background-color:#E9EFE3;
		color: #A49859;
		}

		#navivation a:active {
		background-color:#E9EFE3;
		color: #A49859;
		}

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

#content{
width:629px;
margin:0 0 0 0;
font-size:0.9em;
background:url(bg.jpg) repeat;
}

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

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

#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;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}



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

#footer{
clear:both;
width:629px;
font-size:0.9em;
color:#A49859;
background:#E9EFE3;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#A49859; background-color:#E9EFE3; font-weight:bold;}
#footer a:hover{color:#000000; background-color:#E9EFE3; 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;
}

