html, body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #7B6AA3;
	background-attachment: scroll;
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bottombg1 {
	width:354px;
	vertical-align:top;
	padding-bottom:20px;
	background-color:#FFFFFF;
	background-attachment: scroll;
	background-image: url(images/bottombg1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bottombg2 {
	width:575px;
	background-color:#FFFFFF;
	background-attachment: scroll;
	background-image: url(images/bottombg2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align:bottom;
	padding-bottom:50px;
	text-align:center;
	font-size:12px;
}

body,td,th,p {
	font-family: "Comic Sans MS", "Comic Sans";
	font-size: 16px;
	font-weight:bold;
	color: #736399;
	margin:0;
	padding:0;
	white-space:normal;
}

a {
	font-size: 13px;
	color: #0D857D;
}
a:link {
	color: #0D857D;
	text-decoration: none;
}
a:visited {
	color: #0D857D;
	text-decoration: none;
}
a:hover {
	color: #7B6AA3;
	text-decoration: underline;
}
a:active {
	color: #0D857D;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	color: #000;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h2, h2 a {
	font-size: 14px;
	color: #000;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	line-height:14px;
}
h3, h3 a {
	font-size: 16px;
	font-family: "Comic Sans MS", "Comic Sans";
	line-height:18px;
	margin: 0;
	padding: 0;
	padding-bottom:20px;
	color:#FFD045;
}
h3 a:hover {
	color:#FFD045;
}
h4 {
	font-size: 10px;
	color:#990000;
	font-weight:normal;
}
.top {
	width:929px; height:268px;
}
.lefttopbg {
	background-attachment: scroll;
	background-image: url(images/lefttopbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.righttopbg {
	background-attachment: scroll;
	background-image: url(images/righttopbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.leftbg {
	background-attachment: scroll;
	background-image: url(images/leftbg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.rightbg {
	background-attachment: scroll;
	background-image: url(images/rightbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.vertbg {
	background-attachment: scroll;
	background-image: url(images/vertbg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.leftbottombg {
	background-attachment: scroll;
	background-image: url(images/leftbottombg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 128px;
}
.rightbottombg {
	background-attachment: scroll;
	background-image: url(images/rightbottombg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 128px;
}

h5 {
	font-size: 12px;
	color: #990000;
	font-weight:normal;
}

#menu a:active {
	/*color: #990000;*/
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
#menu a:link {
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
#menu a:visited {
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
#menu a:hover, #menuOn a {
	background-image: url(images/menu-over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
