* {
	margin:0;
	padding:0;
}
body {
	background:#CAB483 url(../images/back.gif) repeat-x top left;
	font:0.9em 'Lucida Sans Unicode','Lucida Grande',Arial,sans-serif;
}
#page {
	margin:0 auto;
	width:790px;
	background:url(../images/header_back.gif) repeat-x top left;
}
h1.logo {
	background:url(../images/logo.gif) no-repeat 40px 15px;
	color:#FFFFFF;
	display:block;
	font-family:Georgia, Times New Roman, Serif;
	font-size:3em;
	font-style:italic;
	font-weight:normal;
	height:68px;
	padding-left:150px;
	padding-top:85px;
	width:640px;
}
h1.logo span {
	font-size:0.7em;
}
h2 {
	font-size:2em;
	font-family:Georgia, Times New Roman, Serif;
	font-weight:normal;
	margin-bottom:0.5em;
}
a {
	color:#11225B;
	text-decoration:none;
	border-bottom:1px dotted #11225B;
}
p {
	font-size:1.05em;
	margin-bottom:0.8em;
	letter-spacing:0.01em;
	color:#202020;
}
a:visited {
	color:#444;
	border-bottom:1px dotted #11225B;
}
a:hover {
	color:#11225B;
	border-bottom:1px solid #11225B;
}
#menu a {
	text-decoration:none;
	border-bottom:none;
	font-size:1.1em;
	color:#FFF;
}
#menu #main li:hover {
	background-color:#363B32;
}
#menu #main {
	list-style:none;
	width:790px;
	height:35px;
}
#menu #main li {
	float:left;
	display:block;
	height:28px;
	padding:7px 25px 0 25px;
}
#menu #main li.current,
#menu #main li.section {
	background-color:#363B32;
}
#menu #sub {
	list-style:none;
	width:785px;
	height:35px;
	padding-left:10px;
}
#menu #sub li {
	float:left;
	display:block;
	height:24px;
	padding:10px 10px 0 10px;
	font-size:0.9em;
}
#menu #sub li.current {
	font-weight:bold;
}
#menu #sub a:hover {
	border-bottom:1px solid #FFF;
}
#miniNav {
  list-style-type:circle;
	width:740px;
	float:left;
	clear:both;
	margin-bottom:1em;
}
#miniNav li {
	float:left;
	width:140px;
	padding-right:8px;
	margin-bottom:7px;
}
#miniNav li.current a {
	border-bottom:none;
	color:#202020;
}
#content {
	margin-bottom:20px;;
	padding:25px 25px 0px 25px;
	background:#B8A274 url(../images/page.gif) repeat-x top left;;
}
#footer {
	border-top:3px solid #CAB483;
	margin-top:20px;
	padding-bottom:15px;
	padding-top:10px;
	font-size:0.85em;
	clear:both;
}
#footer p {
	color:#342C16;
}
#footer p span {
	color:#000;
}

/***********************
**    TABLES
************************/

table {
  width:100%;
  border-left:3px solid #CAB483;
  border-top:3px solid #CAB483;
  border-collapse:collapse;
  margin-bottom:7px;
}
table.images,
table.images td,
table.images th,
table.image,
table.image td,
table.image th {
  width:auto;
  border:none;
}
table.images img,
table.image img {
  margin-bottom:0px !important;
}
td, th {
  border-right:3px solid #CAB483;
  border-bottom:3px solid #CAB483;
  padding:5px;
}
th {
  text-align:left;
  background-color:#AF9B6C;
}


/***********************
**    IMAGES
************************/

#content img {
  margin:2px 0 15px 0px;
  border:7px solid #CAB483;
}
#content img.right {
  float:right;
  clear:right;
  margin-right:0;
  margin-left:15px;
}
#content img.left {
  float:left;
  clear:left;
  margin-right:15px;
  margin-left:0px;
}
#content img.leftAlone {
  display:block;
  clear:left;
  margin-right:15px;
  margin-left:0px;
}