.menu {
	width: 158px;
	position: absolute;
	left: 1px;
	top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/PurpleSideBar.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	text-indent: 10px;
}

.menu a:link {
	text-decoration: none;
	color: #FFFFFF;
}

.menu a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

.menu a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

.menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.content {
	position: absolute;
	width: 740px;
	left: 171px;
	height: 22px;
	text-align: center;
	padding-right: 10px;
	top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menu li {
	list-style-type: none;
	text-indent: -20px;
}
.indexpromo {
	border: thin dotted #800080;
	background-color: #FFFFFF;
	width: 100%;
	padding: 10px;
}
.indexmediabox {
	border: thin dotted #800080;
	background-color: #CCCCFF;
	width: 80%;
	padding: 10px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #800080;
}

h2 {

	font-size: 18px;
	font-weight: bold;
}

.content a:link, .content a:visited {
	text-decoration: none;
	color: #990000;
}

.content a:hover, .content a:active {
	text-decoration: underline;
	color: #000000;
}
.content li {
	list-style-type: square;
	font-size: 12px;
}
.indexpromo2 {

	border: thin dotted #800080;
	background-color: #9BD7FF;
	width: 85%;
}
