body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #2F3945;
	text-align: center;
	}
.centerall {
	margin: 20px auto 0px auto;
}
#outercontainer {
	width: 665px;
	margin: 0px auto 0px auto;
	}
#container {
	background-color: #FFFFFF;
	width: 665px;
	margin-top: 40px;
	height: 500px;
	margin-bottom: 20px;
}
html>body #container {
	min-height: 500px;
	height: auto;
	}	
/*top border*/
#tr {
	height: 115px;
	background: url(images/tr.gif) top right no-repeat;
	}
#tl {
	float: left;
	width: 100%;
	height: 115px;
	background: url(images/tl.gif) top left no-repeat;
	background-color: #6D454D;
	text-align: left;
	}
/*mid border*/
#mr {
	background: url(images/mr.gif) right repeat-y;
	}
#ml {
	background: url(images/ml.gif) left repeat-y;
	}
/*bottom border*/
#br {
	background: url(images/br.gif) bottom right no-repeat;
	}
#bl {
	height: 425px;
	padding-top: 10px;
	text-align: left;
	background: url(images/bl.gif) bottom left no-repeat;
	padding-bottom: 10px;
	}
html>body #bl {
	min-height: 425px;
	height: auto;
	}
/*--------------------------------------------------------------------------Header*/
#header {
	clear: both;
	text-align: center;
	}
#header img {
	margin-top: 20px;
	margin-bottom: 18px;
}
/*-------------------------------------------------------------------------Logo*/
#logo {
	float: left;
	width: 200px;
	margin-top: -160px;
	margin-left: -55px;
}
* html #logo {/*For IE5, IE6*/
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	top: -160px;
	left: -55px;
}
/*--------------------------------------------------------------------------Address*/
#address {
	font-size: 0.9em;
	border-bottom: 1px solid #6D454D;
	float: left;
	margin-left: 0px;
	}
* html #address {/*For IE5 IE6*/
	margin-left: -60px;
}
#address p {
	color: #2F3945;
	font-weight: bold;
}
* html #address p {/*For IE5 IE6*/
	padding-bottom: 10px;
}
*+html #address p{/*For IE7*/
	padding-bottom: 10px;
	}
/*--------------------------------------------------------------------------Navigation*/
#nav {
	clear: both;
	float: left;
	margin-left: 20px;
	width: 110px;
	margin-top: 0px;
	margin-right: 25px;
}
* html #nav {/*For IE5, IE6*/
	margin-left: 10px;
	margin-right: 20px;
	margin-top: -160px;
	}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	width: 110px;
	border-bottom: #6D454D 1px solid;
	padding-bottom: 5px;
	padding-top: 5px;
}
#nav a {
	text-decoration: none;
	color: #6D454D;
	font-size: 95%;
	font-weight: bold;
}
#nav a:hover {
	color: #decb8e;
	}
/*---------------------------------------------------------------------------Content*/
#content {
	float: left;
	margin-top: -10px;
	width: 490px;
	margin-bottom: 20px;
	color: #2F3945;
}
* html #content {/*For IE5, IE6*/
	margin-top: -160px;
	}
*+html #content {/*For IE7*/
	margin-top: 55px;
	}
#content h1 {
	font-size: 1.3em;
}
#content h2 {
	font-size: 1.1em;
}
#content h3 {
	font-size: 1em;
}
#content p {
	font-size: 0.9em;
}
/*--------------------------------------------------------------------------Pubfinder*/
#pubfinder {
	clear: both;
	font-size: 70%;
	color: #2F3945;
	}
#pubfinder a {
	text-decoration: none;
	color: #2F3945;
	}
/*---------------------------------------------------------------------------Footer*/
#footer {
	clear: both;
}
#footer p {
	text-align: center;
	color: #FFFFFF;
	font-size: 65%;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
	}
/*--------------------------------------------------------------------------Clearing*/
#content:after, #container:after, #logo:after, #address:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block
}
