/* CSS Document */

html {
  border: 12px solid #0354c2;
  }

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  width: 94%;
  }



/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

#tlc, #trc { zoom: 1 }

body
	{
	margin: 0;
	padding: 0;
	background-color: white;
	font-size: 100.01%;
	text-align: center; 
	}

#box
	{
	position: relative;
	margin-left: 40px;
	margin-right: 10px;	
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
	text-align: left;
	width:40%;				/* <-- use this to tie width to viewport size */
				/* <-- use this for a set width */
	background-color: #eeeeee;
	}
 	
#content
	{
	padding:1em ;
	}

#content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
	
#content h2	
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.1em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#content p
	{
	color:black;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
	
	
#box.subpage
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
	text-align: left;
	width:90%;				/* <-- use this to tie width to viewport size */
				/* <-- use this for a set width */
	background-color: #eeeeee;
	}
	
	
a, a:link, a:active, a:visited
  {
  text-decoration:none;
  color: inherit;
  }

a:hover { 
  color: red;
  } 

a.classic, a.classic:link, a.classic:active, a.classic:visited
  {
  text-decoration: underline;
  color: #0354c2;
  }

a.classic:hover { 
  color: red;
  } 
			
div.header {
   font-weight:bold;
   }
   
div.subheader {
   font-weight:bold;
   margin-left:auto;
   margin-right:auto;
   padding-left:40px;
   margin-top:20px;
   margin-bottom:20px;
   color:#0354c2;
      }   
   
h3 {
  font-size:36px;
  margin:0;
  }   			
  
h2 {
  font-size:28px;
  margin:0;
  }   			  
		
#faq {
font-size: 0.8em;
border: solid 1px #999;
padding: 0.5em;
}
#faq dt {
background-color: #CCC;
padding: 0.3em;
font-weight: bold;
}
#faq dd {
padding: 0.5em 0.3em 1em;
}			
			
div.footer {
  padding-right:10px; 
  padding-left:10px;
  text-align:center;
  font-size:11px;
  } 	
  
table.results_table, table.sub_table {
  margin-top: 15px;
  width:640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

tr.graded th, table.results_table tr.graded_results th, table.results tr.graded_results th  {
  color:#ffffff;
  padding: 3px;
}

table.scores_table tr td, table.results_table tr td, table.results tr td {
  background-color:#eeeeee;
  font-family:Verdana,MS Arial,serif;
  font-size:11px;
  text-align:left;
}

.graded, .graded_results {
  background-color:#0066cc;
}
  
table.sub_table tr td, {
  background-color:#eeeeee;
  font-family:Verdana,MS Arial,serif;
  font-size:11px;
  text-align:left;
}    