body
{
	background-attachment: fixed;
	background-color: #025196;
	color: #000;
	color: #363636;
	font: 10pt arial, helvetica, sans-serif;
	font-size: .8em;
	padding: 0px;
	position: relative;
}
#content
{
	background: url(images/contentbg.png) top left repeat-y;
	margin-left: 200px;
	margin-top: 10px;
	padding-bottom: 1em;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	width: 740px;
}
#footer
{
	background: url(images/footerbg.png) bottom left no-repeat;
	margin-left: 200px;
	padding-bottom: 1em;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	text-align: right;
	width: 740px;
}
#footer.p
{
	background: url(images/footerbg.png) bottom left no-repeat;
	margin-top: 0px;
	padding-bottom: 1em;
	padding-top: 0px;
	text-align: right;
}
.handwriting
{
	font-family: Sher, Comic Sans MS, comic sans, Lucida Handwriting, Lucida Sans, Monotype Corsiva, courier new, arial;
	font-size: 12pt;
}
.box
{
	border: solid 1px #ccc;
	padding: 10px;
}
img.left
{
	display: inline;
	float: left;
	margin: 0 1em 1em 0;
	padding-top: 10px;
}
img.right
{
	display: inline;
	float: right;
	margin: 0 0 1em 1em;
}
img.text
{
	margin: 0;
	vertical-align: middle;
}
img.ttop
{
	height: 100%;
	margin: 0;
	vertical-align: text-top;
	
}
img.responsive {
  width: 100%;
  height: auto;
}
#space
{
	color: #000;
	display: block;
	float: none;
	font: 10pt arial, helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	position: static;
	width: 100%;
}
#space p
{
	font-size: 1em;
	margin: 0;
	padding: 0 0 1em;
}
#header
{
	background-color: #fbf5ea;
	float: left;
	font-size: x-small;
	height: 160px;
	margin-left: 200px;
	padding: 0px;
	width: 740px;
}
blockquote
{
	border-left: 3px solid #ccc;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-top: 10px;
	padding-left: 15px;
}
#writtensample
{
	font: 10pt courier, serif;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 30px;
}
#writtensample h2
{
	color: #000;
	font: 10pt courier, serif;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 30px;
	text-align: center;
}
h1
{
	background: url(images/header.jpg) top left no-repeat;
	background-size: contain;
	color: #025196;
	font-family: arial;
	font-size: 20;
	font-weight: bold;
	line-height: 91px;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
	line-height: 91px; 
}
h1.double
{
	background: url(images/header.jpg) top left no-repeat;
	background-size: contain;
	color: #025196;
	font-family: arial;
	font-size: 20;
	font-weight: bold;
	line-height: 40px;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	text-align: center;
}
h2
{
	color: #230E60;
	font-family: arial;
	font-size: 18pt;
	font-weight: bold;
}
h3
{
	color: #7B0F75;
	font-family: arial;
	font-size: 16pt;
	font-weight: bold;
}
h4
{
	color: #7B0F75;
	font-family: arial;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
}
h5
{
	background: url(images/ob_bg.png) top left repeat-y;
	color: #303030;
	font-family: arial;
	font-size: 100%;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}
h6
{
	color: #025196;
	font-family: arial;
	font-size: small;
	font-style: italic;
	font-weight: bold;
}
h2 span
{
	font-size: 105%;
	font-weight: normal;
}
a
{
	color: #025196;
	text-decoration: underline;
}
.left
{
	float: left;
}
table
{
	border-collapse: collapse;
	border-top: 1px solid #C0C0C0;
	margin: 1em 0;
	width: 100%;
}
table.no-border 
{
    border-collapse: collapse;
    border-style: none;
}
th
{
	background-color: #F0F0F0;
	border: 1px solid #C0C0C0;
	border-collapse: collapse;
	color: #363636;
	font-size: .95em;
	font-weight: 700;
	line-height: 1.5em;
	margin: 0;
	padding: .35em .5em;
	text-align: left;
}
th.center
{
	text-align: center;
}
td
{
	border: 1px solid #C0C0C0;
	border-collapse: collapse;
	color: #000;
	font-size: .95em;
	line-height: 1.5em;
	margin: 0;
	padding: .35em .5em;
}
td.center
{
	text-align: center;
}
td-input
{
	clear: none;
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}
td.no-border 
{
    border-collapse: collapse;
    border-style: none;
}
}
table.passage
{
	border: 0px;
	padding: 0 1em 0 0;
}
table.passage-td
{
	border-collapse: collapse;
	font-size: 1em;
	text-indent: 25px;
	vertical-align: top;
}
table.framework
{
	border-collapse: collapse;
	border-top: 1px solid #C0C0C0;
	margin: 1em 0;
	width: 98%;
}
#sideBar
{
	left: 0px;
	position: fixed;
	top: 50px;
	width: 205px;
}
#sideBar img
{
	border: none;
}
.top
{
	background: url(images/menu_bg.png) top left no-repeat;
	height: 10px;
	margin: -15px 0 -1px 0;
}
.mid
{
	background-color: #e1edf5;
	padding: 10px 0 10px 0;
}
.bot
{
	background: url(images/menu_bg.png) 0 100% no-repeat;
	height: 10px;
}
#sideBarTab
{
	float: left;
	width: 28px;
}
#sideBarTab img
{
	border: 0px solid #FFFFFF;
}
#sideBar ul
{
	font-weight: 600;
	margin: 10px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
}
#sideBar li
{
	background: url(images/menu_bg_gr.png) top left no-repeat;
	display: block;
	list-style-type: none;
	margin: 5px 0px 5px 6px;
	padding: 0px 0px 0px 14px;
	width: 173px;
}
#sideBar li a
{
	width: 100%;
}
#sideBar li a:link,
 #sideBar li a:visited
{
	/*color: #279a7d;*/
	color: #294941;
	display: block;
	font-family: verdana;
	font-size: 90%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-decoration: none;
	width: 100%;
}
#sideBar li a:hover
{
	color: #7B0F75;
}
#pages
{
	/*color: #279a7d;*/
	/*color: #366156;*/
	color: #000000;
	font-weight: bold;
	margin-left: 7px;
}
#pages a
{
	/*background-color: #adc6d7;*/
	background-color: #C2D6E1;
	border: solid 1px #cccccc;
	/*color: #279a7d;*/
	color: #000000;
	margin: 4px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}
#pages a:hover
{
	background-color: #DCDCDC;
	color: #7B0F75;
}
#sideBar p
{
	background: url(images/menu_bg_sub.png) top left no-repeat;
	color: #025196;
	margin: 3px 0px 3px 6px;
	padding: 0 0 0 10px;
}
#sideBar p a:hover
{
	color: #279a7d;
}
#sideBar h2
{
	/*color: #025196;*/
	color: #003D6F;
	font-size: 13pt;
	font-weight: bolder;
}
#sideBar h2.bookmark
{
	background: url(images/menu_bm.png) top left no-repeat;
	padding: 0 0 0 17px;
}
#sideBar h2.page
{
	background: url(images/menu_pg.png) top left no-repeat;
	padding: 0 0 0 17px;
}
#sideBar h2.more
{
	background: url(images/menu_mo.png) top left no-repeat;
	padding: 0 0 0 17px;
}
.standards
{
	background-color: #e1edf5;
	border: solid 1px #b9cbd7;
	margin-left: 150px;
	text-align: center;
	width: 50%;
}
p
{
	color: #000;
	font-size: 1em;
	line-height: 1.4em;
	margin: 1em 0;
}
p.spaced-line {
  line-height: 2em;
}
.error
{
	color: #C00;
	font-weight: 700;
}
p.small,
span.small
{
	font-size: .85em;
}
strong
{
	font-weight: 700;
}
em
{
	font-style: italic;
}
.price
{
	color: #369;
	font-size: 1.2em;
}
.tnr
{
	font-family: Times New Roman, Serif !important;
}
span.circle
{
	border: solid 2px #000;
	border-radius: 16px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}
img.padded
{
	padding: 0 0 1em 0;
}
.indent25
{
	text-indent: 25px;
}
p.passagetext
{
	margin: 0;
	text-indent: 25px;
}
p.hangingindent
{
	padding-left: 55px;
	text-indent: -55px;
}
.jp, ol li.jp
{
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 1.1em;
}
.lg, ol.lg li
{
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 1em 0;
}
.vertical
{
	height: 500px;
	writing-mode: vertical-rl;
}
.rus, ol li.rus
{
	font-family: "Geneva CY", "Helvetica CY", Arial, sans-serif;
}
.mongolian
{
	font-family: "Geneva CY", "Helvetica CY", Arial, sans-serif;
}
.korean
{
	font-family: Malgun Gothic, Batang, sans-serif;
}
.greek, ol li.greek
{
	font-family: Gentium, OdysseaU, GraecaUBSU, Arial, sans-serif;
}
sup, sub
{
	position: relative;
	top: -0.4em;
	vertical-align: baseline;
}
.lg
{
	line-height: 1.5em;
	margin: 1em 0;
}
.ChSimplified, .ChTraditional
{
	font-family: PMingLiU, SimHei, STHeiti, Tahoma, Helvetica, Arial, sans-serif;
}
.hebrew
{
	text-align: right;
}
sub
{
	top: 0.4em;
}
ol
{
	list-style: decimal none outside;
	margin: 1em 0 1em 3em;
}
ol.num
{
	list-style: decimal none outside;
	margin: 1em 0 1em 3em;
}
ol.num li
{
	background: none;
	color: #000;
	font-size: 1em;
	line-height: 1.4em;
	padding: 0 0 .25em 1.5em;
}
ol.ABC
{
	list-style: decimal none outside;
	list-style-type: upper-alpha;
	margin: 1em 0 1em 3em;
}
ol.ABC li
{
	background: none;
	color: #000;
	font-size: 1em;
	line-height: 1.4em;
	padding: 0 0 .25em .5em;
}
ol.ABC li.double
{
	line-height: 200%;
	margin-bottom: 1em;
}
.under
{
	text-decoration: underline;
}
ul
{
	list-style: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 1em 0 1em 2em;
}
ul li
{
	background: url(images/bullet.gif) 0 0 no-repeat;
	color: #000;
	font-size: 1em;
	line-height: 1.4em;
	padding: 0 0 .25em 1.5em;
}
ul.dashed
{
	list-style-type: none;
}
ul.dashed > li
{
	background: none;
	text-indent: -5px;
}
ul.dashed > li:before
{
	content: "-";
	text-indent: -5px;
}
ul.narrow
{
	list-style: outside;
	list-style-type: disc;
	margin: 1em 0 .5em 1em;
	padding: 0 0 .25em .25em;
}
ul.narrow li
{
	background: none;
	line-height: 1.4em;
	padding: 0 0 .25em 0em;
}
ul.check
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 1em 0 1em 1.5em;
}
ul.check li
{
	background: url(images/li_check.png) 0 4px no-repeat;
	padding: 0 0 .75em 1.5em;
}
ul.scoring
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 1em 0 1em 1.5em;
}
ul.scoring li
{
	background: none;
	padding: 0 0 .75em 1.5em;
}
dl.faqs
{
	clear: both;
	margin: 1em 0;
}
dl.faqs dt
{
	background: url(images/dt_faq.png) 0 0 no-repeat;
	color: #444;
	cursor: pointer;
	font-weight: 700;
	margin: 1em 0;
	padding: 0 0 0 24px;
}
dl.faqs dt.e
{
	background: url(images/dt_faq_expanded.png) 0 0 no-repeat;
	margin: 1em 0;
	padding: 0 0 0 24px;
}
dl.faqs dd
{
	border-left: 5px solid #CCC;
	font: normal 13px/18px Arial, Sans-Serif;
	margin: 0 0 1em 24px;
	padding: 1em;
}

dl.faqs dt  span.open {display:none;}
dl.faqs dt.e span.shut {display:none;}
dl.faqs dt.e  span.open {display:inline;}

ul.scoring-scale
{
	font-weight: normal;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 .25em 0;
}
ul.scoring-scale li
{
	background: none;
	margin: .25em 0 0 0;
	padding: 0;
}
ol.numlist
{
	font-weight: 700;
	margin: 1em 0 .5em 0;
}
.q-controls
{
	font-size: 11px;
}
.information
{
	background: url(images/information.png) 12px 10px no-repeat #D1E4F3;
	border: 1px solid #4D8FCB;
	color: #565656;
	margin: 1em 0;
	min-height: 55px;
	padding: 0 10px 0 55px;
}
.hidden
{
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}
.offscreen
{
	height: 1px;
	left: -999em;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}
h3.h5, h4.h5, h6.h5
{
	background: url(images/ob_bg.png) top left repeat-y;
	color: #303030;
	font-family: arial;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}
h5.h4, h6.h4
{
	background-image: none !important;
	color: #002A5D;
	font-family: arial;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
}
h5.h6
{
	background-image: none !important;
	color: #025196;
    font-family: arial;
    font-size: small;
    font-style: italic;
    font-weight: bold;
    padding: 0;
}

table.scoreScale > thead > tr > th, table.perfCharacteristics > tbody > tr > th
{
    background-color: #F0F0F0;
    color: #363636;
    font-size: .95em;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0;
    padding: .35em .5em;
    text-align: left;
}

ol.paddedList > li 
{
    margin-bottom: 1.5em;
}

ol.paddedList > li:last-of-type 
{ 
    margin-bottom: 0;
}

h2.h4, h3.h4
{
    color: #7B0F75;
    font-family: arial;
    font-size: 13pt;
    font-style: italic;
    font-weight: bold;
}

sup.citation.inline 
{
    display: inline-block;
    padding-top: 0.75em;
}

table.hideCaption > caption 
{
    display: none;
}

h2 > span[aria-hidden=true] 
{
    font-weight:bold;
}

span.frac {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  min-width: 14.83px;
  padding: 0;
}

span.frac > sup {
  display: block;
  border-bottom: 1px solid;
  font: inherit;
  top: 0;
}

span.frac > span {
  display: none;
}

span.frac > sub {
  display: block;
  font: inherit;
  top: 0;
}

.parenthetical
{
            
}

.parenthetical:after
{
    display: inline-block;
    content: ")";
    transform: scale(0.8,2);
}

.parenthetical:before
{
    display: inline-block;
    content: "(";
    transform: scale(0.8,2);
}

.matrix {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	min-width: 4em;
	min-height: 3em;
	border-left: 1px solid;
	border-right: 1px solid;
}

.matrix > .ul, .matrix > .ur, .matrix > .ll, .matrix > .lr {
	position: absolute;
}

.matrix > .ul, .matrix > .ur {
	top: 0;
}

.matrix > .ll, .matrix > .lr {
	bottom: 0;
}

.matrix > .ul, .matrix > .ll {
	left: 0;
	padding-left: 5px;
}

.matrix > .ur, .matrix > .lr {
	right: 0;
	padding-right: 5px;
}

.radical 
{
    text-decoration: overline;
    padding-left: 5px;
    padding-right: auto;
}

.radical:before 
{
    content: "\23B7";
    font-size: inherit;
}

.nobr 
{
    white-space:nowrap;
}

.abs 
{
        
}

.abs:before, abs:after
{
    display: inline-block;
    height: 100%;
    content: "|";        
}

    table.tictac {width: 600px; height: 600px; text-align: center; overflow-x: auto; }
    table.tictac td {width: 33%; height: 33%; }

/*Responsive*/

.scale {max-width: 100%; height: auto;}

@media (max-height: 700px) /*and (min-width: 800px)*/
{
    
    body{
        margin: 0;
    }
        
    #content{
        margin-left: 207px;
    }
    
    
    #sideBar{
        position:relative;
        top: 0px;
        margin: 5px 5px 0 0;
        float: left;
    }
    #footer 
    {
           
            margin-left: 207px;
    }
}

@media (min-width: 850px) and (max-width: 992px) 
{
    h1 {background: url(images/header_sm.jpg) top left no-repeat; line-height: 50px; margin: 0; padding: 0 10px 0 0; width:auto; }
    h1.double {background: url(images/header_sm.jpg) top left no-repeat; line-height: 30px; margin: 0; padding: 0 10px 0 0; width:auto; }
    #content{
           
            width: 600px;
            background-color: #fff;
            box-shadow: 2px 2px 3px #bbb;
        }
        
    #footer 
    {        
            background-color: #fff;
            box-shadow: 2px 2px 3px #bbb;        
            width: 600px;        
    }

}




@media (max-width: 850px) 
{
h1 {background: url(images/header_sm.jpg) top left no-repeat; line-height: 50px; margin: 0; padding: 0 10px 0 0; width:auto; }
    h1.double {background: url(images/header_sm.jpg) top left no-repeat; line-height: 30px; margin: 0; padding: 0 10px 0 0; width:auto; }
    
    #content{
              width: 500px;
    }
    
    #footer 
    {   
            width: 500px;        
    }
    
}

@media (max-width: 768px)

{
    #content{
              width: 450px;
    }
    h1 {background: url(images/header_sm.jpg) top left no-repeat; line-height: 50px; margin: 0; padding: 0 10px 0 0; width:auto; }
    h1.double {background: url(images/header_sm.jpg) top left no-repeat; line-height: 30px; margin: 0; padding: 0 10px 0 0; width:auto; }
 
    
    #footer 
    {   
            width: 450px;        
    }  
    
}

@media (max-width: 600px) 
{
    #content{
        margin-left: 0px;
        margin-top: 5px;
        width: auto;
        box-shadow: none;
    }
    
    #footer 
    {        
            background-color: #fff; 
            box-shadow: none;
            margin-left: 0px;
            width: auto;
    }  
    #sideBar{
        position: relative;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        width: 100%;
        top: 0px;
        left:0px;
    }

   .top {display:none;}
    .mid {background-color: #e1edf5; padding: 10px 0 10px 0; }
    .bot {display:none;}
   

    #sideBar   ul{
        margin: 0px 0px 0px 5px;
        padding: 0px 0px 0px 5px;
        font-weight:600;
        width: 95%;
    }
   
    #sideBar li{
        margin: 3px 0px 3px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: disc;
        width: auto;
        display: inline;
        background: none;
    }
   
    #sideBar li a:link,
    #sideBar li a:visited{
        font-size:80%;
        margin:0px 0px 0px 0px;
        padding:0px;
    }
    
    #sideBar h2  {font-size: 11pt; font-weight: bold; margin: 0 0 0 5px;}
    #sideBar h2.bookmark, #sideBar h2.more, #sideBar h2.page {padding: 0 0 0 0px; background: none;}
    #sideBar h2.page {margin-bottom: 5px;}
   /*h1 {background: none; line-height: 25px; margin: 0; padding: 0 10px 0 0; }*/
   #sideBar img {height: 15px; width: 15px; display: inline; margin-left: -250px;} 
    table.lesson {border: 2px solid #000; border-collapse: collapse; margin: 1em 0; width: 100%;}
    
       h1 {line-height: 50px; }
    h1.double {line-height: 30px; }
    
table.tictac {width: 100%; height: auto; }
     table.tictac td {vertical-align:top; }
    
}
