/* CSS Document */

body {
	text-align: center;
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #FCF7E9 url(../assets/screenbground.gif) repeat-x fixed left top;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #645A4B;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
	width: 960px;
	border: 1px solid #FFFFFF;
}
#header1 {
	background: #FFFFFF url(../assets/header1.gif) no-repeat left top;
	height: 90px;
}
#header1-text {
	padding-top: 20px;
	padding-right: 20px;
	text-align: right;
	color: #523E26;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
#header2 {
	background: #FFFFFF url(../assets/header2.jpg) no-repeat left top;
	height: 118px;
	border-bottom: 1px solid #FFFFFF;
}
#header2-left {
	float: left;
	width: 166px;
}
#header2-right {
	float: right;
	width: 584px;
}
#content {
	background: #FFFFFF;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 20px 30px 20px;
	min-height: 380px;
}
#content ul {
list-style-type: none;
padding: 0;
margin: 0;
}
#content li {
	margin-left: 15px;
	padding: 0 20px .5em 1.0em;
	line-height: 1.6em;
	list-style: circle;
}
#content ol {
	margin-right: 20px;
	background: url(none);
	}
.image-border {
	border: 1px solid #333333;
	background: #FFFFFF;
	padding: 5px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	text-align: left;
	font: 1.8em Arial, Helvetica, sans-serif;
	color: #523E26;
	padding-bottom: 10px;
}
h2 {
	color: #585043;
	font-size: 1.4em;
	font-weight: bold;
        padding: 10px 0 10px 0;
}
h3 {
	color: #94805F;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #CAC0AD;
}
h4 {
	color: #FFFFFF;
	font-size: 1em;
}
h5 {
	color: #FFFFFF;
	font: italic bold .95em Verdana, Arial, Helvetica, sans-serif;
	background: #008BDE;
}
h6 {
	color: #FFCC00;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	background: #008BDE;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	padding-bottom: 2px;
}
a:link {
	color: #645A4B;
	text-decoration: underline;
}
a:visited {
	color: #645A4B;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #4486C1;
}
#footer1 {
	clear: both;
	line-height: 30px;
	color: #FFFFFF;
	text-align: right;
	background: #FFFFFF url(../assets/footer.jpg) no-repeat left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-right: 20px;
	height: 78px;
	font-size: 1.1em;
}
#footer2 {
	color: #523E26;
	width: 960px;
	margin: 0px auto;
	padding-top: 10px;
	text-align: left;
	font-size: 1.1em;
}
#footer2 a {
	text-align: center;
    color: #523E26;
	text-decoration: none;
	}
#footer2 a:visited {
	color: #523E26;
	text-decoration: none;
}
#footer2 a:hover {
	color: #864E2D;
	text-decoration: none;
}
.right-col {
	float: right;
	margin-left: 20px;
	width: 300px;
	line-height: 1.4em;
	font-size: 1em;
	background: #F4FBFD;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 20px;
}
.right-col h1 {
	text-align: center;
	font: bold 1.4em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}
.right-col h2 {
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #523E26;
	border-bottom: 1px solid #CAC0AD;
}
#right-portrait {
	float: right;
	margin-left: 20px;
	width: 250px;
	margin-bottom: 10px;
	margin-top: 0px;
}
#right-portrait img {
	margin-bottom: 15px;
}
#right-landscape {
	float: right;
	margin-left: 20px;
	width: 385px;
	margin-bottom: 10px;
	margin-top: 0px;
}
#right-landscape img {
	margin-bottom: 15px;
}
.image-left {
	float: left;
	margin: 0px 20px 10px 0px;
}
.image-right {
	float: right;
	background-color: #FFFFFF;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#nav-bar {
	display: block;
	text-align: left;
	height: 30px;
	text-transform: lowercase;
	background: #A18E6D;
}
