* {margin:0px; padding:0px;}
html, body {
    height: 100%;
}

body {
	color: #000000;
	text-align: left;
	background: #000000  url(images/bg-body.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link    {color:#000000; font-weight:normal; text-decoration: none;}
a:visited {color:#000000; font-weight:normal; text-decoration: none;}
a:hover   {color:#000000; font-weight:normal; text-decoration: underline;}
a:active  {color:#000000; font-weight:bold; text-decoration: none;}

a.navi {
	float:left;
	padding: 9px 9px 8px 9px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
a.navi:link {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
}
a.navi:visited {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
}
a.navi:hover {
	color:#000000;
	font-weight:normal;
	text-decoration: none;
	background-image: url(images/bg-navhover.gif);
	background-repeat: repeat-x;
}
a.navi:active {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
}


#content a:link {
	color:#bf1e42;
	font-weight:normal;
	text-decoration: none;
}
#content a:visited {
	color:#bf1e42;
	font-weight:normal;
	text-decoration: none;
}
#content a:hover {
	color:#bf1e42;
	font-weight:normal;
	text-decoration: underline;
}
#content a:active {
	color:#bf1e42;
	font-weight:normal;
	text-decoration: none;
}


#hcenter {
	/* horizontally centers the wrapper. This is done by having the margins (top and left) 
       negative of half the size of the field we want to center). Position must be absolute 
       and top and left settings are at 50%. Works in IE5.5+, Opera 7+, Mozilla, Netscape 7+.
    */
    padding: 0px;
	width: 830px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo {
	padding-bottom: 5px;
}


#header {
	height: 201px;
	margin: 0px;
	width: 830px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 25px;
	padding-bottom: 13px;

}
#nav {
	height: 32px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	list-style-type: none;
	display: inline;
}


#wrapper {
    min-height: 100%;
    height: auto !important; /*Cause footer to stick to bottom in IE 6*/
    height: 100%;
    margin: 0 auto; /*Allow for footer height*/
	background-color: #FFFFFF;
	width: 830px;
}

#content {
	padding: 39px 30px 10px 30px;
	background-color: #FFFFFF;
	background-image: url(images/background-content.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#content ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 40px;
	padding: 0px;
}
#content ul li {
	padding-bottom:4px;
	padding-left: 0px;
	margin: 0px;
	font-size: 12px;
	text-align: left;
	line-height: 140%;
}
#content ul ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#content ul ul li {
	list-style-type: circle;
	list-style-image: none;
}

#content table {margin-bottom:10px;}
#content  table  p {
	text-align: left;
}
#content  table ul {
	margin-left: 25px;
}

#content ul img.left {margin-right:40px; margin-left:-20px;}


#contact {
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: right;
	font-variant: normal;
	margin: 0;
	color: #FFFFFF;
}
#contact   a:link  {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
}
#contact   a:visited  {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
}
#contact   a:hover  {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: underline;
}
#contact   a:active  {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
}
#pageTitle {
	margin-bottom: 10px;
}

#push {
    height: 176px; /*Push must be same height as Footer */
}
#footer {
	color: #000000;
	font-size: 12px;
	background-color: #FFFFFF;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 30px;
	position: relative;
	height: 162px;
	clear: both;
}
#footer a {
	color: #000000;
}

#footleft {
	float: left;
	position: absolute;
	bottom: 14px;

}
#footleft img {
	margin-right: 10px;
}

#footright {
	text-align: right;
	font-weight: bold;
}
#footright img {
	margin-left: 12px;
}
#footright table img {
	margin-right: 10px;
}
#footright #info {
	position: absolute;
	bottom: 14px;
	right: 160px;
	text-align: right;
}







#copyright {
	clear:both;
	color:#FFFFFF;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height: 22px;
	padding-top: 10px;
	background-image: url(images/bg-footer.gif);
	background-repeat: repeat-x;
}
#copyright a {
	color: #FFFFFF;
}


#quote {
    float: left;
    width: 200px;
    padding-right: 10px;
    text-align: right;
    border-right: 2px solid #b7975d;
    color: #886234;
    font-size: 14px;
    font-style: italic;
    margin: 7px 15px 15px 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#quoteright {
	float: right;
	width: 235px;
	padding-left: 10px;
	text-align: right;
	border-left: 2px solid #713304;
	color: #713304;
	font-size: 16px;
	font-style: italic;
	margin-top: 7px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	line-height: 18px;
	font-weight: normal;
}
#quoteright p {
	text-align:right;
	margin-top:15px;
 	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #a18067;
	font-style: normal;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.author {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
}


b {font-weight: bold;}
p {
	margin-bottom:13px;
	text-align:left;
	line-height: 18px;
	padding-top: 5px;
}
h1 {
	color: #000000;
	letter-spacing:1px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
}
h2 {
	color: #000000;
	font-weight: normal;
	margin-top:10px;
	margin-bottom:5px;
	font: normal 20px "Times New Roman", Times, serif;
	text-align: left;
}
h6 {
	font-size: 15px;
	margin: 0px;
	padding-bottom: 13px;
	padding-top: 5px;
}

.indent {
	padding-left:25px;
}
.collage {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	clear: right;
}


#img_right, img.right {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	margin-top:5px;
	margin-right:0px;
	clear:right;
	text-align:right;
	padding: 0px;
}

#img_left, img.left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	clear:left;
	text-align:left;
	margin-top: 10px;
}

#img_right img, #img_left img, img.left, img.right, img.borderonly {
	border: none;
}
#content ul #img_left {
	margin-right:0px;
	margin-left:-20px;
}
