body {
        color: black;
        background-color: #ffffff;
        padding:0px;
        /*font-family: Arial, Verdana, Helvetica, sans-serif;*/
        font-family: 'Open Sans', sans-serif;
        }
h1 {
        margin:0px 0px 5px 0px;
        padding:0px;
        color: black;
        }
h2 {
        margin:20px 0px 5px 0px;
        padding:0px;
        }
h3 {
        margin:0px 0px 5px 0px;
        padding:0px;
        }
h4 {
        margin:3px 0px 0px 0px;
        padding:0px;
	font-size: smaller;
        }
td {
        /* font-size:12px; */
        /*font-family: Arial, Verdana, Helvetica, sans-serif;*/
        }
a {
        text-decoration:none;
  }

a:link {color: blue;}
a:visited {color: navy;}
a:hover {color:red;}

a.name { color: black }
a.name:link { color: black }
a.name:hover { color: black }

img.borderless { border-style: none }

span.graytext { color: #999999 }
span.SmallCentered { font-size: smaller;
		    text-align: center; }

/* For footnote-type text */
span.footer { font-style: normal; font-size: smaller; font-weight: normal;
       color: gray; background-color: white }

div.leftfloat { 

    float:left;
    width:120px;
    margin:5px 5px 2px 5px;  /* top right bottom left */
    padding:3px;
/*  border:1px solid black; */
    text-align:center;
    font-size: smaller;
}

div.rightfloat { 

    float:right;
    width:120px;
    margin:5px 5px 2px 5px;  /* top right bottom left */
    padding:3px;
/*  border:1px solid black; */
    text-align:center;
    font-size: smaller;
}

div.rightwidefloat { 

    float:right;
    width:240px;
    /* margin:5px 5px 2px 5px; */ /* top right bottom left */
    padding:3px;
    /*border:1px solid black; */
    border:1px;
    text-align:center;

}

div.rightsuperwidefloat { 

    float:right;
    width:500px;
    /* margin:5px 5px 2px 5px; */ /* top right bottom left */
    padding:3px;
    /*border:1px solid black; */
    border:1px;
    text-align:center;

}


/*
 * The main table.
 */
TABLE.Page { width: 100% }
TD.LeftColumn { /*background-color: #66ff44;*/
	        /* background-color: #ffff66; */
	        /* font-size: 80%; */
		font-size:12px;
                /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
                /*font-family: Arial, Verdana, Helvetica, sans-serif;*/
	      	vertical-align: top }

TD.MidColumn { background-color: #ffffff; 
	       padding: 3px; 
	       border-style: none; 
	       vertical-align: top;
	       width: 100% }

TD.NavLink   { font-size: smaller;
               /* font-size:13px; */
               /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	       background-color: #eeeeee; text-align: center; max-width: 15em;
             }

DIV.MidColHeader { margin: 0px auto 0px 0px;
		   padding: 0;
		   max-width: 57em; }

/* SAT Time Line table */

Table.TimeLine  {
                 border-style: none;
	        }

TD.TimeLineDate {
                 font-weight: bold;
		 width: 10%;
		 vertical-align: top;
		 padding: 8px; 
		 text-align: center;
		}

DIV.TimeLineDate { max-width: 10em; float: left;
		   font-weight: bold;
		   text-align: center;
		   border-style: none;
		   margin: 0.6em 1em 0em 0em;       /* top right bottom left */
		   padding: 0px 0px 0px 0px; }


TD.TimeLineText {
                 font-weight: normal;
		 width: 90%;
		 padding: 8px;
		}

/*
 * Top headline stuff.
 */
DIV.PageHeadline { text-align: center; 
		   margin-top: 1em;
		   margin-bottom: 2em; }
DIV.PageHeadline H1 { margin-bottom: 0.2em; }
DIV.PageHeadline H2 { margin-top: 0.2em; }

P.SummaryHL { font-weight: bold; 
	      font-size: larger;
	      /* text-decoration: underline; */
	      margin-top: 0.4em;
	      margin-bottom: 0.4em; }

TABLE.Form TH { text-align: left }


DIV.BigQuote {font-style: normal; font-weight: normal;
       color: black; background-color: white;
       margin-left: 1cm; margin-right: 1cm }

DIV.BigQuote P {margin-top: 1em; margin-bottom: 0px; }

DIV.Headline { background-color: #ffcc99; font-weight: bold;
	       font-size: larger;
	       padding-left: 3px; }

DIV.SummaryHeadline { font-weight: bold; font-size: larger;
		      text-decoration: underline;
		      margin-top: 0.4em;
		      margin-bottom: 0.4em; }

DIV.Footer { font-size: smaller; }

/* Sidebox formatting */
DIV.SideBox { margin: 1em 1px 1em 1px; }

DIV.SideBox P.Header { font-weight: bold;
	    	       text-indent: 0px;
		       margin: 0px 0px 1em 0em; }

DIV.SideBox P.HeaderCenter { font-weight: bold;
	    		     text-indent: 0px;
			     text-align: center;
			     margin: 0px 0px 1em 0em; }

DIV.SideBox P.PLink { /* font-weight: bold; */
	    	       text-indent: 0px;
		       margin-top: 1em;
		       margin-left: 0em;
		       margin-right: 0em;
		       margin-bottom: 0.5em; }

TD.Headline {background-color: #ffcc99 }
TABLE.Middle { background-color: #ffffff; padding: 3px; 
	       border-style: none; width: 100% }
TD.Middle { background-color: #ffffff; vertical-align: top }

.Form { background-color: #eeeeee; 
	padding: 3px;
	border-style: groove;
	}

A.Current { background-color: silver; color: white }
A.Other { }
P.NextLink { text-align: right }

span.RedText { color: red }
span.BlueText { color: blue }
span.PurpleText { color: #990099 }

TR.Even { background-color: #eeeeee }
TR.Odd { }

P.Headlines { margin-bottom: 6px; text-indent: -1em; margin-left: 1em;
	      margin-top: 0px }


P.Feature { text-indent: -1em; margin-left: 1em; margin-top: 0px;
	    margin-bottom: 2px}


P.ItemText { text-indent: 0em; margin-left: 1em; margin-top: 1em;
	     margin-bottom: 1em}

P.QuestionText { text-indent: 0em; margin-left: 2em; margin-top: 1em;
	         margin-bottom: 1em; font-weight: bold }

P.AnswerText { text-indent: 0em; margin-left: 2em; margin-top: 1em;
               margin-bottom: 1em }

UL.AnswerText { text-indent: 0em; margin-left: 4em; margin-top: 1em;
                margin-bottom: 1em }

UL.IndentText { text-indent: 0em; margin-left: 2em; margin-top: 1em;
                margin-bottom: 1em }

LI.IndentText { margin-bottom: 1em }

P.FootItem { text-indent: 0em; margin-left: 0em; margin-top: 1em;
	     margin-bottom: 1em}

P.ToTopLink { text-align: right; margin-top: 0em;
	      margin-bottom: 0em; font-size: smaller }

FONT.NonActive { color: red; font-weight: bold }
A.NonActive { color: red; font-weight: bold }

TABLE.TopNavigation { width: 100%; 
		      max-width: 65em;
		      margin-bottom: 1em;
		      margin-top: 0px; }

/* ArticleText */

DIV.ArticleText { margin:0px 0px 0px 0px;
                  padding:0px;
		  max-width: 45em; }

DIV.TextBoxRight { max-width: 30em; float: right; background-color: #eeeeee;
		   /* border-style: groove; */
		   text-align: center;
		   border-style: ridge;
		   margin: 0px 0px 0px 5px;       /* top right bottom left */
		   padding: 5px 10px 5px 10px; }

DIV.WideTextBoxRight { max-width: 36em; float: right; background-color: #eeeeee;
		       /* border-style: groove; */
		       font-size: smaller;
    		       text-align: center;
		       border-style: ridge;
		       margin: 0px 0px 0px 5px;       /* top right bottom left */
		       padding: 5px 10px 5px 10px; }

DIV.WideTextBoxCenter { max-width: 36em; float: none; background-color: #eeeeee;
		       /* border-style: groove; */
		       font-size: smaller;
    		       text-align: center;
		       border-style: ridge;
		       margin-left: auto;         /* these will center the box */
		       margin-right: auto; }

DIV.WideTextBoxCenterPlain { max-width: 40em; float: none;
		       /* border-style: groove; */
		       font-size: smaller;
    		       text-align: center;
		       border-style: none;
		       margin-left: auto;         /* these will center the box */
		       margin-right: auto; }

DIV.MedTextBoxRight { max-width: 25em; float: right; background-color: #eeeeee;
		       /* border-style: groove; */
		       font-size: smaller;
    		       text-align: center;
		       border-style: ridge;
		       margin: 0px 0px 0px 5px;       /* top right bottom left */
		       padding: 5px 10px 5px 10px; }


DIV.ThinTextBoxRight { max-width: 15em; float: right; background-color: #eeeeee;
		       /* border-style: groove; */
		       font-size: smaller;
    		       text-align: center;
		       border-style: ridge;
		       margin: 0px 0px 0px 5px;       /* top right bottom left */
		       padding: 5px 10px 5px 10px; }


DIV.TextBoxMid { max-width: 30em;
		 /*  border-style: groove; */
		 text-align: left;
		 border-style: none;
		 margin-left: auto;         /* these will center the box */
		 margin-right: auto;
		 padding: 15px 0px 10px 15px; }

DIV.TextBoxMidW { max-width: 40em;
		 /*  border-style: groove; */
		  font-size: smaller;
		  text-align: left;
		  border-style: none;
		  margin-left: auto;        /* these will center the box */
		  margin-right: auto;
		  padding: 15px 0px 10px 15px; }

/* CSS for a centered table with centered text in cells and border
   styles very much like the standard "border=2" HTML table. Note that
   the children TD's and TH's won't inherit borders etc. unless the
   the TD and TH entries below are specified */

TABLE.LessPaddedTable { border-width: 2px;
		    border-style: outset;
		    padding: 1px 1px 1px 1px;
		    text-align: center;
		    margin-left: auto; 
		    margin-right: auto;
		    width: 60%
		    /* caption-side: bottom; */
		  }

TABLE.LessPaddedTable TD { border-style: solid; 
		       border-width: 1px;
		       padding: 2px 2px 2px 2px;
		     }

TABLE.LessPaddedTable TH { border-style: solid; 
		       border-width: 1px;
		       padding: 2px 2px 2px 2px;
		     }

TABLE.LessPaddedTable caption { caption-side: bottom;
			    padding-top: 3px;
			    font-size: smaller;
			  }

/* CSS for a centered table with centered text in cells and border
   styles very much like the standard "border=3" HTML table. Note that
   the children TD's and TH's won't inherit borders etc. unless the
   the TD and TH entries below are specified */

TABLE.PaddedTable { border-width: 3px;
		    border-style: outset;
		    padding: 1px 1px 1px 1px;
		    text-align: center;
		    margin-left: auto; 
		    margin-right: auto;
		    /* caption-side: bottom; */
		  }

TABLE.PaddedTable TD { border-style: solid; 
		       border-width: 1px;
		       padding: 4px 4px 4px 4px;
		       vertical-align: middle;
		     }

TABLE.PaddedTable TH { border-style: solid; 
		       border-width: 1px;
		       padding: 4px 4px 4px 4px;
		       vertical-align: middle;
		     }

TABLE.PaddedTable caption { caption-side: bottom;
			    padding-top: 5px;
			    font-size: smaller;
			  }

/* CSS for a more padded, centered table with centered text in cells
   and border styles very much like the standard "border=4" HTML
   table. Note that the children TD's and TH's won't inherit borders
   etc. unless the the TD and TH entries below are specified */

TABLE.MorePaddedTable { border-width: 4px;
			border-style: outset;
			padding: 1px 1px 1px 1px;
			text-align: center;
			margin-left: auto; 
			margin-right: auto;
		      /* caption-side: bottom; */
		      }

TABLE.MorePaddedTable TD { border-style: solid; 
			   border-width: 1px;
			   padding: 5px 5px 5px 5px;
			 }

TABLE.MorePaddedTable TH { border-style: solid; 
			   border-width: 1px;
			   padding: 5px 5px 5px 5px;
			 }

TABLE.MorePaddedTable caption { caption-side: bottom;
				padding-top: 5px;
				font-size: smaller;
			  }


TABLE.PlainTable { border-width: 1px;
		   border-style: none;
		   padding: 1px 1px 1px 1px;
		   text-align: left;
		   margin-left: auto; 
		   margin-right: auto;
		  }

TABLE.PlainTableTop { border-width: 1px;
		      border-style: none;
		      padding: 1px 1px 1px 1px;
		      text-align: left;
		      margin-left: auto; 
		      margin-right: auto;
		    }

TABLE.PlainTableTop TD { vertical-align: top; 
			 padding: 4px 4px 4px 4px;
		       }

TABLE.PlainTableTopC { border-width: 1px;
		      border-style: none;
		      padding: 1px 1px 1px 1px;
		      text-align: center;
		      margin-left: auto; 
		      margin-right: auto;
		    }

TABLE.PlainTableTopC TD { vertical-align: top; 
			 padding: 4px 4px 4px 4px;
		       }

TABLE.PlainFixedTable { table-layout: fixed;
			width: 36em;
			border-width: 1px;
			border-style: none;
			padding: 1px 1px 1px 1px;
			text-align: left;
			margin-left: auto; 
			margin-right: auto;
		      }

TABLE.PlainFixedTable TD,TH { vertical-align: top; 
			      padding: 1px 1px 1px 1px;
			      width: 14em
			    }
