/*
	temptations for you
	css rev 
*/
body {
	background-color: #333333;
}
.fancyText {
	color: #ee99ee;
	font-size: 16pt;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-style: italic;
}
#menubar {
	background-image: url("mikibar.png");
	color: #cc88ff;
	height: 210px;
	width: 1210px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#menubar img {
	border: none;
}
#content {
	/*	background-color: #330066; */
	color: #ffccff;
	width: 800px;
	margin: 0px 20px 20px 20px;
	padding: 10px;
	font-size: 12pt;
}
#content td {
	color: #ffccff;
}
#contentMain {
	background-color: #330066;
	color: #ffccff;
	width: 800px;
	margin: 0px 20px 20px 20px;
	padding: 10px;
	font-size: 12pt;
}
#contentMain td {
	color: #ffccff;
}
#disclaimer {
	background-color: #000000;
	color: #666666;
	width: 700px;
	height: 50px;
	margin: 20px 70px 20px 70px;
	text-align: center;
	vertical-align: middle;
}
/* this needs to be wider when both extra buttons are enabled */
#buttonlist {
	width: 400px;
}
#buttonlist li {
	position: relative;
	top: 5px;
	left: 345px;
	display: inline;
	list-style-type: none;
	padding: 2px;
}
#buttonlist a {
	border-width: 0px;
}
#news {
	border-style: solid;
	border-color: #000000;
	margin: 5px;
	padding: 5px;
	color: #ffff99;
	position: relative;
	float: right;
	width: 250px;
}
.newsTitle {
	color: #333333; 
	background-color: #ffff99;
	text-align: center;
	font-weight: bold;
}
.counterFormat {
	float: right;
	text-align: right;
}
#leftPanel {
	/* float: left; */
	text-align: left;
	width: 350px;
	padding: 10px;
	margin: 10px;
	background-color: #330066;
}
#leftPanel a {
	font-size: 20pt;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
	padding: 3px;
	text-decoration: none;
}
#leftPanel a:hover {
	color: #ffff99;
}
#rightPanel {
	float: right;
	text-align: left;
	width: 350px;
	padding: 10px;
	margin: 0px 10px 10px 10px;
	background-color: #330066;
}
#rightPanel a {
	font-size: 20pt;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
	padding: 3px;
	text-decoration: none;
}
#rightPanel a:hover {
	color: #ffff99;
}
#centerPanel {
	text-align: left;
	width: 750px;
	padding: 10px;
	background-color: #330066;
}
#centerPanel a {
	font-size: 20pt;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
	padding: 3px;
	text-decoration: none;
}
#centerPanel a:hover {
	color: #ffff99;
}
.panelTitle {
	font-size: 16pt;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
}
.faqQuest {
	color: #ee99ee;
	font-size: 16pt;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-style: italic;
}
.askQuest {
	color: #ee99ee;
	font-size: 16pt;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-style: italic;
}
.askDisc {
	font-weight: bold;
	font-size: 10pt;
	border: solid 2pt black;
	padding: 5px;
	text-align: center;
	color: #cc0000;
}
.adBanner {
	text-align: center;
}
.adBanner a img {
	border-width: 0px;
}
