/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	background-image: url(../images/Generic/back.jpg);
}

#MainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #330033;
	background-color: #CCCCFF;
	margin: 10px auto;
	width: 840px;
	text-align: left;
}
#MainContent a:link {
	color: #0000FF;
}
#MainContent a:visited {
	color: #CC00CC;
}
#MainContent a:hover, a:active {
	color: #FF0000;
}
#MainContent ul {
	list-style-position: inside;
	list-style-type: disc;
}
.bigLink a:link, .bigLink a:visited, .bigLink a:hover, .bigLink a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
}

#sidemenu {
	float: left;
	width: 120px;
	margin-right: 5px;
	margin-bottom: 0px;
	background-color: #660099;
}

#OvalButton {
	margin: 3px;
	background-image: url(../images/Generic/roundButton.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 30px;
	width: 110px;
	top: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#OvalButton a:link, #OvalButton a:visited, #OvalButton a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFEEFF;
}
#OvalButton a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FF0000;
}
#bgCopyright {
	background-color: #CCCCFF;
	clear: both;
	width: 760px;
	font-size: 9pt;
}

#adv120x600 {
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	float: right;
	height: 600px;
	width: 120px;
	background-color: #000000;
	overflow: visible;
}
#adv160x600 {
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	float: right;
	height: 600px;
	width: 160px;
	background-color: #000000;
	overflow: visible;
}
#adv300x600 {
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	float: right;
	height: 600px;
	width: 300px;
	background-color: #000000;
	overflow: visible;
}
#adv300x250 {
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	float: right;
	height: 250px;
	width: 300px;
	background-color: #000000;
	overflow: visible;
}
#adv180x150 {
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	float: right;
	height: 150px;
	width: 180px;
	background-color: #000000;
	overflow: visible;
}

.vote_btn a {
  text-align: center;
  font-size: 1.2em;
  text-decoration: none;
  font-weight: bold;
  width: 6em;
  color: yellow;
  padding: 5px;
  background-color: #00C;
  border: .2em outset yellow;
  border-radius: 1em;
  box-shadow: 5px 5px 10px rgba(0,0,0,.80);
}

.vote_btn a:hover { 
  background-color: #00F;
  color: orange;
}

.vote_btn a:active { 
  background-color: #88F;
  border: .2em inset yellow;
  color: red;
}
