#container {
	background-color: #FFCCFF;
	height: 725px;
	width: 865px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-left: 15px;
}
body {
	background-color: #330033;
}
#banner {
	height: 117px;
	width: 850px;
	left: 25px;
	top: 25px;
	right: 25px;
	background-image: url(global_images/lynnbannergraphic.jpg);
}
#right {
	background-color: #FF99FF;
	height: 500px;
	width: 300px;
	float: right;
	margin-right: 15px;
	padding: 15px;
}
#bottom {
	height: 20px;
	width: 850px;
	clear: both;
	background-image: url(pinkgraphic.jpg);
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	color: #330033;
	text-transform: none;
	letter-spacing: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #330033;
	text-transform: none;
	letter-spacing: normal;
}
#left {
	float: left;
	height: 453px;
	width: 518px;
}
#announce {
	width: 460px;
	margin-top: 300px;
}

#announce h2 {
	font-size: 14px;
}
#announce a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #330033;
	padding: 3px 5px;
	border-bottom: 1px solid #330033;
}
#announce .title {
	font-weight: bold;
	display: block;
}
#announce a .selected{
    color: #FF33FF;
}
#announce a:hover {
	background-color: #FFc0FF;
	color: #330033;
}

#announce ul {
	list-style:none;
}

#announce li {
	display: inline; /* for IE 7 and earlier white space bug */
}
#subForm {
	font-size: .8em;
	margin-top: 40px;
}
#subForm .label {
	float: left;
	width: 230px;
	margin-right:10px;	
	text-align: right;
	font-weight: bold;
	clear: left;
}
select#refer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
input#name, input#email, textarea#comments {
	background-color: #FFCCFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	width: 210px;
	margin-top: -2px;	
}
input#name:focus,
input#email:focus,
textarea#comments:focus,
select#refer:focus 
{
background-color: #FFFFFF;
}
input#subscribe {
	margin-left: 210px;
	background-color: #FF99FF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.photobutt {
	padding-top: 30px;
	padding-right: 11px;
	float: right;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #330033;
}
#botbar {
	clear: both;
	height: 15px;
	width: 850px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #330033;
	text-align: right;
	background-color: #FFCCFF;
	border-top: thin solid #CCCC99;
	padding-top: 10px;
}
#botbar a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #330033;
	text-decoration: underline;
	display: inline;
}
#botbar a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF99FF;
	padding: 5px;
}
.deselected {
	text-decoration: none;
	background-color: #330033;
	display: inline;
	color: #FFFFFF;
	padding: 5px;
}
li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
}

