body {
	background-image: url(/images/back1.gif);
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color:#34756d;
}
a:visited {
	color:#34756d;
}
a:active {
	color:#34756d;
}
a:hover {
	color:#34756d;
	text-decoration:none;
}
#header {
	width:975px;
	height:121px;
	margin-left:auto;
	margin-right:auto;
	border-left:4px solid #979797;
	border-right:4px solid #979797;
	background-image:url(/images/bakTop.gif);
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
}
#header div {
	background-image:url(/images/siteTitle.gif);
	width:506px;
	height:105px;
	float:left;
}
#header div span {
	display:none;
}
#header form {
	width:250px;
	margin:10px;
	text-align:center;
	float:right;
}
#header form input {
	border:2px solid #979797;
	width:170px;
}
#header form input.srch-error {
	border:2px solid #979797;
	width:170px;
	background-color:#CC0000;
	color:#FFFFFF;
}
#header form input.btn {
	border:0px;
	background-image:url(/images/arrow2.gif);
	width:27px;
	height:24px;
	margin-left:10px;
	background-color:transparent;
	cursor:pointer;
	color:#FFFFFF;
	font-size:1px;
}
.pageWrap {
	width:975px;
	margin-left:auto;
	margin-right:auto;
	border-left:4px solid #979797;
	border-right:4px solid #979797;
	background-color:#efe7c5;
}
#coll {
	width:212px;
	float:left;
	color:#14453d;
	font-weight:bold;
	margin-bottom:10px;
	padding-left:25px;
	padding-top:25px;
}

#coll div {
	font-size:.7em;
	text-align:right;
	margin-right:35px;
	margin-top:25px;
	clear:both;
}

#coll ul {
	border:1px solid #14453d;
	margin:0px;
	padding:0px;
	font-size:.8em;
	list-style-type: none;
	width:180px;
}
	
#coll ul li{
	position: relative;
	margin:0px;
	padding:0px;
	margin-top:2px;
	margin-bottom:2px;
}
	
/*Sub level menu items */
#coll ul li ul{
	border:1px solid #14453d;
	margin:0px;
	padding:0px;
	font-size:1em;
	list-style-type: none;
	width:180px;
	background-color:#bba997;
	position:absolute;
	top:0px;
	visibility:hidden;
}

/* Sub level menu links style */
#coll ul li a {
	display:block;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	/*margin-right:10px;*/
	width:170px;
}

#coll ul li ul li a {
	color:#14453d;
	text-decoration:none;
	background-color:#bba997 !important;
}

#coll ul li a:link {
	color:#14453d;
	text-decoration:none;
	background-color:#efe7c5;
}
#coll ul li a:visited {
	color:#14453d;
	text-decoration:none;
	background-color:#efe7c5;
}
#coll ul li a:active {
	color:#14453d;
	text-decoration:none;
	background-color:#efe7c5;
}
#coll ul li a:hover {
	color:#efe7c5;
	text-decoration:none;
	background-color:#14453d;
}

#coll ul li ul li a:hover {
	color:#efe7c5;
	text-decoration:none;
	background-color:#14453d !important;
}

#coll .more{
	background-image:url(/images/arrowMore.gif);
	background-repeat:no-repeat;
	background-position:right center;
}


/* Holly Hack for IE \*/
* html #coll ul li { float: left; height: 1%; }
* html #coll ul li a { height: 1%; }
/* End */

.colr {
	width:735px;
	float:right;
	border-left:1px solid #14453d;
	margin-bottom:10px;
}
.colr div#content {
	margin:20px;
	margin-top:0px;
	font-size:.8em;
}
.colr div#content h1{
	margin-left:-35px;
	background-image:url(/images/middle_arrow.gif);
	background-repeat:no-repeat;
	padding-left:35px;
	height:46px;
	margin-top:0px;
	color:#14453d;
	font-size:1.5em;
	font-weight:normal;
	line-height:46px;
}
.colr div#contentFoot {
	width:630px;
	font-size:1px;
	background-color:#14453d;
	height:1px;
}
#footTop {
	background-color:#14453d;
	height:28px;
	clear:both;
}
.footer {
	background-color:#f1cd37;
	color:#14453d;
	font-size:.7em;
	text-align:right;
	width:975px;
	margin-left:auto;
	margin-right:auto;
	border:4px solid #979797;
	border-top:0px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}
#collbot {
	display:none;
}
#headerbot {
	display:none;
}
span.hilite {
	background-color:#f1cd37;
}