#topbar {
	height: 10px;
	width: 100%;
	background-color: #9CF;
}
#container {
	background-color: #FFFFFF;
	margin: 0px;
	height: auto;
}

#banner {
	background-color: #A5459C;
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom: 0px solid #9cf;
}
#content {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bkgrd.jpg);
	background-repeat: repeat-x;
}
#footer {
	background-color: #FFF;
	clear: both;
	height: auto;
	width: 100%;
	padding-bottom: 5px;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #969;
	padding-top: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #969;
}
a:link {
	text-decoration: underline;
	color: #666;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #906;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: underline;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0;
	background-color: #FFF;
	width: 100%;
}
.heading {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #666;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
.menutext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #A5459C;
}
.meutext a:link {
	text-decoration: underline;
}
.meutext a:visited {
	text-decoration: underline;
}
.meutext a:hover {
	text-decoration: none;
	color: #0F6;
}
.meutext a:active {
	text-decoration: underline;
}

#content img {
	border: 0px solid #996699;
	padding: 5px;
	margin: 5px;
}
.headinglarge {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #969;
}
