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

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

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #990000;
}

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

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

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

a:hover {
	color: #583621;
}

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

.imgborder { BORDER: #990000 2px solid;}

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

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}
			  
.stretch	{
	background-image: url(assets/images/stretch.jpg);
	background-repeat: repeat-y;}
	
.emailbg	{background-image:url(assets/images/email.jpg);
				background-repeat:repeat;}
				
.addressbg	{background-image:url(assets/images/address.jpg);
				background-repeat:repeat;}
				
.padding	{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}
				
.bodybottom	{
	background-image:url(assets/images/bottombody.gif);
	background-repeat:repeat-x;
	background-position: center bottom;
}
				
.white {
	color: #ffffec;
}
.border {
	border: 1px solid #ffffec;
}
.splashbodybg {
	background-image: url(assets/splash/body.jpg);
	background-repeat: no-repeat;
}

.rightborder {border-right:#990000 1px dotted;}