body {  font-family: Arial, Helvetica, sans-serif;}
p { 
	font-size: 14px;
	line-height: 16px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #5c7eab;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: 5c7eab;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #543b12;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #543b12;
}
a:hover {
	text-decoration: underline;
	color: 5c7eab;
}
li { 
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 10px;
}
.imgborder {
	border: 3px double #728BB6;
}

hr {color:#BEC9DB;
background:#BEC9DB;
border:0;
height:1px;
}	

.bodybg {
	background-image: url(assets/images/ghost.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: c3cfe0;
	border-left-color: c3cfe0;

}
.padding {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.borderthick {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.addressborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: c3cfe0;
	border-right-color: c3cfe0;
	border-bottom-color: c3cfe0;
	border-left-color: c3cfe0;
}
.small { font-size: 12px; }
.smalltext {
	font-size: 10px;
	line-height: 14px;
}
.blackborder {border: #000000 1px solid;}

#leftboxthing {
	width: 450px; /* 250 */
	max-width: 450px;
	outline-style: solid;
	outline-color:#c2cede;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 1px;
	padding:3px;
	
	margin-right: 6px;
	/*float: left;*/
	font-size: 14px;
	line-height: 16px;
	margin:0 auto;
}

#toplinks {
	text-align: center;
	font-size: 11px;
}
#toplinks a {
	text-decoration: none;
}