﻿/***************************************************
   Styles for rounded corners
 ***************************************************/
b {}
b.rbottom{display:block}
b.rtop{display:block}
b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #63452C; }
b.rtop b{display:block;height: 1px;
    overflow: hidden; background: #63452C; }
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rbottom b.r4{margin: 0 1px;height: 2px}

b.rtop b.r4{margin: 0 1px;height: 2px}

/***************************************************
   HTML Elements
 ***************************************************/

body {
	color: #000000;
	font-family: "Segoe UI";
	font-size: 9pt;
	background: #666 url("images/bg2.gif");
	margin: 50px;
}
h1 {
  color: #666;
  font-size: 18px;
  border-bottom: 0px dotted #600;
  margin: 10px 0 10px 0;
  padding: 0 0 10px 10px;
}
h1 b {
  color: #600;
}
h2 {
  color: #FFE;
  font-size: 10px;
  text-transform: lowercase;
  background: #6B4F2E;
  padding: 5px;
}
h3 {
  color: #FFE;
  font-size: 10px;
  text-transform: lowercase;
  text-align: left;
  border-bottom: 1px dotted #FFE;
  padding: 0 0 2px 0;
}
p {
	margin-top: 0px;
	font-size: 10pt;
	font-family: "Segoe UI";
}

a {
  color: #FDC;
  text-decoration: none;
}
.imageleft {
  float: left;
  margin-right: 10px;
}
.imageright {
	border: 0;
	float: right;
	margin-left: 5px;
}

.redbox {
	width: 170px;
	color: #FFE;
	background: #800000;
	padding: 5px 10px 5px 10px;
	line-height: 16px;
	font-size: 8pt;
}
.small {
	font-size: 9pt;
}
.excerpttext {
	padding: 4px;
	line-height: 16px;
	font-family: Georgia;
	font-style: italic;
	font-size: 10pt;
	font-style: italic;
	text-align: center;
}
.excerpt {
	width: 95%;
	color: #FFE;
	background: #333333;
	padding: 4px;
	line-height: 16px;
	font-family: Georgia;
	font-style: italic;
	font-size: 10pt;
	font-style: italic;
	text-align: center;
}
.excerpt2 {
	width: 95%;
	border: 1px solid #663300; background-color: #FFEFC1;
	padding: 5px 5px 5px 5px;
	line-height: 16px;
	font-family: Georgia;
	font-style: italic;
	font-size: 10pt;
	font-style: italic;
	text-align: center;
}
.bookbox {
	width: 95%;
	border: 1px solid #663300;
	background-color: #FFEFC1;
	padding: 2px 5px 2px 5px;
	line-height: 16px;
	font-size: 8pt;
	text-align: center;
}
.bookbox img{
	border: 0;
	float: left;
	margin-right: 4px;
}
/***************************************************
   Containers
 ***************************************************/
 #container {
	border-right: 3px solid #999999;
	border-left: 3px solid #999999;
	background-color: #000000;
	background-image: url("../images/leftphoto.jpg");
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: scroll;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
}
#content_container {
	background-color: #ffffff;
	padding: 0px;
	border-left-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #333333;
	border-left-color: #333333;
}
#column_left {
	float: left;
		width: 150px;
}
#column_right {
	padding-bottom: 10px
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 3px;
}

#navigation {
	background-color: #333333;
	margin-left: 0px;
	text-align: center;
	border-top: 2px solid #445566;
	font-family:Verdana;
	border-bottom: 2px solid #665533; font-size:8pt;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #333333;
}
#navigation li {
	float: left;
		margin-left: 0px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 1px;
	display: block;
	border: 1px solid #998866;; padding-left:23px; padding-right:24px; padding-top:6px; padding-bottom:6px
}
#navigation a:hover {
	border: 1px solid #456;
	background-color: #456; font-size:8pt; 
}
/* Styles for Left Column */
h1 {
	font-size: large;
	color: #333333;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #333333;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #333333;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #000000;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #112233;
}
a:hover {
	color: #800000;
	text-decoration: none
}
/* Styles for Footer */
#footer {
  border-top: 10px solid #6B4F2E;
	background-color: #445566;
	color: #FFFFFF; font-size:8pt; font-family:verdana;
  text-align: center; padding-left:0; padding-right:0; padding-top:8px; padding-bottom:13px
}
#footer p {
	margin: 0;
	text-align: left;
}
#copyright {
	float: right;
	padding-top:20px;
	text-align: right;
	padding-bottom:10px
}
#copyright p {
	font-size: x-small; color:#333
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#sitebox {
  width: 760px;
  color: #FFFFFF;
  background: #C4AB79;
  border: 30px solid #6B4F2E;
  margin-left: auto;
  margin-right: auto
}

#banner {
  width: 756px;
  height: 181px;
  background: url('images/topphoto2.jpg') no-repeat left top;
  margin: 0px;
  padding: 0px
}

#content {
  padding: 20px; color:#000000; font-size:10pt
}

#menu {
  background: #333;
  padding: 10px;
}

#menu a {
  color: #FDC;
  padding: 10px;
  text-decoration: none;
  text-transform: lowercase;
}

#menu a:hover {
  color: #333;
  background: #FFF;
}

#block {
  color: #FFE;
  background: #6B4F2E;
  padding: 5px 10px 5px 10px;
  width: 225px;
  line-height: 16px;
}