html, body {
	height: 100%;
}

body {
	margin : 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	line-height: 145%;
	background: #ffffff;
	color: #000000;
}

h1, h2, h3, h4, h5 {
	font-family: Comic Sans MS, cursive;
	color: #440e62;
	padding: 0;
	margin: 0.5em 0;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

a:link, a:visited {
	color: #440e62;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #885fa5;
	font-weight: bold;
	text-decoration: underline;
}

p {
	margin: 0 0 1em 0;
}

img {
	border: 0;
}

form  {
	margin: 0 0 1.5em 0;
}

form label, input, select, textarea {
	display: block;
	width: 25em;
	float: left;
	margin-bottom: 0.5em;
}

form label {
	text-align: right;
	width: 10em;
	padding-right: 1em;
}

form .formbutton {
	width: 5em;
}

form br {
	clear: left;
}

label {
	font-weight: bold;
}

table {
	font-size: 100%;
}

ul {
	list-style: disc url('images/bullet.gif');
}

.nostylesline {
	display: none;
}

.contentimageright {
	float: right;
	padding: 0 0 1.5em 1.5em;
}

.contentimageleft {
	float: left;
	padding: 0 1.5em 1em 0;
}

#container {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin-bottom: -2.5em;
}

#header {
	position: relative;
	width: 100%;
	height: 182px;
	background: #d1f898 url('images/headerbg.jpg');
	background-repeat: repeat-x;
}

#headerlogo {
	position: absolute;
	top: 38px;
	left: 23px;
	width: 295px;
	height: 75px;
}

#mainmenu {
	position: absolute;
	top: 143px;
	left: 0px;
	width: 100%;
	height: 28px;
	background: #d7c5ea url('images/menubg.gif');
	background-repeat: repeat-x;
}

#mainmenu ul {
	height: 28px;
	padding: 0 2em;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}

#mainmenu li {
	float: left;
	height: 28px;
	padding: 0;
	margin: 0;
	text-align: center;
}

#mainmenu a {
	display: block;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	background: #d7c5ea url('images/menubg.gif');
	background-repeat: repeat-x;
	color: #440e62;
	text-decoration: none;
	padding: 0 0.75em;
	margin: 0;
}

#mainmenu a:hover {
	background: url('images/menubghover.gif');
	background-repeat: repeat-x;
	color: #116601;
	text-decoration: none;
}

#mainmenu span.selected {
	display: block;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	background: url('images/menubghover.gif');
	background-repeat: repeat-x;
	color: #000000;
	text-decoration: none;
	padding: 0 0.75em;
	margin: 0;
	font-weight: bold;
}

#contentarea {
	position: relative;
	width: 100%;
	background: #ffffff url('images/contentfade.gif');
	background-repeat: no-repeat;
	padding-bottom: 2.5em;
}

#maincontent {
	position: relative;
	padding: 1em 2em;
	width: 60%;
}

#sidebar {
	float: right;
	padding: 1em 2em;
	width: 240px;
	background: url('images/greenlinevert.gif');
	background-position: left top;
	background-repeat: repeat-y;
}

#footer {
	position: relative;
	clear: both;
	height: 2.5em;
	padding: 0 2em;
	background: url('images/greenlinehoriz.gif');
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 90%;
	line-height: 2.5em;
	text-align: right;
}

blockquote {
	background: url('images/quoteleft.gif');
	background-repeat: no-repeat;
	background-position:  top left;
	margin: 1.5em;
	padding: 0 0 0 32px;
}

blockquote div.quote {
	background: url('images/quoteright.gif');
	background-repeat: no-repeat;
	background-position:  bottom right;
	margin: 0;
	padding: 0 32px 0.5em 0;
	color: #440e62;
	min-height: 23px;
}

blockquote div.quoteattr {
	text-align: right;
	font-weight: bold;
	color: #116601;
}

dl {
	clear: left;
	margin-bottom: 1.5em;
}

dt {
	float: left;
	clear: left;
	width: 10em;
	color: #116601;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

dd {
	margin: 0 0 0.5em 11em;
	padding: 0;
}

#imagescontainer {
	text-align: center;
}

.imgbox {
	float: left;
	text-align: center;
	width: 160px;
	margin: 1em;
}

.imgbox img {
	border: solid 1px #440e62;
	margin-bottom: 1px;
}