
* {
	margin: 0; padding: 0; }

html {
	width: 100%;  height: 100%; }
	
body {
	width: 100%;  height: 100%;
	margin: 0; padding: 0;
	background: #440013 url(../../img/bgCopyright2009.jpg) center repeat-y;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #DFD9C8;
	text-align: center; }

p {
	margin: 0 0 10px 0;
	font-size: 90%;
	text-align: left; }

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

img {
	margin: 0; padding: 0;
	border: none; }

ul, ol {
	margin: 0 0 10px 30px; padding-left: 0;
	text-align: left; }
html>body ol, html>body ul {
	margin: 0 0 16px 0; margin-bottom: 16px;
	padding-left: 30px; }
ul {
	list-style: square url(../../img/bulSqr1.gif); }
* html ul {
	list-style: square url(../../img/bulSqr1.gif); }
ul.bulClear {
	list-style: none url(../../img/bulClear.gif); }
ul li ul {
	margin-bottom: 5px;
	list-style: square url(../../img/bulSqr2.gif); }
* html ul li ul {
	list-style: square url(../../img/bulSqr2.gif); }
ul.intro {
	font: bold 110% "Book Antiqua", "Georgia", "Times New Roman", Times, serif;
	color: #FADF95; }

blockquote {
	margin: 0 25px 12px 25px; padding: 15px;
	border: 1px solid #000;
	background: #333;
	font-size: 90%;
	text-align: justify; }

ins.mail {
	margin-left: -3px; margin-right: -3px; }


/* ------ containers ------ */

#container {
	width: 900px;
	margin: 0 auto; padding: 0; }
#header {
	width: 840px; height: 140px;
	margin: 0 auto;
	text-align: center; }
#contentContainer {
	width: 840px;
	margin: 0 auto; }
#footer { }


/* ------ content ------ */

.boxTop {
	height: 10px;
	border-top: 1px solid #1F0009;
	background: url(../../img/bgBoxTop.jpg) center repeat-y;
	font-size: 0px; }
.boxMid {
	padding: 20px 30px;
	background: url(../../img/bgBoxMid.jpg) center repeat-y; }
.boxBotm {
	height: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #1F0009;
	background: url(../../img/bgBoxBotm.jpg) center repeat-y;
	font-size: 0px; }

.photo {
	margin: 0 0 10px 0;
	font-size: 86%;
	text-align: center; }
.photo img {
	margin: 0 2px; }	

.photoLeft {
	clear: both; float: left;
	margin: 0 15px 1px 0; }
.photoRight {
	clear: both; float: right;
	margin: 0 0 1px 15px; }

.address {
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.3em; }
.address strong {
	font-size: 120%;
	font-variant: small-caps;
	color: #F7E4AB; }

.cr {
	position: relative;
	clear: both;
	margin: 15px 0;
	font: 60% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center; }
.cr a {
	color: #766; }
.cr strong {
	font-size: 120%;
	color: #888; }
.cr strong a {
	color: #9B836C; }

.hr {
	margin: 15px auto;
	border-bottom: 1px solid #D9C194;
	font-size: 1px; }


/* ------ headings ------ */

h1, h2, h3, h4, h5, h6, #h1 {
	margin: 0;
	font-family: "Book Antiqua", "Georgia", "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: small-caps; }
#h1 {
	width: 900px; height: 63px;
	margin: 0 auto;
	background: url(../../img/bgH1.jpg) no-repeat;
	overflow: hidden; }	
h1 {
	margin-left: 200px;
	font-size: 110%;
	color: #FFDA90;
	letter-spacing: 2px; }
h2 {
	margin: 0 0 5px 0; padding: 6px 0;
	border-bottom: 1px solid #1F0009;
	background: url(../../img/bgH2.jpg) center repeat-y;
	font-size: 120%;
	color: #FFDA90; }
h2 a {
	border-bottom: 1px solid #7D6D4D;
	color: #FEE5AF;
	text-decoration: none; }
h3 {
	margin: 0 0 8px 0;
	border-bottom: 1px solid #F0D6A6;
	background: url(../../img/bgH3.jpg) repeat-y;
	font-size: 120%;
	color: #FFDA90; }
h3 a:hover {
	color: #D5AB69;
	border-bottom: 1px solid #100; }
h3 small {
	letter-spacing: 1px; }
h4 {
	margin: 5px 0 2px 0; padding: 3px 1px;
	background: url(../../img/bgH4.jpg) center repeat-y;
	font-size: 110%;
	color: #2C2315;
	letter-spacing: 1px; }


/* ------- tables ------ */

.footAddy {
	margin: 0 auto; padding: 0; }


/* -------- forms ------- */




/* -------- fonts ------- */

.xx-small { font-size:  70%; }
.x-small  { font-size:  80%; }
.small    { font-size:  90%; }
.medium   { font-size: 100%; }
.large    { font-size: 110%; }
.x-large  { font-size: 120%; }
.xx-large { font-size: 130%; }

.arial   { font-family: Arial, Helvetica, sans-serif; }
.courier { font-family: "Courier New", Courier, mono; }
.times   { font-family: "Times New Roman", Times, serif; }

.clear {
	clear: both;
	font-size: 0; }
.hide {	
	display: none; }
.px {
	font-size: 7px; }
.end {
	margin-bottom: 0; }
.center {
	text-align: center; }
.right {
	float: right; }
.indent {
	margin-left: 50px; margin-right: 50px; }
.justify {
	text-align: justify; }
.caps {
	text-transform: uppercase; }
.smCaps {
	font-variant: small-caps; }
.bold {
	font-weight: bold; }
.normal {
	font-weight: normal;
	text-transform: none; }
.black {
	color: #000; }
.red {
	color: #CC4300; }
.grey {
	color: #555; }
.gold {
	color: #FADF95; }