﻿*
{
  font-family: Tahoma, Arial, Helvetica; 
}

body
{
  font-size: 80%;
  margin: 0;  
}

a
{
	/*text  0033cc*/
	color: #339944;
}


H1
{
	font-size: xx-large;
	font-weight: bold;
	/*  big header text cc0033*/
	color: #88ffdd;
}
.Pct
{
	font-size: large;
	font-weight: bold;
	/*   cc0033   */
	color: #ccff55
}
	
	
/* AllPages will allow you to define the width and position of all the pages in the site  */
#allpages
{
	margin: auto;
	width: 750px;
	border: #ccccff 0px solid;
}

/* CurrentSurveySection defines the font, width, and border of the current survey link area */
.CurrentSurveySection
{	
	width: 270px;
}
/* question css class defines the font, width, and border of the question grid for a survey*/
.questions
{
	background-color: #ffffff;
	width: 750px;
	border: solid 0px #cccccc;
}
/* the website's header for all pages */
#header
{
	/* right side of big header ccccff 33ddff*/
	background-color: #508707;
	border: #ccccff 2px solid;
}
/* the navigation formatting for all pages */
#nav
{
	text-align:center;
	/*  ccccff */
	background-color: #ccff77;
	border: #ccccff 2px solid;
}
/* the formatting around the main content areas for all pages as they are contained within a master page*/
#maincontent
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 730px;
}

/* the website's footer for all pages */
#footer
{
  margin-top: 30px;
  font-size: smaller;
  text-align : center;
}

