body {
	background-color: #FF3366;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#headerTop {
	background-color: #240E58;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 700px;
}
#headerBar {
	background-color: #532F7F;
	margin: 0px;
	padding: 2px 8px;
	height: 5px;
	font-size: 65%;
	color: #A65CFF;
}
#headerBar a:link, #headerBar a:visited {
	text-decoration: none;
	color: #A65CFF;
}
#headerBar a:hover, #headerBar a:active {
	text-decoration: none;
	color: #240E58;
}
#shadowLeft {
	margin: 0px;
	padding: 0px;
	width: 20px;
	background: #FF3366 url(images/shadowLeft.gif) repeat-y right top;
}
#shadowBLeft {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 20px;
	background: #FF3366 url(images/shadowBL.gif) no-repeat top right;
}
#shadowRight {
	margin: 0px;
	padding: 0px;
	width:20px;
	background: #FF3366 url(images/shadowRight.gif) repeat-y top left;
}
#shadowBRight {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width:20px;
	background: #FF3366 url(images/shadowBR.gif) no-repeat top left;
}
#footerBtm {
	background-color: #532F7F;
	margin: 0px;
	padding: 0px;
	height: 5px;
}
#footer {
	background-color: #FF3366;
	margin: 0px;
	padding: 8px;
	font-size: 65%;
	color: #FF788C;
}
#mainCol {
	margin: 0px;
	padding: 0px;
	width: 380px;
}
#bodyText {
	font-size: 80%;
	color: #92C5DD;
	line-height: 140%;
	padding: 10px;
	margin:0px;
}
#bodyText h1 {
	font-size: 130%;
	font-family; Helvetica, Arial, sans-serif;
	color: #FFCCCC;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: -8px;
}
#bodyText a {
	color: #92C5DD;
}
#bodyText a:link, #bodyText a:visited {
	color: #FFCCCC;
	text-decoration: underline;
}
#bodyText a:hover, #bodyText a:active {
	color: #FFF;
	text-decoration: none;
}
#leftCol {
	margin: 0px;
	padding: 0px;
	width: 160px;
	border-right: 1px solid #532F7F;
}
#rightCol {
	margin: 0px;
	padding: 0px;
	width: 160px;
	height:350px;
	border-left: 1px solid #532F7F;
	font-size: 65%;
	color: #6E3DAA;
}
#expand {
	padding: 0px;
	margin: 0px auto;
}
#logoBox {
	padding: 0px;
	margin: 0px;
	width: 160px;
	height: 160px;
	background: url(images/lpink_bg.gif) repeat top left;
	border-bottom: 1px solid #532F7F;
}
#navlist {
	width: 160px;
}
#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 70%;
}
#navlist li {
	margin: 0;
}
#navlist li ul{
	font-size: 100%;
}
#navlist a {
	display: block;
	padding: 4px 4px 4px 10px;
	border-bottom: 1px solid #532F7F;
	background: url(images/lpink_bg.gif) repeat top left;
}
#navlist a:link, #navlist a:visited {
	color: #FF3366;
	text-decoration: none;
}
#navlist a:hover, #navlist a:active {
	background: url(images/lblue_bg.gif) repeat top left;
	color: #00CCFF;
}
#herelist a {
	display: block;
	padding: 4px 4px 4px 10px;
	border-bottom: 1px solid #532F7F;
	background: url(images/lblue_bg.gif) repeat top left;
}
#herelist a:link, #herelist a:visited {
	color: #00CCFF;
	text-decoration: none;
}
#herelist a:hover, #herelist a:active {
	background: url(images/lblue_bg.gif) repeat top left;
	color: #FFF;
}
