@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFCCFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6600CC;
}
.whitetext {
	font: bold normal 12px/1.6em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.whitetext2 {
	font: bold normal 12px/1.6em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding: 20px;
}
.whitetext14 {
	font-size: 14px;
	font-weight: 900;
	line-height: normal;
}

 #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF center;
	margin: 0;
	text-align: left;
	padding: 0px;
}
#mainText {
	margin-right: 20px;
	margin-left: 20px;
	width: 500px;
	float: right;
}
 #nav {
	background: #ffb5ff;
	height: 40px;
	width: 100%;
	font: bold 12px/40px Arial;
	color: #ffffff;
	vertical-align: middle;
	padding: 0px;
	position: relative;
	float: none;
	margin-top: 20px;
	margin-bottom: 0px;
	
}
#navbar {
	background: #F000F0;
	height: 40px;
	width:980px;
}

#navbar a{
	font: bold normal 12px/30px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	vertical-align: middle;
	float: left;
	border-right: 10px solid #F000F0;
	text-align: center;
	height: 30px;
	width: auto;
	margin: 5px 0px 0px;
	padding-right: 10px;
	padding-left: 10px;
	background: center;
	border-left: 10px solid #F000F0;
}
 #navbar a:hover{
	color: #fff;
	background: #ff84ff;

}
 #navbar .pagetitle {
	font: bold 14px/26px "Trebuchet MS", Tahoma, Arial;
	color: #3399ff;
	float: left;
	padding: 8px 10px 0px;
	vertical-align: middle;
	text-align: left;
	width: 250px;
}
#foot {
background: #ffb5ff;;
height: 20px;
	width:100%;

}
img {
	margin: 0px;
	padding: 0px;
	background: left;
}
 #footbar {
	background: #F000F0;
	height: 20px;
	width: 980px;
	color: #ffffff;
	vertical-align: middle;
	padding: 0px;
	position: relative;
	float: none;
	
}
 #bottbox {
	background: #FF8AFF;
	height: 210px;
	width: 980px;
	color: #ffffff;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
#flashpics {
	width: 400px;
	float: left;
}
.litpinkbg {
	padding: 5px;
	text-align: center;
	border: 1px dotted #FFb5ff;
}

.leftpic {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	float: left;
}
.addresscolumn {
	float:left;
	margin: 0px;
	padding: 5px 20px;
	background: center;
}
.small {
	font-size: 10px;
}
a:hover {
	text-decoration: underline;
}

a {
	color: #0000FF;
	text-decoration: none;
}
