body {
    margin:0px;
    padding:0px;
    font-family:geneva, arial, helvetica, sans-serif;
    color:#333;
    background-color:white;
    }
h1 {
    margin:0px 0px 15px 0px;
    padding:0px;
    font-family:geneva, arial, helvetica, sans-serif;
    font-size:28px;
    line-height:28px;
    font-weight:900;
    color:#ccc;
    }
h3 {
    margin:15px 0px 15px 0px;
    padding:0px;
    font-family:geneva, arial, helvetica, sans-serif;
    font-size:21px;
    line-height:21px;
    font-weight:900;
    color:#000;
    }
h3.faqtopic {  font-size: larger; color: #330099; background-color: #CCCCFF; border-style: groove; text-align: center}
h4 {
    margin:15px 0px 15px 0px;
    padding:0px;
    font-family:geneva, arial, helvetica, sans-serif;
    font-size:18px;
    line-height:18px;
    font-weight:900;
    color:#000;
    }
/*
p {
    font-family:geneva, arial, helvetica, sans-serif;
    margin:0px 0px 0px 0px;
    padding:0px;
    }
*/

p.question {  font-size: medium;
    color: #660099;
    font-weight: bold;
    }
/*div.answer {  font-size: medium; color: #330099; background-color: #CCCCFF; border-style: groove; }
*/
div.answer {
    font-family: geneva, Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #000000;
    text-align: left;
    }
#Content>p {margin:10px;}
#Content>p+p {text-indent:30px;}

a {
    color:#0000ff;
    text-decoration:none;
    font-weight:500;
    font-family:geneva, arial, helvetica, sans-serif;
    }
a:link {color:#993300;}
a:visited {color:#147;}
a:hover {
	color:#005bab;
	text-decoration: underline;
	}


li.spotlight2 {
    background-color:    #FFFFFF;
    padding:3px 3px 3px 3px;
}

li.spotlight1 {
    background-color:    #ECECEC;
    padding:3px 3px 3px 3px;
}
li.question {  color: #663300}

#Header {
    margin:50px 0px 10px 0px;
    padding:17px 0px 0px 20px;
    /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
    height:33px; /* 14px + 17px + 2px = 33px */
    border-style:solid;
    border-color:black;
    border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
    line-height:11px;
    background-color:#eee;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity.
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it.
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style
declaration. The incorrect IE5/Win value is above, while the correct value is
below. See http://glish.com/css/hacks.asp for details. */
    voice-family: "\"}\"";
    voice-family:inherit;
    height:14px; /* the correct height */
    }
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct
length values to user agents that exhibit the parsing error exploited above yet get
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}



#Content {
	float: left;
	width: 67%;
	margin-top: 0;
	margin-right: 1.67em;
	padding-top: 0;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 20px;
    }

#Menu {
	padding-left: 2em;
	margin-top: 0;
	padding-top: 0;
    position:absolute;
    top:100px;
    right:20px;
    width:202px;
    padding:10px;
    background-color:#f0f0f0;
    border:1px solid #333;
    font:    75%/1.25 Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
    line-height:17px;
/* Again, the ugly brilliant hack. */
    voice-family: "\"}\"";
    voice-family:inherit;
    width:180px;
    }
/* Again, "be nice to Opera 5". */
body>#Menu {width:180px;}

#Footer {
	clear: both;
	padding-bottom: 1em;
	border-top: 1px solid #333;
	text-align: center;
}

#Header {
	background-color: 0066cc;
}
/* imported stuff from existing CALI css */

.menuBox {
    font-family: geneva, Arial, Helvetica, sans-serif;
    font-size: 85%;
    line-height: 1.25;
    background-color: transparent;
    text-align: left;
/*    display: inline-table; */
}
.contentBox {

    font-family: geneva, Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #000000;
    text-align: left;
/*    display: inline-table;  */
}
.formdesc {
    font-family:geneva, arial, helvetica, sans-serif;
    font-weight: bold;
}
.sectionhead {
    font-family:geneva, arial, helvetica, sans-serif;
    font-size: larger;
}
.lessontitle {
    font-family: geneva, Arial, Helvetica, sans-serif;
    font-size: 110%;
    font-weight: bold;
    color: #000000;
}
#navbar {
    padding:    10px 10px 0px 15px;
    font:    85%/1.25 geneva, Arial, Helvetica, sans-serif;
    color:    #FFFFFF;
    background-color:    #0066CC;

    }
#navbar a:link    {
    color: #FFFFFF;
    background: transparent;
    text-decoration: none;
    font-weight: bold;
    }

#navbar a:visited    {
    color: #FFFFFF;
    background: transparent;
    text-decoration: none;
    font-weight: bold;
    }

#navbar a:hover    {
    color: #ffc;
    text-decoration: underline;
    background: transparent;
    font-weight: bold;
    }

#navbar a:active    {
    color: #ffe;
    text-decoration: underline overline;
    background: transparent;
    font-weight: bold;
    }
#navbackgrd {
    padding:    10px 10px 0px 15px;
    font:    85%/1.25 geneva, Arial, Helvetica, sans-serif;
    color:    #000000;

    }
#navbackgrd a:link    {
    color: #efefef;
    background: transparent;
    text-decoration: none;
    font-weight: bold;
    }

#navbackgrd a:visited    {
    color: #efefef;
    background: transparent;
    text-decoration: none;
    font-weight: bold;
    }

#navbackgrd a:hover    {
    color: #ffc;
    text-decoration: underline;
    background: transparent;
    font-weight: bold;
    }

#navbackgrd a:active    {
    color: #ffe;
    text-decoration: underline overline;
    background: transparent;
    font-weight: bold;
    }
.highlight {
    background-color: #FFFF00;
    }
.smallguy {
    font-family:geneva, arial, helvetica, sans-serif;
    font-size: 10px;
    }
.mediumguy {
    font-family:geneva, arial, helvetica, sans-serif;
    font-size: 12px;
    }
.bigguy {
    font-family:geneva, arial, helvetica, sans-serif;
    font-size: 24px;
    }
.bigguybold {
    font-family:geneva, arial, helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    }
.mediumguybold {
    font-family:geneva, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    }
.smallguybold {
    font-family:geneva, arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    }

.bggreen {
    background-color:    #80FF80;
}

.bgred {
    background-color:    #FF8080;
}

.bgyellow {
    background-color:    #FFFF80;
}

.page-number{
	color:				#ffffff;
	background-color:	#cc9966;
	padding:    5px 10px 0px 10px;
	cursor:				pointer;
}

span.page-number:hover{
	color:				#000000;
	background-color:	#ffcc99;
	font-weight: 		bold;
	padding:    10px 10px 0px 10px;
}

.active{
	color:				#000000;
	background-color:	#ffcc99;
	font-weight: 		bold;
	padding:    10px 10px 0px 10px;
}

tr.ruled{
    background:#9cf;
}
div#buttonA {

    margin-left: 5px;

}

div#buttonA ul {

    margin: 0px;

    padding: 0px;

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 12px;

    line-height: 30px;

}

div#buttonA li {

    list-style-type: none;

    height: 30px;

    width: 125px;

    margin: 10px;

    text-align:center;

}

div#buttonA li a {

    text-decoration: none;

    height: 100%;

    width: 100%;

    display: block;

    background-color: #ff6666;

    border-style: solid;

    border-bottom-color: #cc0066;

    border-right-color: #cc0066;

    border-left-color: #ff9966;

    border-top-color: #ff9966;

}

div#buttonA li a:link {

    color: #000000;

    font-weight: bold;

    background-color: #999999;

    border-style: solid;

    border-bottom-color: #cc0066;

    border-right-color: #cc0066;

    border-left-color: #ff9966;

    border-top-color: #ff9966;

}

div#buttonA li a:visited {

    color: #000000;

    font-weight: normal;

    background-color: #999999;

    border-style: solid;

    border-bottom-color: #cc0066;

    border-right-color: #cc0066;

    border-left-color: #ff9966;

    border-top-color: #ff9966;

}

div#buttonA li a:hover {

    font-weight: bold;

    color: #FFFFFF;

    background-color: #777777;

    border-style: solid;

   border-bottom-color: #cc0066;

    border-right-color: #cc0066;

    border-left-color: #ff9966;

    border-top-color: #ff9966;

}

div#buttonA li a:active {

    font-weight: bold;

    color: #FFFFFF;

    background-color: #666666;

    border-style: solid;

    border-bottom-color: #cc0066;

    border-right-color: #cc0066;

    border-left-color: #ff9966;

    border-top-color: #ff9966;

}