@charset "UTF-8";
/* Aisha Williams December 2009*/
/*--------PAGE LAYOUT--------*/
/*---------------*/
/* Aisha Williams Mar 2009 *//* - - - - - - - - - - CSS RESET - - - - - - - - - - */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {   
	margin: 0;    
	padding: 0;    
	border: 0;   
	outline: 0;   
	font-weight: normal;    
	font-style: inherit;    
	font-family: inherit;    
	text-decoration: none;   
	 vertical-align: baseline;
}
html{
    font-size: 100.01%;
}
body {    
	font: 10pt  Arial, sans-serif ; /* default 1em = 16px; .875em = 14px  */
	background: #fff;
	text-align: left;
	color: #333;
}
#topFrame {
	color: #333;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #333;
}
#topFrame span{
	font-size: 14pt;
	visibility: visible;
}
#bottomFrame {
	display: none;
}
#footer {
	border-top: 2px solid #333;
	padding-top: 5px;
	font-size: 8pt;
}
#footer .fltRight{
	display: none;
}
/*---------------*/
/*--------HEADER INFORMATION--------*/
/*---------------*/
#header {
	display: none;
}

/*---------------*/
/*--------FLOATS--------*/
/*---------------*/
.fltRight {
	float: right;
	margin-left: 10px;
}
.fltLeft {
	float: left;
	margin-right: 10px;
}
.clearfloat {
	clear:both;
}
/*---------------*/
/*--------HTML TAGS--------*/
/*---------------*/
p, h4, h5, h6 {
     margin: .5em 0 .875em
} 
#mainContent h1 {
	font-size: 30pt;
}
#mainContent h2 {
	font-size: 22pt;
	margin: 1.5em 0 0;
}
#mainContent h3 {
	font-size: 18pt;
	margin: 1.25em 0 0em;
}
#mainContent blockquote {
	margin: 0 30px;
}
#mainContent li {
	margin-left: 30px;
}
#mainContent input, textarea {
	border: 1px solid #176aa4;
}
a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid;
}
a img{
	border: none;
}
hr{
	visibility: hidden;
}
/*---------------*/
/*--------CONTENT LAYOUT--------*/
/*---------------*/
#sidebar {
	display: none;
}
#mainContent {
	margin: 0;
}
.callOut {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.429em;
	font-style: italic;
	font-weight: bold;
	margin: 5px 0 15px;
}
.callOutH2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.429em;
	font-style: italic;
	font-weight: bold;
}
.callOutBook {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 5px;
}
.callOutGreenFrame {
	background: url(../images/siteimg_callOutGreenFrame.png) no-repeat top left;
	width: 840px;
	height: 130px;
	margin: 15px 0;
}
.threeColumns {
	float: left;
	width: 2.75in;
	margin: 20px 0 0 0;
}
.threeColumns p, .threeColumns h3 {
	padding: 0 30px 5px 5px;
}
.twoColumns {
	float: left;
	width: 380px;
	margin: 15px;
}
/*---------------*/
/*--------SUBNAV (left nav)--------*/
/*---------------*/

#totop, .addthis_toobox{
	display: none;
}

/*---------------*/
/*--------TABLES--------*/
/*---------------*/
.lineTable {
	width: 100%;
	border-collapse:collapse;
	page-break-inside: avoid;
}
.lineTable th {
	text-align: left;
	font-size: 0.714em;
	letter-spacing: 1pt;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}
.lineTable tr.underline td {
	
}
.lineTable tr.shaded td {
}
.lineTable tr.dkshaded td {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.lineTable tr.orange td {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2pt;
	color: #fff;
	background-color: #fbad23;
}
.lineTable tr.uppercase td {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .714em;
	letter-spacing: 2pt;
}
.lineTable td {
	padding: 3px 0px 3px 10px;
	height: 10px;
	vertical-align: top;
}
.lineTable li {
	margin-left: -30px;
}

