/* -----------------------------------------------
Site Structure
----------------------------------------------- */

body {
	color: #666666;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background: #FFFFFF url(/images/backgrnd.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
}

div#Wrapper {
	width: 700px;
	padding: 0;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

div#Placemat {
	border: 1.5px solid #000000;
	margin: 0;
	background-color: #FFFFFF;
	width: 700px;
}

div#Border {
	border: 1px solid #333333;
	margin: 0;
	padding: 5px;
	background-color: #FFFFFF;
	width: 700px;
}

/* ---------------------------------------
Logo
--------------------------------------- */

div#Logo {
	background-color: #FFFFFF;
	text-align: center;
	width: 700px;
}
div#Copyright  {
	padding: 20px;
	text-align: center;
	width: 700px;
	background-position: bottom;
}

/* ---------------------------------------
Nav
--------------------------------------- */

div#Nav {
	width: 700px;
	background-color: #333333;
	border-bottom-width: 2.5px;
	border-bottom-style: groove;
	border-bottom-color: #701400;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 25px;
}

div#Nav ul {
  list-style: none;
  text-transform: uppercase;
  display: inline;
}

div#Nav li {
	margin: 0;
	padding-right: 5%;
	padding-bottom: 0;
	padding-left: 0px;
	float: right;
	padding-top: 0;
}

div#Nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Optima, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#Nav a:hover {
	color: #666666;
	text-decoration: none;
}

div#Nav li a.Active {
	color: #999999;
}

/* ---------------------------------------
Content
--------------------------------------- */


div#Content {
	background-color: #FFFFFF;
	width: 585px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 75px;
	float: left;
	text-align: left;
}

/* ---------------------------------------
Footer
--------------------------------------- */

div#Footer {
	font-size: 10px;
	color: #666666;
	background-color: transparent;
	text-decoration: none;
	font-family: Optima, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	width: 700px;
}

div#Footer ul {
  margin: 0;
  padding: 0;
}

div#Footer li {
	display: inline;
	list-style-type: none;
	padding: 0 4px;
	color: #666666;
}

div#Footer li.Divider {
	color: #000000;
}

div#Footer a {
  color: #666666;
  text-decoration: none;
}

div#Footer a:hover {
  color: #666666;
  text-decoration: underline;
}

div#Copyright {
	font-size: 10px;
	color: #666666;
	width: 100%;
	font-family: Optima, Arial, Helvetica, sans-serif;
	padding: 5px;
	float: left;
	text-decoration: none;
}

div#Copyright a {
  color: #666666;
  text-decoration: none;
}

div#Copyright a:hover {
  color: #666666;
  text-decoration: underline;
}
.Headline/* ---------------------------------------
Headings
--------------------------------------- */

 {
	font-size: 18px;
	font-weight: normal;
	color: #701400;
	font-family: Optima, Arial, Helvetica, sans-serif;
	text-transform: none;
}
.Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	color: #701400;
	border-bottom: 1px solid #EEE;
	text-transform: uppercase;
}

/* ---------------------------------------
Anchors
--------------------------------------- */

a {
	color: #701400;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

/* ---------------------------------------
Misc. Rules
--------------------------------------- */

img {
  border: 0;
}
div#Footer ul {
  color: #701400;
}
