@charset "utf-8";
/* CSS Document */

body {
	background: url(../bgr/purplebgr.jpg) repeat;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #336633;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
	margin: 0px auto;
	width: 1020px;
	background: url(../bgr/bgr_inv.jpg) repeat-y;
}
#top {
	width: 1020px;
	background: url(../bgr/brg_01.jpg) no-repeat;
	height: 80px;
}
#main {
	width: 1020px;
		background: url(../bgr/brg_02.jpg) no-repeat left top;
	height: auto;
}
#menu {
	clear: both;
	float: left;
	height: auto;
	width: 200px;
	position: absolute;
}
#content {
	width: 560px;
	height: auto;
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 220px;
}
#footer {
	width: 1020px;
	background: url(../bgr/brg_03.jpg) no-repeat;
	height: 48px;
	margin: 0px;
	}

#menu li {
	font-size: 16px;
	background: #FFFFCC url(none) no-repeat;
	margin: 0px 2px 4px 2px;
	padding:3px 3px 5px 18px;
	list-style: none;
	display: block;
	border-left: thick solid #FF9900;	
}
#menu li:hover {
	font-size: 16px;
	background: #FFFF99 no-repeat;
	margin: 0px 2px 4px 2px;
	padding:3px 3px 5px 18px;
	border-left: thick solid #84D0F0;
	display: block;
}
	list-style: none;
}

a {
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 24px;
	color: #990099;
	border-bottom: thin dotted #FFCC66;
}
h2 {
	font-size: 18px;
	color: #6633CC;
}
h3 {
	font-size: 12px;
	color: #006666;
}

#menu a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #669933;
}
#menu a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #9900CC;
}
#menu a:active {
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
}
.imgborder {
	margin: 5px;
}

.smallText {
	font-size: 9px;
	text-transform: uppercase;
	color: #660099;
	margin-top: 2px;
}

.footerTable {
	margin-left: 210px;
	border-top: thin dotted #763A9C;
}
