div.hdotsLight
{
	background: url(/img/hdots_light.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 3px;
	line-height: 3px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #8D6A6C;
}

a:hover {
	text-decoration: underline;
}

.box
{
	height: 268px;
	width: 260px;
	float: left;
	margin-left: 0;
	margin-right: 0;
	margin-top: 15px;
	display: inline;
	overflow: hidden;
}

.firstbox
{
	height: 268px;
	width: 260px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	display: inline;
	overflow: hidden;
}

.box_back
{
	background: #F5E4EC url(/img/bg-6.gif) no-repeat right bottom;
	border-bottom: 1px solid #CEA5BD;
	border-right: 1px solid #CEA5BD;
	height: 267px;
	width: 259px;
}

.clear
{
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

#pageTitle
{
	font-size: 20px;
	margin-bottom: 5px;
	text-align: center;
}

img.center
{
	vertical-align: middle;
}
img.center2
{
	vertical-align: text-bottom;
}

a.back
{
	text-decoration: none;
}
a.back:hover
{
	color: #642948;
}

a.link
{
	color: white;
	text-decoration: none;
	font-size: 12px;
}
a.link:hover
{
	color: #f0f0f0;
}

a.link2
{
	color: #6C4256;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	display: block;
	margin: 0;
	padding: 2px;
}
a.link2:hover
{
	font-weight: bold;
	text-decoration: none;
}

a.link3
{
	color: #6C4256;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	/*display: block;*/
	margin: 0;
	padding: 2px;
}
a.link3:hover
{
	font-weight: bold;
	text-decoration: none;
}
.nolink3
{
	font-weight: bold;
	color: #6C4256;
	font-size: 11px;
}
.submenu
{
	float: right;
	width: 180px; 
	background: #F8EDF3; 
	text-align: left; 
	overflow: hidden;
	border-left: 1px solid #DCC7D1; 
	border-top: 1px solid #DCC7D1; 
	border-right: 2px solid #AC7C95;
	border-bottom: 2px solid #AC7C95;
	background: url(/img/link2.jpg);
	margin-left: 5px;
	margin-bottom: 5px;
}
.submenu2
{
	background: #F8EDF3; 
	text-align: left; 
	overflow: hidden;
	background: none;
	margin-left: 5px;
}

#pageArray
{
	margin: 3px 0 0 0;
	width: 100%;
	padding: 5px;
	text-align: center;
	font-size: 10px;
	background: #CEA5BD;
}

#pageArray a
{
	color: White;
	font-weight: bold;
	font-size: 12px;
}

#flashMessage
{
	border-top: 1px solid #AC7C95;
	border-bottom: 1px solid #AC7C95;
	background: #F8EDF3;
	text-align: center;
	padding: 5px;
	margin-bottom: 15px;
}

.button
{
	color: White;
	font-weight: bold;
	font-variant: small-caps;
	background: #AC7C95;
	border: 1px solid gray;
	font-size: 11px;
}

a.nextLink
{
	width: 30px;
	height: 75px;
	background: url(/img/next.gif) no-repeat top left;
	display: block;
}