body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #70695F;
	background-color: #797266;
}

img.left, img.right, img.side {
	border: 5px solid #FFFFFF;
	margin-bottom: 15px;
}
img.left {
	float: left;
	margin-right: 15px;
}
img.right {
	margin-left: 15px;
}
a{ 	/* this is the global style. 
	this style effetcs all links, but don't be afraid to change it as you see fit.  
	just keep in mind that your updates will cascade to the other links */
	text-decoration: none;
	font-weight: bold;
	color: #006579;
}
a:hover{
	color: #7fb2bc;
}
p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1.5em;
	padding-left: 0px;
}
h1, h2, h3, h4, h5 {
	font-size: 1em;
	line-height: 1.5em;
	color: #352f24;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
strong {
	color: #352f24;
}

h2{
	font-size: 1.9em;
	padding-bottom: 20px;
	color: #750E3C;
}
h3{
	font-size: 1.1em;
}
h4{
	font-size: 1.2em;
}
h3.box-title, h4.box-title {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #dddac3;
	color: #750E3C;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.large-text {
	font-size: 1.75em;
	font-weight: normal;
	line-height: 1.1em;
}
.hide{
	display: none;
}
.clear{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}
.container-top, .container-body, .container-foot {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.padding{
	padding-right: 65px;
	padding-left: 65px;
}
.container-top{
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	height: 210px;
}
.container-top .padding{
	padding-top: 75px;
}
.container-top .logo{
	float: left;
	width: 380px;
	padding-top: 10px;
}
.loqiumhead {
	float: left;
	overflow: visible;
	visibility: visible;
	background-image: url(../images/lwdlogosmall.png);
	background-repeat: no-repeat;
	background-position: 0px -15px;
	width: 320px;
}
.title {
	float: left;
	width: 325px;
	padding-left: 64px;
}

.style1 {
	color: #657900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16pt;
}
.style2 {
	font-size: 1em;
	font-weight: bold;
}

.style4 {
	color: #657900;
	font-weight: bold;
	font-size: 1.1em;
}
.style5 {
	font-size: 1.2em
}

.style7 {
	font-size: 1em;
	font-weight: bold;
	color: #006579;
}
.style8 {
	color: #006579;
}
.style9 {
	font-size: 1em;
	color: #352F24;
	font-weight: bold;
}
.style10 {
	font-size: 1em;
	font-weight: bold;
	color: #BC6938;
}
.style11 {
	font-size: 34px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 42px;
	color: #482719;
}
.style12 {
	font-size: 8px;
	font-style: italic;
	line-height: normal;
}
.style13 {
	font-size: 1.1em
}
a:visited {
	color: #7FB2BC;
}
.global-nav{
	float: right;
	width: 430px;
}
.global-nav ul{
	padding: 0px;
	list-style-type: none;
	float: right;
	margin-top: 36px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 420px;
}
.global-nav ul li{
	display: inline;
}
.global-nav a{
	font-weight: bold;
	text-transform: none;
	display: block;
	padding: 5px;
	float: left;
	color: #423b2d;
	text-decoration: none;
	margin-left: 10px;
}
.global-nav a:hover{
	color: #006579;
}
.global-nav a.current{
	background-color: #006579;
	color: #FFFFFF;
}
.container-banner {
	height: 210px;
	color: #8a8777;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.container-banner a:hover {
	color: #FFFFFF;
}
.container-banner img {
	float: left;
	margin-right: 30px;
}
.container-banner .padding {
}
.container-body{
	background-image: url(../images/page-body-bg.jpg);
	background-repeat: repeat-y;
}
.home-column {
	float: left;
	width: 276px;
	padding-top: 10px;
}
.container-body .main-content{
	float: left;
	width: 555px;
	padding-right: 0px;
}
.container-body .main-content1{
	float: left;
	width: 820px;
	padding-right: 0px;
}
.container-body .side-content{
	float: left;
	width: 240px;
	margin-left: 30px;
}
.side-content a {
	color: #006579;
}
.side-content a:hover {
	color: #5F8C89;
}

.page-flip  { /* apply the "page-flip" class to a DIV to get the raised bottom corner effect. */
	background-image: url(../images/sidebar-page-flip.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-bottom: 50px;
	padding-right: 20px;
	padding-left: 25px;
	margin-bottom: 20px;
}
.page-flip-home {
	margin-bottom: 0px;
}
ul.line, ul.side-nav, ul.foot {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.line    li  { /* apply the "line" class to a UL to remove the indent from your lists and add a line under each item */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddac3;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.main-content ul, .main-content ol {
	margin-top: 0px;
	margin-bottom: 1.75em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 2em;
	padding-left: 2em;
	margin-right: 2em;
	margin-left: 2em;
}
.main-content ul li, .main-content ol li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDDAC3;
	padding-bottom: .75em;
	margin-bottom: .75em;
}
.news-item {
	float: left;
	margin-left: 12px;
	width: 215px;
	display: inline;
}
ul.resources li, ul.side-nav li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDAC3;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
ul.side-nav li{
	margin-bottom: 6px;
	padding-bottom: 6px;
}
ul.side-nav li a{ /* this is the sidebar sub navigation link style. */
	color: #7F526C;
	display: block;
	background-image: url(../images/sidebar-nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em .5em;
	padding-left: 12px;
	text-transform: none;
}
ul.side-nav li a:hover{
	color: #dc9a7f;
}
.container-foot{
	background-image: url(../images/page-foot-bg.jpg);
	background-repeat: no-repeat;
	color: #423b2d;
	font-size: 10pt;
}
.container-foot h3{
	padding-bottom: .25em;
	font-size: 0.9em;
}
.container-foot a{ /* this is style that controls all footer links. */
	color: #352F24;
}
.container-foot a:hover{
	color: #DDDAC3;
}
ul.foot{
	padding-bottom: .5em;
}
ul.foot li{
	display: inline;
	margin-right: 15px;
}
.container-foot p{
	padding-bottom: .5em;
}
.container-foot .padding {
	padding-top: 92px;
	padding-bottom: 20px;
}
.container-foot .info {
	float: left;
}
.book {
	height: 240px;
	width: 116px;
	margin-right: 40px;
	float: left;
	margin-left: 20px;
	margin-bottom: 25px;
	margin-top: 15px;
}
.book1 {
	height: 240px;
	width: 116px;
	margin-right: 20px;
	float: right;
	margin-left: 40px;
	margin-bottom: 25px;
	margin-top: 15px;
}
.imageright {
	float: right;
	height: 139px;
	width: 185px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 25px;
	margin-left: 40px;
}
.imageleft {
	float: left;
	height: 139px;
	width: 185px;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 25px;
	margin-right: 40px;
}

.agio {
	float: right;
	height: 190px;
	width: 185px;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 25px;
	margin-right: 40px;
}
.quote {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
