html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #330570;
	background-image: url('bodyBG.gif');
	background-repeat: repeat-y;
	background-position: top left;
	color: #FFF273;
	font-family: sans-serif, serif, Tahoma, Helvetica;
	font-size: 14px;
}

#header {
	height: 150px;
	width: 100%;
	background-image: url('headerBG2.gif');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#menu {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 180px;
	height: 400px;
	margin: 0;
	padding: 0;
	background-color: #9966cc;
	background-image: url('menuBG.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#content {
margin: 30px 0 40px 235px;
padding: 30px 0 0 0;
min-width: 750px;
width: 75%;
min-height: 350px;
height: auto;
overflow: auto;
line-height: 18px;	text-indent: 30px;
}

html>body #content {
	margin: 30px 0 40px 235px;
	padding: 0;
	min-width: 750px;
	min-height: 350px;
	height: auto;
	overflow: VISIBLE;
	line-height: 18px;
	text-indent: 30px;
}

#TWOCOLcontent {
margin: 30px 0 40px 235px;
padding: 30px 0 0 0;
width: 750px;
min-height: 350px;
height: auto;
overflow: auto;
line-height: 18px;	text-indent: 30px;
}

html>body #TWOCOLcontent {
	margin: 30px 0 40px 235px;
	padding: 0;
	min-width: 750px;
	width: 75%;
	min-height: 350px;
	height: auto;
	overflow: auto;
	line-height: 18px;
	text-indent: 30px;
}

#HOMEcontent {
	margin: 30px 0 40px 235px;
	padding: 30px 0 0 0;
	width: 650px;
	min-height: 700px;
	height: auto;
	overflow: auto;
	line-height: 18px;
	text-indent: 30px;
}

html>body #HOMEcontent {
	margin: 30px 0 40px 235px;
	padding: 0;
	width: 650px;
	min-height: 700px;
	height: auto;
	overflow: auto;
	line-height: 18px;
	text-indent: 30px;
}

#floatRIGHT {
float: right;
margin: 20px 0 0 0;
padding: 0;
width: 400px;
}

#floatLEFT {
float: left;
margin: 20px 0 0 0;
width: 275px;
padding: 0;
}

html>body #floatRIGHT {
float: right;
margin: 20px 0 0 0;
min-width: 400px;
width: 45%;
padding: 0;
}

html>body #floatLEFT {
float: left;
margin: 20px 0 0 0;
min-width: 275px;
width: 45%;
padding: 0;
}

#collageIMG {
	float: left;
}

li {
	list-style-position: inside;
}

#footer {
	clear: both;
	width: 100%;
	height: 22px;
	background-image: url('footerBG.gif');
	background-repeat: repeat-x;
	border-bottom: 1px solid #000000;
}

#firstPARA {
	text-indent: 0;
}

#spacedPARA {
	text-indent: 0;
	letter-spacing: 1px;
}

h1 {
	margin: 10px 0 30px 0;
	text-indent: 0;
}

#menuUL {
	margin: 0;
	padding: 30px 0 0 30px;
}

#menuLI {
	list-style-type: none;
	margin: 15px 0 0 0;
	padding: 0;
}

#menuSUB {
	list-style-type: none;
	margin: 10px 0 0 -20px;
	padding: 0;
}

a {
	text-decoration: none;
	color:  #FFF273;
}

a:visited {
	text-decoration: none;
	color: #FFF273;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	text-decoration: underline;
        color: #111333;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

#imgRIGHT {
	float: right;
	border: 0;
	margin-left: 20px;
}

#imgLEFT {
	float: left;
	border: 0;
	margin-right: 20px;
}

#footerPARA {
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 10px;
}

#imageLINKS {
	position: absolute;
	margin: 210 0 0 270;
	padding: 0;
}

#imageLINKS li {
	list-style-type: none;
}

#imageLINKS a:hover {
	color: #ffffff;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -22px;
}

#push {
	height: 22px;
}

#alignright {
	text-align: right;
}

#headerIMG {
	margin: 0 0 0 10px;
}

#noSTYLEli {
	margin: 30px 0 30px 0;
	list-style-type: none;
	font-style: italic;
}