body {
	font: 85%/1.2em Tahoma, Helvetica, Verdana, sans-serif;
	color: #663300;
	background: #C3AF94;
	margin: 0px;
	padding: 0px;
	}

a:link, a:active, a:visited {
	color: #630304;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	}

#container {
	text-align: center;
	background: url('../images/layout/gradient.jpg') top center repeat-y;
	}


#wrapper {
	text-align: left;
	width: 689px;
	background: #eee6d8;
	margin: 0 auto;
}



/*-----------------------HEADER--------------------------------------*/
#header {
	background: #9b3e3e url('../images/layout/banner.jpg') top left no-repeat;
	margin: 0;
	padding: 0px;
	height: 104px;
	width: 100%;
	text-align: right;
	font-size: .90em;
	color: #F67979;
	}

.text {
	padding: 5px;
	font-weight: normal;
	color: #FFF;
	
	}

/*----------------------TOP NAV---------------------------------------*/
#topnav {
	background: #d9c6ab;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	height: 25px;
	}

#topnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	height: 21px;
	_margin-top: -11px;
	}

#topnav li { /* all list items */
	float: left;
	position: relative;
	width: 114px;
	text-align: center;
	font-size: 1.1em;
	line-height: 100%;
	margin: 0;
	padding: 0;
	}
	
#topnav a {
	font-weight: bold;
	text-decoration: none;
	color: #630304;
	}

#topnav a:hover {
	font-weight: bold;
	text-decoration: none;
	}

#topnav li.comm {
	width: 119px;
	}

#topnav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	_margin-top: 0px;
}

#topnav li ul li {
	display: block;
	background: #d9c6ab;
	font-size: 0.75em;
	text-align: left;
	width: 114px;
	padding: 5px;
	}

#topnav li ul li.comm {
	width: 150px;
	}

#topnav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#topnav li:hover ul, #topnav li.over ul { /* lists nested under hovered list items */
	display: block;
}

/*--------------------CONTENT-----------------------------------------*/

#content {
	margin: 0px;
	margin-top: 25px;
	padding: 5px;
	background: #eee6d8;
	height: 100%;
	}

#text {
	margin-right: 240px;
	}

#text2 {
	
	}

h1 {
	position: bottom;
}

h2 {
	background: url('../images/layout/h2.jpg') top left no-repeat;
	font-size: 1.3em;
	color: #630304;
	margin: 0px;
	padding: 5px;
	width: 371px;
	height: 25px;
	}	


h3 {
	margin: 0px;
	font-size: 1.1em;
	color: #663300;
}

h3.empname {
	margin: 0px;
	font-size: 1.1em;
	color: #663300;
	width: 100%;
	border-bottom: 1px solid #630304;
}

h4 {
	margin: 0;
	padding-top: 15px;
	padding-left: 40px;
	font-size: 1em;
	color: #9b3e3e;
}
	
p {
	font-size: 1em;
	margin-left: 0px;
	padding-right: 0px;
}

p.small {
	font-size: .75em;
	margin-left: 0px;
	padding-right: 0px;
	}

p a {
	color: #630304;
}
p a:visited{
	color: #663300;
}


#content img.borderleft {
	float: left;
	margin: 20px;
	margin-left: 55px;
	border: solid #663300 1px;
}

#content img.borderright {
	float: right;
	margin: 20px;
	margin-right: 55px;
	border: solid #663300 1px;
}

#content table.display{
	border: solid #9b3e3e 2px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;

	
}
#content table.display th {
	background: #9b3e3e;
	color: white;
}
#content table.display td{
	border-top: solid black 1px;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
}
#content table.display td.desc{
	padding-left: 90px;
	color: #9b3e3e;
	font-style: italic; 
}
/*---------------------FOOTER----------------------------------------*/
#footer {
	width: 100%;
	background: #a5845e;
	clear: both;
	text-align: center;
	margin-top: 20px;
	font-size: .90em;
	color: #fff;
}
#footer ul{
	padding: 0px;
	margin: 0px;
	padding-top: 3px;

}
#footer li {
	display: inline;
	color: #d9c6ab;
	font-size: .7em;
	padding-right: 20px;
	padding-left: 20px;
}

