body { font-family: "Times New Roman", Times, serif;}

p { font-size: 12px;
	line-height: 16px;}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-variant: small-caps;

}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #663300;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}

h4 { font-size: 12px; 
	 font-weight: bold;}

a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #663300;
}

li { font-size: 12px;
	 line-height: 14px;
	 padding-bottom:5px;}

.imgborder { BORDER: #000000 1px solid;}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}
.background {
	background-image: url(assets/images/background.jpg);
	background-repeat: repeat;
}
.ghost {
	background-image: url(assets/images/ghost_curve.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #663300;
}
.padding {
	padding-right: 15px;
	padding-left: 15px;
}
.red {
	color: #663300;
}
.splashbodybg {
	background-image: url(assets/splash/body.jpg);
	background-repeat: no-repeat;
}
.splashtop {
	background-image: url(assets/splash/topart.jpg);
	background-repeat: no-repeat;
}
.splashbottom {
	background-image: url(assets/splash/bottom.jpg);
	background-repeat: no-repeat;
}
.border {
	border: 1px solid #663300;
}
.seotext {color:#000000;}
.show {display:inline;}
.hide {display:none;}

.navlink {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
.navlink:hover {
	color: #663300;
	text-decoration: none;
}
.footer a {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#000000;
}