
body { behavior:url("csshover.htc"); }

body {
	background: url(img/background.gif) repeat-x top left;
	font-family: arial;
}

hr, h1, h2, h3, h4 {
	margin-bottom: 0px;
}

hr {
	border: solid 1px #63663a;/*#2a3620;*/
}

#content {
	clear: both;
	}

#content p {
	text-align: justify;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	z-index: 1;
	background-color: transparent;
}

#logo {
	background-image: url(img/logo.jpg);
	height: 200px;
	width: 100%;
}

/*#ntr {
	background: url(ntr.gif) no-repeat top right;
}
#ntl {
	background: url(ntl.gif) no-repeat top left;
}*/

#nbr {
	background: url(img/nbr.gif) no-repeat bottom right;
}
#nbl {
	background: url(img/nbl.gif) no-repeat bottom left;
}

#footer {
	text-align: center;
}

#nav, #footer {
	background-color: #63663a;
}

/*Controls the small features box*/
#qLinks {
	float: right;
	width: 150px;
	background-color: #D6c8a8;
	border: #003300 solid 1px;
	margin: 0px 5px 5px 15px;
	padding: 5px;
}

li.level1:hover {
color: #000;
}

ul, li{
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
	width: 150px;
}

ul li ul {
	display: none;
	/*border: solid #000 1px;*/
	background-color: transparent;
}

ul li ul li {	/*properties for drop downs*/
	padding-left: 10px;
	line-height: 25px;
	width: 140px;
	background-color: #63663A;
}

ul li ul li a {
	color: #D6CAB0; /*color of links in drop downs*/
}

ul li ul li:hover a{
	color: #63663A; /*determines the color of the links in the drop downs when you hover over them*/
}

ul.ddmenu li.level1 ul li:hover {
	background-color: #D6CAB0; /*background color of links in drop downs*/
}

ul.ddmenu li.level1:hover {
	background-color: #D6CAB0; /*This is the background color for the three drop down links*/
	color: #63663A;
}

ul li:hover ul {
	position: absolute;
	display: block;
}

.ddmenu {
	float: right;
	margin-top: 0px;
	color: #F8EAC8;
}

.ddmenu:hover {
	color: #63663A;
}

ul.contentList li {
	width: 300px;
	list-style-type: disc;
	margin-left: 250px;
}

ul.contentList2 li {/*use this one when there is no quick links box*/
	width: 400px;
	list-style-type: disc;
	margin-left: 100px;
}

/*the two styles below control the "home" link*/
ul li.level1 a{
	color: #F8EAC8; 
}

ul li.level1 a:hover{
	color: #63663A; 
}
