body {
	color: #383838;
	background: url(../pix/bg-body.jpg) repeat-x fixed center top #223d57;
}

.print { display: none; }

/* SECTIONS */
/* ##################################################### */

#container {
	margin: 0 auto;
	width: 770px;
}

#head { height: 95px; }
#head h1 { display: none; }
#head h2 { color: #fff; }
#head h3 { display: none; }
#head img { 
	float:left; 
	margin: 24px 0 0 25px; 
}

#main {
	background: #dddbd1;
	border: solid 2px #212121;
}

#mainmenu .tl {
	position: relative;
	z-index: 1;
	height: 10px;
	margin: -2px 0 -10px -2px !important;
	margin: -2px 0 -14px -2px;
	background: url(../pix/menu-corner-tl.gif) no-repeat;
}

#mainmenu .tr {
	position: relative;
	z-index: 1;
	height: 10px;
	margin: 0 -2px  -8px 0 !important;
	margin: 0 -2px -12px 0;
	background: url(../pix/menu-corner-tr.gif) no-repeat top right;
}

#mainmenu table {
	width: 100%;
	border-bottom: solid 7px #83a5c2;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#mainmenu td {
	width: 128px;
	white-space: nowrap;
}

#mainmenu td.spacer {
	width: 2px;
	background: url(../pix/menu-spacer.gif) no-repeat;
}

#main h2 {
	height: 57px;
	font: normal 22px Verdana, Arial, Helvetica, sans-serif;
	line-height: 57px;
	margin: 0;
	padding-left: 20px;
	color: #000;
	background: url(../pix/page-title.jpg);
}

#content {
	margin: 10px;
	margin-top: 0;
	padding: 20px;
	background: url(../pix/bg-content.jpg) repeat-x #f4f3f0;
}

#content-corner-tl {
	position: relative;
	height: 5px;
	overflow: hidden; /* ie fix */
	margin: 0 10px;
	margin-bottom: -5px;
	background: url(../pix/corner-content-tl.gif) no-repeat top left;
}

#content-corner-tr {
	position: relative;
	height: 5px;
	overflow: hidden; /* ie fix */
	margin: 0 10px;
	margin-bottom: -5px;
	background: url(../pix/corner-content-tr.gif) no-repeat top right;
}

#pagenav, #intro {
	font-size: 11px;
	font-weight: bold;
/*	color: #707070; */
	color: #3d73a0;
}

#slideshow {
	text-align: center;
}

#slideshow img {
	margin-left: 22px;
	border: solid 1px #83a5c2;
}

.section {
	padding: 10px 15px;
	margin-top: 20px;
	border: solid 1px #dadad9;
	background: #fbfaf8;
}

.section h3 {
	margin: -11px -16px;
	margin-bottom: 10px;
	font-size: 1.25em;
	color: #1f3a57;
	background: url(../pix/section-corner-tr.gif) top right no-repeat #e1e1df;
	padding: 7px 10px;
}

.section a.top-link {
	font-size: 11px;
	float: right;
	margin-top: -35px;
}

#foot {
	text-align: right;
	padding: 5px;
	font-size: .9em;
	color: #808080;
}

#ne3-design { color: #b56262; }
