body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#nav {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 0.8em;
	list-style: none;
	;
}
#nav li {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #751B40;
	border-right-color: #751B40;
	border-bottom-color: #751B40;
	border-left-color: #751B40;
	padding-top: 3px;
	padding-bottom: 3px;
}
#nav li li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: disc;
	font-size: .9em;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
	cursor:auto;

}
.contentCell li {
	color: #701840;
	list-style-type: none;
	background-image: url(../images/display/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	width:600px;
}

#nav a:hover{

text-decoration:underline;

}

.contentCell{
padding:20px;
font-size:.8em;
}


.bordered {
	border: 2px solid #AA768D;
	padding:5px;
	margin:10px 0;
}

.contentCell blockquote {
	background-image: url(../images/display/quoteBG.jpg);
	background-repeat: repeat-y;
	padding: 0;
	color: #70334D;
	font-weight: bold;
	font-size: 14px;
	clear: both;
	width:550px;
	margin-left:0;
	position:relative;
}

.contentCell blockquote span{

	padding-left:10px;
	display:block;

}

.contentCell .qTop {
	position:relative;
	top:-1px;
}
.contentCell .qBottom {
	position:relative;
	top: 3px;
}

#address{

	padding:40px;
	font-size:.7em;
	color: #70334D;
}

.centeredGradient{
background-image: url(../images/display/gradientMiddle.jpg);
background-repeat: repeat-y;
backgroun-position:center center;
text-align:center;
width:550px;
padding:10px 25px;
font-weight:bold;
}

.subscribe{
padding-top:40px;
font-size:.8em;
color: #70334D;
}

 a{
cursor:url(../images/button/pyramid.gif);

}

a img {
border:none;
}

#searchbox{
width:500px;
margin:5px 40px 5px 0;
}

#searchbox input{
	margin-left:10px;
	white-space:nowrap;
	
}