@charset "utf-8";
/* CSS Document */

/* Classes */
      .navoption {
        background-color: #CCCCCC;
      }
      
      .navoption a {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	left: 8px;
	top: 3px;
	color: #FFFFFF
      }
      
      .navoption a:visited {
	color: #FFFFFF;
      }

      .navcontet {
        background-color: #CCCCCC;
      }

      .navcontent p {
        font-family: Arial, san-serif;
        font-size: 12px;
        margin-top: 10px;
        margin-right: 25px;
        margin-bottom: 10px;
        margin-left: 20px
      }
      
      .navcontent h1 {
        font-family: Arial, san-serif;
        font-size: 16px;
        margin-top: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-left: 20px
      }
.centerText/* Titles */

       {
	text-align: center;
      }
/* Classes */

      .navOpt
      {
	background-color: #333;
	color: #FFF;
	text-decoration: none;
	border: none;
      }
      
      .navOpt a
      {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border: none;
      }
      
      .navOpt a:visited
      {
	color: #FFF;
      }

      .piccont
      {
        background-color: #CCC;
      }

      .piccont p
      {
        font-size: 12px;
        margin-top: 10px;
        margin-right: 25px;
        margin-bottom: 10px;
        margin-left: 20px
      }
      
      .piccont h1
      {
        font-family: Arial, san-serif;
        font-size: 16px;
        margin-top: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-left: 20px
      }

/* Divisions */
      
#initnavbutton {
        background-color: #CC99FF;
}

#initnavcontent {
        background-color: #CC99FF;
}

#mainGraphbox {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	border:#fff solid thin;
	padding-top: 10px;
	height: 340px;
}
#navOpt1   {
	float: left;
	width: 120px;
	height: 22px;
	z-index:1;
	background-color: #903;
}

#navOpt2 {
	float: left;
	width: 120px;
	height: 22px;
	z-index:1;
}
#navOpt3 {
	float: left;
	width: 120px;
	height: 22px;
	z-index:1;
}
#piccont1 {
	float: left;
	width: 600px;
	height: 300px;
	z-index:2;
	visibility:visible;
	background-color: #990033;
}
#piccont2 {
	width: 600px;
	height: 300px;
	z-index:3;
	visibility:hidden;
	background-color: #990033;
	float: left;
	top: -300px;
	position: relative;
}
#piccont3 {
	width: 600px;
	height: 300px;
	z-index:4;
	visibility:hidden;
	background-color: #990033;
	float: left;
	top: -600px;
	position: relative;
}
#mainNavbox {
	width: 600px;
	padding-top: 10px;
	min-height: 22px;
}
#votingbox {
	float: left;
	width: 600px;
	padding-top: 10px;
	min-height: 22px;
}

.picsmallcont {
	float: left;
	width: 150px;
	height: 113px;
	margin-left: 40px;
}
.textsmallcont {
	float: left;
	width: 150px;
	height: 60px;
	margin-left: 40px;
	text-align:left;
}