body {
	min-width: 960px;
	background: #fff;
	color: #414141;
	font: 0.8em/1.25em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#hd-wrap {
	padding: 14px 0;
	background: url("img/header.gif") repeat-x;
}

div#nav-wrap {
	border-bottom: 1px solid #e1e1e1;
	background: #c2250b url("img/nav-bg.gif") repeat-x;
}

div#ft-wrap {
	position: relative;
	clear: both;
	border-top: 4px solid #f5e1b8;
	border-bottom: 4px solid #f5e1b8;
	padding: 10px 0 ;
	background: #e0f5fd;
	height: 160px;
	margin: 20px 0px;
}

div#middle {
	margin-top: 1em;
}

div#nav-wrap ul li {
	float: left;
	text-transform: uppercase;
}

div#nav-wrap ul li a {
	display: block;
	color: #fff;
	padding: 1.1em 0.8em 0.6em;
}

div#footer p {
	font-size: 0.76em;
}

div#middle div.box {
	border: 1px solid #f6e2b9;
	background: #fffbde;
	margin-bottom: 10px;
	padding: 5px;

}

div#middle p {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: justify;

}

.red {
color: #c01a18;
}

a {
	text-decoration: none;
	color: #007195;
	outline: none;
}

hr {
	display: none;
}

ul.paperclip li {
	list-style-type: disc;
	margin-bottom: 0.5em;
	list-style-position: inside;
}

div.dotted {
	border-bottom-style: dashed;
	border-bottom-color: #c2250b;
	border-width: 2px;
}

div.separate {
	margin-top: 20px;
	margin-bottom: 20px;
}

img.wborder {
	border: 2px solid #e1e1e1;
}

img.banner {
/*	border: 2px solid #e1e1e1;*/
	margin-bottom: 1em;
}

img.col {
	float: left;
	text-align: center;
}

img.center {   display: block;   margin-left: auto;   margin-right: auto; }

h1 {
	color: #c01a18;
}

div#browsersIE6 {
	display: none;
}

div#browsersIE {
	display: none;
}

#errorMessageIE6, #credits {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  font: normal 1.4em arial;
  line-height: 70px;
  text-align: center;
  color: #000;
  background: #fff;
  border-bottom: 1px solid #ddd;
  filter:alpha(opacity=92);
  -moz-opacity: 0.92;
  opacity: 0.92;
  display: none; /* LEAVE THIS IN*/
}
