
/*  ------
 *  Resets
 *  ------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
blockquote, q {
	quotes: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.none {
	display:none !important;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* ------------------------------------------------------------ */

html {
  font-size:62.5%;
}

body {
  font-family:"Trebuchet MS",tahoma,arial,sans-serif;
  font-size:1.6em;
  background-color:#f5ede2;
}

#pr1 {
  background-color:#a02100;
  height:10em;
}

#pr1a {
  width:800px;
  height:10em;
  margin:0px auto;
  background-color:#a02100;
  color:#ffffff;
  padding-top:3.5em;
}

h1 {
  font-size:2.5em;
}

#pr2 {
  background-color:#a02100;
  height:3em;
}

#pr2a {
  width:768px;
  height:3em;
  margin:0px auto;
  background-color:#c42601;
  color:#ffffff;
  padding:16px;
}

#pr2a a{
  color:#ffffff;
  text-decoration:none;
}

#pr3 {
  border-bottom:1px solid #f5ede2;
  color:#3e382a;
}

#pr3a {
  width:768px;
  margin:0px auto;
  background-color:#ffffff;
  border:1px solid #d9d2c8;
  border-top:none;
  padding:16px;
}

h3 {
  font-size:1.6em;
  font-weight:bold;
  margin-top:0.5em;
  margin-bottom:0.25em;
}

.sec {
  margin-bottom:3em;
}

.sec a {
  color:#88011d;
  font-weight:bold;
  text-decoration:underline;
  padding-right:1.5em;
}

#footer {
  text-align:center;
  padding:0.5em 0em 2em 0em;
}

