﻿*
{
  font-family: Tahoma, Arial, Helvetica; 
}

body
{
	background: gainsboro;
	font-size: 80%;
	margin: 0;
}

a
{
	color: #000000;
}


H1
{
	font-size: xx-large;
	font-weight: bold;
	color: #ffffff;
}

/* AllPages will allow you to define the width and position of all the pages in the site  */
#allpages
{
	margin: auto;
	width: 850px;
	border: #cc0000 0px solid;
	background-color: #ffffff;
}

/* 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
{
	width: 760px;
	border: solid 0px #cccccc;
}
/* the website's header for all pages */
#header
{
	border: #cc0000 2px solid;
	width: 850px;
	height: 65px;
	background-color: white;
}
/* the navigation formatting for all pages */
#TopNavigation
{
	margin: 2px;
	background-image: url(IMAGE/nav.jpg);
	background-repeat: repeat-x;
	height: 60px;
	background-attachment: scroll;
	width: 848px;
}
#TopNavigation h3
{
	font-weight: bolder;
	padding-bottom: 0.5em;
	border-bottom: 2px dashed #66CCFF;
	color: #000066;
	float: none;
	width: 26px;
	width: 204px;
	text-align: center;
	clip: rect(auto, auto, 1px, auto);
	height: 30px;
	background-image: url(IMAGE/sf1.jpg);
	background-repeat: no-repeat;
}
#nav
{
	text-align: center;
	position: static;
	width: 100%;
	height: 100%;
	background-image: url(IMAGE/nav.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
}
/* the formatting around the main content areas for all pages as they are contained within a master page*/
#maincontent
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 800px;
}

/* the website's footer for all pages */
#footer
{
	
	text-align:center;
}

#nav
{
	width: 100%;
	height: 100%;
	
	
}


.collectionSurround
{
    border-right: #ccccff 2px groove;
    border-top: #ccccff 2px groove;
    border-left: #ccccff 2px groove;
    border-bottom: #ccccff 2px groove;
   font: 10px Arial, Sans-Serif;
}
.hometext
{
   font: 10px Arial, Sans-Serif;
    width: 500px;
    color: black;
}
.hometext A
{
   font: 10px Arial, Sans-Serif;
    width: 500px;
    color: black;
    text-decoration: underline;
	
}
.hometext A:hover
{
   font: 10px Arial, Sans-Serif;
    width: 500px;
    color: black;
    text-decoration: underline;
	    
}

.grid
{
   font: 10px Arial, Sans-Serif;
}
select
{
	font-family: Verdana,Arial,sans-serif;
	font-size: 14px;
	
}
input, textarea 
{
	font-family:Verdana,Arial,sans-serif; font-size:10px;
}
.IE8Fix
{
 z-index: 1000;

}
