/* =General
-----------------------------------------------------------------------------*/

/* Class for clearing floats */
.clear {
	clear:both;
}
/* Remove border around linked images */
img {
	border: 0;
}

/* =Typography
-----------------------------------------------------------------------------*/

/* set all to Verdana */
p, td, th, li, ul, ol, h1, h2, h3, h4, h5, h6  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* tags */
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #A5429B;
	margin-right: 10px;
	margin-left: 10px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #0000A0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #0000A0;
	margin-top: 10px;
}
p {
	font-size: 12px;
	color: #0000A0;
	line-height: 17px;
}
ul {
	font-size: 12px;
	color: #0000A0;
	list-style: square;
}
td {
	font-size: 12px;
	color: #0000A0;
}
a:link {text-decoration: underline; color: #FF0000}
a:visited {text-decoration: underline; color: #FF0000}
a:active {text-decoration: none; color: #CC0000 }
a:hover {text-decoration: none; color: #E49FFF }

#leftnav a:link {text-decoration: none; color: #FF0000}
#leftnav a:visited {text-decoration: none; color: #FF0000}
#leftnav a:active {text-decoration: none; color: #CC0000 }
#leftnav a:hover {text-decoration: none; color: #E49FFF }
/* =Photos and Images
-----------------------------------------------------------------------------*/
/* floating photos */
.photobkr {
	float: right;
}
.photobkl {
	float: left;
}
.photobkc {
	margin-right: auto;
	margin-left: auto;
}
.photobkc .horiz2 {
	float: left;
	width: 50%;
}
.photobkc .horiz3 {
	float: left;
	width: 33%;
}
.photobkr, .photobkl, .photobkc  {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 2px;
	text-align: center;
	clear: both;
}
.photobkr img, .photobkl img, .photobkc img {
	display: block;
	margin-bottom: 5px;
}
.photobkr p, .photobkl p, .photobkc p {
	font-size: .7em;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 7px;
	padding-bottom: 0px;
}

.therfront {
	font-size: 16px;
	font-weight: bold;
	color: #A5429B;
}
.tagline {
	font-size: 14px;
	font-style: italic;
	color: #0000A0;
	font-weight: normal;
}
#leftnav {
	font: 12px Arial, Helvetica, sans-serif;
}
#leftnav p {
	font-weight: bold;
	color: #A5429B;
}
/* contact ID */
#contact {
	text-align: center;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
}
/* botnav ID */
#botnav p {
	text-align: center;
	padding: 5px;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	border-top: 1px solid #E49FFF;
	border-right: none #E49FFF;
	border-bottom: 1px solid #E49FFF;
	border-left: none #E49FFF;
	font-size: 11px;
}
/* copyrightID */
#copyright { text-align: right; margin-top: 0px; margin-right: 10px; margin-bottom: 5px; margin-left: 10px}
#copyright p {
	font-size: 10px;
	text-align: right;
	line-height: 1.5em;
}
