/* $Id: home-import.css,v 2.1 2002/12/05 14:46:37 slesch Exp $ */
.reviewhead {
	font-family : sans-serif;
	color : #000000;
	font-size : 12pt;
	padding-bottom: 0px;
	font-weight: bold;
}

/* for tiny text, photo captions, footnotes, etc. */
.caption{
    font-family : "Verdana", sans-serif;
    font-size : 10px;
    font-style: italic;


}
#photocaptionwide{
    font-family : "Verdana", sans-serif;
    font-size : 10px;
    color:#EA8A4F;
	background-color:#000000;
}
.marginsHead {
	font-size : 16px;
	font-family : "Trebuchet MS", sans-serif;
	background:#BB530A;
	padding-left:2px;
	}

/* borders - unused as of 3/12 */

.sidebar  {

border-style : solid;
border-color : #d8d8d8;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px

}

.floatsidebar{
float: clear;
border-style : solid;
border-color : #d8d8d8;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px
width: 75px;
height: 300px;
overflow: auto;
position: absolute;
left: 650;
top: 250;
padding: 1px;

}

.border  {
border-style : solid;
border-color : #d8d8d8;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px
}


.borderbg
{
	font-family : "Verdana", sans-serif;
	font-size : 13px;
	color:#000000;
	font-weight: bold;
	background-color:#ffcc00;
}



.altBorder  {
border-style : solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px
}


/*standard use wherever you want something a tad smaller than regular content*/
.small  {
	font-family : "verdana", sans-serif;
	font-size : 12px;
}

/*same font style as right block */
.rightfont {
 		font-family : "Verdana", sans-serif;
		font-size : 13px;
		color:#ffffff;

}

		

/******** Basic  html formating ********/
p,div,td,ul,ol {
	font-family : "Verdana", sans-serif;
	font-size : 13px;
}


H1  {
	font-family : "Fine Hand, Courier New, cursive", sans-serif;;
	color :#000000;
	font-size : 15pt;
	padding-top:0px;
	margin-bottom : 2px;
}

H2  {
	font-family : "Fine Hand, Courier New, cursive", sans-serif;
	color :#000000;
	font-size : 13pt;
	line-height: 1;
	padding-top:2px;
	margin-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
}

H3  {
	font-family : "Fine Hand, Courier New, cursive", sans-serif;
	color : #000000;
	font-size : 13pt;
	line-height: 1;
	padding-bottom: 0px;
}

A  {

	text-decoration : none;
}
A:Visited  {

	text-decoration : none;
}

A:Hover  {
	color :#ffcc00;
	text-decoration : none;
}
A:Active {
	color : red;
	text-decoration : none;
}

ol  {
	font-family : "Verdana", sans-serif;
	font-size : 13px;
}
ul  {
	font-family : "Verdana", sans-serif;
	font-size : 13px;
	type:square;
}

/* ******************  printing  ************** */

@media print {
   h1, h2, h3,
   h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }
   blockquote,
   pre           { page-break-inside: avoid }
   ul, ol, dl    { page-break-before: avoid }
   .navbar       { background-color: #fff; color: #000; border-color: #000; 
border-width: 1px; }
   a.navlink, a.bannerLink     { font-weight: normal }
}
div.item ul li {
  margin-left: 12px;
  font-family : "Verdana", sans-serif;
}

.subcontent {
	background:  #F0F0d0;/*#F2F2E1*/
	font-family : "Verdana", sans-serif;
	font-size : 13px;
	padding-left:2px;
	margin-left : 6px;
}


/* ******************  speech  ************** */

@media aural {
   h1, h2, h3,
   h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }
   h1            { pitch: x-low; pitch-range: 90 }
   h2            { pitch: x-low; pitch-range: 80 }
   h3            { pitch: low; pitch-range: 70 }
   h4            { pitch: medium; pitch-range: 60 }
   h5            { pitch: medium; pitch-range: 50 }
   h6            { pitch: medium; pitch-range: 40 }
   li, dt, dd    { pitch: medium; richness: 60 }
   dt            { stress: 80 }
   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   dfn           { pitch: high; pitch-range: 60; stress: 60 }
   s, strike     { richness: 0 }
   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   u             { richness: 0 }
   a:link        { voice-family: harry, male }
   a:visited     { voice-family: betty, female }
   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}

