﻿* { margin: 0; padding: 0; }
html {height:100%;}
body {height:100%; margin:0; padding:0;
      }
/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%; height:100%; z-index:-1}
/* places the content ontop of the background image */
#content {position:relative; z-index:1;
    top: 0px;
    left: 0px;
}
div.Main
 { 
     margin: 0 auto;
     background-image: url('../images/HeadTop/Header.png');
     width:1000px;
     height:117px;
     padding:0px;
     border:0px;
     margin-bottom:-2px;
     }
     
.label
{
	font-family: Impact Verdana;	
	color: #ffa302;
	margin-left:50px;
	font-weight:bold;
	font-size:55px;
}

.labela
{
	font-family: Impact Verdana;	
	color: #ffa302;
	margin-left:20px;
	font-weight:bold;
	font-size:55px;
}

.label1
{
	font-family: Impact Verdana;	
	color: #fff;
	margin-left:150px;
	font-weight:bold;
	font-size:40px;
}



.Menu1
{
    margin-left:200px;
}

.label2
{
	font-family: Impact Verdana;	
	color: #fff;
	margin-left:200px;
	font-weight:bold;
	font-size:40px;
}


.label3
{
	font-family: Impact Verdana;	
	color: #000;
	font-weight:bold;
	font-size:20px;
}

.label4
{
	font-family: Verdana;	
	color: #484844;	
	font-size:13px;
}

.votequestion
{
	font-family: Impact Verdana;	
	color: #000;
	margin-left:50px;
	margin-top:10px;
	font-weight:bold;
	font-size:12px;
}

.buttonsVote{
      background: url(../images/vote/button.jpg);
      width: 131px;
      height: 34px;
      color:#000000;
      border-style:none;
        
}



#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 10;
	width: 450px;
	position:relative;
	
}
#menu li {
	float: left;
	font: 85% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("../images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #fd9706 url("../images/hover.jpg") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}
	
.CenterText
{
   width: 300px; 
   margin-left: auto; 
   margin-right: auto; 
}



.News
{
	font-family: Impact Verdana;	
	color: #000;	
	font-weight:bold;
	font-size:25px;
}

A:link	
{
    	text-decoration:	underline;
	color: 	#000;
	font-family:Impact Verdana;
	font:Tahoma 14pt;
	font-weight:bold;
	}	
		
A:visited		
{
    	text-decoration:	underline;	
	font-family:Impact Verdana;
	font:Tahoma 14pt;
	color: #ed200b;
	font-weight:bold;
	}	
		
A:active	
{
    	text-decoration:	underline;
	font-family:Impact Verdana;
	color:	#fe7903;
	font:Tahoma 14pt;
	font-weight:bold;
	}	
		
A:hover	{	
	text-decoration:	underline;
	font-family:Impact Verdana;
	color:	#fe7903;
	font-weight:bold;
	}
	
	
	
	/*Footer Links */
	
.FooterLinks A:link	
{
    text-decoration: underline;
	color: 	#fff;
	font-family:Verdana;
	font-size:8pt;	
	}	
		
.FooterLinks A:visited		
{
   	text-decoration: underline;	
	color: #fff;
    font-family:Verdana;
	font-size:8pt;	
	}	
		
.FooterLinks A:active	
{
    text-decoration:	underline;
	color:	#fe7903;
	font-family:Verdana;
	font-size:8pt;	
	}	
		
.FooterLinks A:hover	{	
	text-decoration: underline;
	color:	#fe7903;
    font-family:Verdana;
	font-size:8pt;		
	}
	
.GrayedOut
{ 
background-color:Gray;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}



	/*Character Links */
	
.Character A:link	
{
    text-decoration: underline;
	color: 	#4c4c4c;
	font-family:Verdana;
	font-size:9pt;	
	}	
		
.Character A:visited		
{
   	text-decoration: underline;	
	color: #4c4c4c;
    font-family:Verdana;
	font-size:9pt;	
	}	
		
.Character A:active	
{
    text-decoration:	underline;
	color:	#4c4c4c;
	font-family:Verdana;
	font-size:9pt;	
	}	
		
.Character A:hover	{	
	text-decoration: underline;
	color:	#4c4c4c;
    font-family:Verdana;
	font-size:9pt;		
	}

	/*Character Body Text */
	
	.CharacterB	{	
	color:	#000;
    font-family:Verdana;
	font-size:8pt;		
	}
	
		
	/*Align Center*/
div.AppCenter
{
	margin: 0 auto;
}
	/*End Center*/