html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset { 
   margin: 0; 
   padding: 0; 
   border: 0; 
   } 

body {
	background-color: #DCDCDC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #4020D9;
	height: auto;
	}
	
#container {
	top: 0;
	margin: 4px;
	width: 780px;
	text-align: left;
	background-color: #F0F5FA;
	padding: 0px 0px 0px 2px;
	border-right: solid #FFFFFF 4px;
	}
	
#widecontainer {
	top: 0;
	margin: 4px;
	text-align: left;
	background-color: #F0F5FA;
	padding: 0px 0px 0px 2px;
	border-right: solid #FFFFFF 4px;
	}
	
#aboutcontainer {
	width: 580px;
	background-color: #F0F5FA;
	padding: 0px 0px 0px 2px;
	border-right: solid #FFFFFF 4px;
   }
	
#header {
   margin: 0;
	width: 100%;
	padding: 10px 0px;
	border-top: 1px solid #666666;
	border-bottom: 2px solid #800000;
	border-right: 1px solid #800000;
	}
		
#navBar{
   float:left;
	margin: 0;
	width: 200px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 2px solid #000000;
	border-bottom: 1px solid #ccc;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
/*  font-size: 90%;  */
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
   voice-family: "\"}\""; 
   voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}
	  
#content{
   float:right;
   width: 530px;
	margin: 0;
	padding: 0 3% 0 0;
   }

#widecontent{
	float:right;
	width: 760px;
	margin: 0;
	padding: 0 2px 0 0;
   }
		
#fullcontent{
	width: 780px;
	margin: 0;
	padding: 0 3% 0 0;
   }
 
#aboutcontent{
	width: 580px;
	margin-left: 8px;
	padding: 0 3% 0 0;
	line-height: 18px; 
   }
	   
#aboutcontent ul {
   list-style:circle;
	list-style-position:outside;
}

h1 {
   color: #800000;
   font-size: 30px;
	font-weight:bold;
	text-align:center;
	}
	
h2 {
   color: #800000;
   font-size: 20px;
	font-weight:bold;
	text-align:center;
	}
	
h4 {
   color: #800000;
   font-size: 14px;
	font-weight:bold;
	text-align:center;
	}
	
h5 {
   font-size: 14px;
	font-weight:bold;
	text-align:center;
	}
	   
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
 	color: #4020D9;
}

a {
	color: #3366CC;
	text-decoration: none;
}

form {
	background-color: #CCCC99;
	width: 100%;
}

.center {
   text-align: center;
   }
	
.private {
   color:#7F0000;
	}

a:hover {
	text-decoration: underline;
}

p.question1 {
   font-size: 12px;
	font-weight:bold;
	text-align:left; 
	}
	
p.instructions {font-family: Geneva, Arial, Helvetica, sans-serif;
     font-size: 10pt;
	  line-height: normal;
     font-style: italic;
     color: #800000;
	  }

input.big {
	width: 20pc;
}

input.normal {
	width: 10pc;
}

input.small {
	width: 5pc;
}
	
#footer {
   clear: both;
	font-size: 85%;
	margin: 0;
	border-top: 2px solid #800000;
	border-right: 1px solid #800000;
	border-bottom: 1px solid #800000;
	text-align: center;
	}


