body { font-family: "Times New Roman", Times, serif;
	   color: #643A02;}

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

h1 {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #7A4703;
	text-decoration: underline;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #333333;
}

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

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

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

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

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

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

.borderleft { BORDER-left: #C2B09E 1px dotted;}
.borderbottom { BORDER-bottom: #C2B09E 1px dotted;}
.borderleftbottom { BORDER-left: #C2B09E 1px dotted;BORDER-bottom: #C2B09E 1px dotted;}

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

.background {
	background-image: url(assets/images/background.jpg);
	background-repeat: repeat-x;
}
.padding {
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.ghost {
	background-image: url(assets/images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.stretch {
	background-image: url(assets/images/stretch.jpg);
	background-repeat: repeat-y;
	border: 1px solid #7A4703;
}
.bodybg {
	background-image: url(assets/images/bodyleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-top: 20px;

}
.titlebg {
	background-image: url(assets/images/titleleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 15px;
	padding-left: 25px;
}
.rightline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BDA284;
}
.navbg {
	background-image: url(assets/images/navigationbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;

}
.bottombg {
	background-image: url(assets/images/bottomart.gif);
	background-repeat: no-repeat;
}
.splashbg {
	background-image: url(assets/splash/flashbg2.jpg);
	background-repeat: no-repeat;
}
.splashenterbg {
	background-image: url(assets/splash/bottomart.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.border {
	border: 1px solid #7A4703;
}
.quicklink{font-size:12px;}
.quickbullet {font-size:16px;font-weight:bold;}