html, body {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	background-image: url(graphics/gold-bg5.jpg);
}
#wrapper {
	background-color: #4A326F;
	margin: 0 auto;
	height: 100%;
	width: 100%;
}
.t-on-bg {
	font-size: 11px;
	font-weight: normal;
	color: #E5E5FF;
}
.t-on-bg-s {
	font-size: 9px;
	font-weight: normal;
	color: #E5E5FF;
}
.flow {
	text-align: center;
	float: left;
	width: 130px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.title1 {
	font-size: 20px;
	font-weight: bold;
	color: #660000;
	font-style: italic;
}
.title2 {
	font-size: 17px;
	font-weight: bold;
	color: #660000;
	font-style: italic;
}
.title3 {
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}
.title4 {
	font-size: 17px;
	font-weight: bold;
	color: #660000;
	font-style: italic;
}
.noticetext {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	font-style: italic;
}
.sidebar {
	font-size: 11px;
	font-weight: normal;
	color: #660033;
}
.smallnote {
	font-size: 9px;
	color: #333333;
}


			/*   NORMAL TEXT LINKS   */
a:link {
	font-weight: normal;
	color: #0000FF;
	text-decoration: none
}
a:visited {
	font-weight: normal;
	color: #0000FF;
	text-decoration: none
}
a:hover {
	font-weight: normal;
	color: #CC9900;
	text-decoration: underline
}
a:active {
	font-weight: normal;
	color: #FFFF00;
	text-decoration: none
}
			/*   Active page NON-LINK text box   */
.live {
	color: #EFE7F9;
	background-color: #C8A5EA;
	border: 1px solid #9A67CD;
}

			/*   BG for LINKS   */
.nav {
	background-color: #EFE7F9;
	border: 1px solid #9A67CD;
}






			/*   IMAGE TITLE LINKS   */
.imtitle a:link {
	font-weight: normal;
	color: #000099;
	text-decoration: none
}
.imtitle a:visited {
	font-weight: normal;
	color: #784C72;
	text-decoration: none
}
.imtitle a:hover {
	font-weight: normal;
	color: #CC9900;
	text-decoration: underline
}
.imtitle a:active {
	font-weight: normal;
	color: #FFFF00;
	text-decoration: none
}


			/*   BACKGROUND IMAGES   */

.bodycontent {
	background-image: url(graphics/bodybg.gif);
}
.bodycontentcenter {
	background-image: url(graphics/bodybg.gif);
	text-align: center;
}
.imtitlebg {
	background-color: #FFFFFF;
}
.logo-lt {
	background-image: url(graphics/logo-bg-lt.gif);
}
.logo-lb {
	background-image: url(graphics/logo-bg-lb.gif);
}	
.logo-m {
	background-image: url(graphics/logo-bg-m.gif);
}
.logo-r {
	background-image: url(graphics/logo-bg-r.gif);
}
.edge-t {
	background-image: url(graphics/edge-t.gif);
}
.edge-l {
	background-image: url(graphics/edge-l.gif);
}
.edge-r {
	background-image: url(graphics/edge-r.gif);
}
.edge-b {
	background-image: url(graphics/edge-b.gif);
}
.edge-in {
	background-image: url(graphics/edge-in.gif);
}
.corner-tl {
	background-image: url(graphics/corner-tl.gif);
}
.corner-tr {
	background-image: url(graphics/corner-tr.gif);
}
.corner-bl {
	background-image: url(graphics/corner-bl.gif);
}
.corner-br {
	background-image: url(graphics/corner-br.gif);
}
.corner2 {
	background-image: url(graphics/corner-tr2.gif);
}
