﻿* {
	margin: 0px;
	padding: 0px;
}
#topBox {
	position: absolute;
	height: 200px;
	width: 100%;
	background-image: url(WebPageLogo.jpg);
	background-repeat: no-repeat;
}
#leftBox {
	position: absolute;
	width: 252px;
	left: 0px;
	top: 200px;
}
#contentBox {
	position: absolute;
	width: 600px;
	left: 280px;
	top: 200px;
}
a:visited {
	color: #1A3636;
	text-decoration: none;
}
a:link {
	color: #1A3636;
	text-decoration: none;
}
a:hover {
	color: #C1AD79;
	text-decoration: underline;
}
.infoBox {
	padding: 12px;
	background-color: #FFFDED;
	margin: 12px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C1AD79;
	border-right-color: #1A3636;
	border-bottom-color: #1A3636;
	border-left-color: #C1AD79;
}
body {
	color: #1A3636;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFDED;
	background-image: url(LeftBack.jpg);
	background-repeat: repeat-y;
}
p {
	margin: 10px;
}
h2 {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 14px;
	margin-left: 10px;
	clear: both;
}
h3 {
	margin: 10px;
}
h4 {
	margin: 15px;
}
li {
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 32px;
}
ul {
	list-style-type: disc;
	margin: 10px;
}
ul.blogItems {
	list-style-type: none;
	margin: 10px;
}
ul.blogItems li {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.blogLink {
	margin-top: 30px;
	margin-left: -20px;
    font-weight: bold;
	font-size: 10pt;
}
.infoBox {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 12px;
	margin-left: 23px;
	font-size: 8pt;
}
.infoBox h2 {
	font-size: 11pt;
	margin: 0px;
}
.infoBox li {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 20px;
}
.infoBox ul {
	list-style-type: disc;
}
blockquote {
	padding: 0px 10px 0px 10px;
	margin: 15px 1.5em;
	font: italic 11px verdana, arial, sans-serif;
	border-left: #C1AD79 3px solid;
}
