@charset "utf-8";
body {
	margin: 0px;
	background-color: #D2E6FF;
	
	background-image:url(images/2010-purple.jpg);

	
	background-repeat: no-repeat;
	background-position: right top;
}

#container {
	width: 950px;
	margin: auto;
	background-image: url(images/2011-top2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	
	}

#header {
	height: 150px;
}

#header h1 {
	color: #FFF;
	display: none;
}

#meat {
	float: left;
	width: 950px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/2010-blue.jpg);
	background-repeat: repeat-y;
}

#linkmenu {
	float: left;
	width: 211px;
	margin-left: 2px;
	padding-right: 2px;
	padding-top: 20px;
}
#linkmenu ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding-left: 1em;
}
#linkmenu li {
	color: #5A356C;
	font-size: small;
	padding-left: 0;
}
#linkmenu a {
	text-decoration: none;
	color: #006;
	font-weight: bold;
}
#linkmenu a:hover {
	text-decoration: underline;
	color: #BF32BB;
}

#linkmenu p {
	font-size: smaller;
	text-align: center;
	font-style: italic;
	color: #000;
}

#bodytext {
	float: left;
	width: 643px;
	padding-top: 20px;
	padding-right: 45px;
	padding-bottom: 0px;
	padding-left: 45px;
	margin-left: 2px;
}
#bodytext h3 {
	font-size: larger;
	color: #006;
}
#bodytext p {
	font-family: Perpetua, "Times New Roman", serif;
	font-size: medium;
}
#bodytext .centerjustify {
	text-align: center;
}
#bodytext .leftjustify {
	text-align: left;
}
#bodytext hr {
	color: #5A356C;
	background-color: #5A356C;
}

#footer {
	float: left;
	width: 950px;
	height: 35px;
}

#footer ul {
	list-style-type: none;
	margin: 0px;
	text-align: center;
	padding-top: 15px;
}
#footer li {
	color: #006;
	font-size: small;
	display: inline;
	padding-left: 2px;
	padding-right: 9px;
}
#footer a {
	text-decoration: none;
	color: #006;
}

.highlightbox{
	background-color:#FFC;
	width:600px;
	text-align:center;
	clear:both;
	margin-top:5px;
}