body {  font-family: Arial, Helvetica, sans-serif}
p {  font-size: 12px; line-height: 16px;}

h1 {  font-size: 24px; font-weight: bold}
h2 {  font-size: 18px; font-weight: normal;}
h3 {  font-size: 14px; font-weight: bold; color:#53364E;}
h4 {  font-size: 12px; font-weight: bold}

a { font-weight: bold; text-decoration: none; color: #53364E}
a:hover { text-decoration: underline;}

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;
}
.whiteborder {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(assets/images/purplebg.jpg);
	background-repeat: repeat-y;
	background-position: left top;

}
.addresstext {
	font-size: 12px;
	text-transform: uppercase;
	color: #330033;
	font-weight: bold;
	letter-spacing=1px;
}
.topbg {
	background-image: url(assets/images/topbanner.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.titlebg {
	background-image: url(assets/images/banner2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.swirlhalf {
	background-image: url(assets/images/swirl_half.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.swirlfull {
	background-image: url(assets/images/swirl_full.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.dottedline {
	background-image: url(assets/images/dottedline.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.navlink {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	line-height: 20px;
}
.navlink:hover {
	color: #89578A;
	text-decoration: none;
}
.textlinks {
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #8F5C87;
	text-decoration: none;
}
.textlinks:hover {
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.dottedbottom {
	border-bottom: 1px dotted #000000;

}
.subnav {
	text-transform: uppercase;
	color: #CCCC33;
}
.white {
	color: #FFFFFF;
}
.transborder { border:10px solid white;
			   filter:alpha (opacity=50);
			   -moz-opacity:.50;
			   opacity:.50;
			   -khtml-opacity: 0.5;}
.gallerytext { font-size: 11px;
			   font-weight: bold;
			   color: #FFFFFF;
			   padding-right: 5px;
			   padding-left: 5px;}