.bldprpl {
	color: #663366;
	font-weight: bold;
}
body {
	background-image: url(images/bkgrd1.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #8F91A6;
}
#container {
	width: 772px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ECE4CC;
}
#header {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 101px;
	width: 772px;
	float: left;
}

#menu {
	width: 772px;
	float: left;
	background-color: #663399;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ECE4CC;
}
#menu a {
	color: #ECE4CC;
	text-decoration: none;
}
#menu a:hover {
	color: #CC99CC;
	text-decoration: none;
}


#content {
	width: 752px;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
}
.imgrt {
	float: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	clear: both;
}

#footer {
	background-image: url(images/bot.jpg);
	height: 71px;
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	padding: 15px;
	background-color: #66488E;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	vertical-align: middle;
}
#navbar {
	padding: 5px;
}
h1 {
	font-size: large;
	color: #660099;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-size: medium;
	font-weight: bold;
	color: #6600CC;
}
.bldprpllg {
	color: #663366;
	font-weight: bold;
	font-size: medium;
}

