/*/*/

body
{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10pt;
}

body.home div
{
		visibility: hidden;
}

ul
{
	list-style: disc;
}

ul ul
{
	list-style: circle;
}

ul ol
{
		list-style: lower-roman;
}

ol
{
	list-style: decimal;
}

ol ol
{
	list-style: lower-roman;
}

ol ul
{
	list-style: circle;
}

li
{
	margin-top: 0px;
	margin-bottom: 18px;
}

li p
{
	margin-top: 0px;
	margin-bottom: 18px;
}


a
{
	color: #0022aa;
	text-decoration: none;
	padding: 1px;
}

a img
{
border: 0px;
}

form
{
margin: 0px;
padding: 0px;
}

sup
{
	line-height: 10px;
	font-size: 8pt;
	vertical-align: top;
}

em 
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

img.inline
{
float: left;
margin-right: 2px;
}

#masthead
{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 240px;
	height: 90px;
	color: #ff0033;
	background-color: #ffffff;
	border: 1px solid #ff0033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	z-index: 2;
}

#masthead span
{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32pt;
}

#content
{
	position: absolute; 
	top: 110px;	
	left: 5px;
	clear: both;
	width: auto;
}

#content #header h1
{
	display: block;
	clear: both;
	width: 100%;
	font-family: Arial,  Helvetica, sans-serif;
	font-size: 22pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 4px;
	}

#content #header h2
{
	font-size: 16pt;
	font-family:  Arial,  Helvetica, sans-serif;	
	text-transform: none;
	margin-top: 0px;
	margin-bottom: 2px;
}

#content h3
{
	display: block;
	font-weight: bold;
	font-family: Verdana, Arial,  Helvetica, sans-serif;	
	font-size: 9pt;
	margin-top: 12px;
	margin-bottom: 12px;
}

#content p
{
	margin-top: 10px;
	margin-bottom: 10px;	
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	page-break-inside: avoid;
}

#content p.description
{
	text-align: justify;
	margin-left: 20px;
	font-style: italic;
	font-size: 9pt
}

#content p.footnote
{
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 8pt;
}



.screenonly
{
	visibility: hidden;
	width: 0px;
	height: 0px;
	display: none;
}


#archive h1
{
	display: block;
	clear: left;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Arial,  Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-transform: uppercase;
}

#archive h2
{	
	display: block;	
	margin-top: 2px;
	margin-bottom: 6px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

#archive h3
{
	display: block;	
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;	
	font-family: Verdana, Arial,  Helvetica, sans-serif;	
	font-size: 9pt;
}

div.sectionbreak
{
	width: 100%;
	clear: both;
	height: 4px;
	line-height: 4px;
	font-size: 2pt;
	margin-top: 10px;
	margin-bottom: 10px;
}


div.trick
{
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

#nav
{
visibility: hidden;
}

.inset1
{
	width: 110px;
	float: right;
	text-align: center;
	font-weight: bold;
	font-size: 7pt;
	margin-bottom: 4px;
}

.inset2
{
	width: 110px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 7pt;
	margin-bottom: 4px;
}

.inset1 img
{
	margin-bottom: 1px;	
	margin-right: 5px;
	margin-left: 5px;
}

.inset2 img
{
	margin-bottom: 1px;	
	margin-right: 5px;
	margin-left: 5px;
}


.relatedhead
{
	display: block;
	width: 106px;
	border: 1px solid #ff0033;
	padding: 1px;
	color: #ff0033;
}

.relatedbox
{
	display: block;
	width: 106px;
	border: 1px solid #ff0033;
	padding: 1px;
	margin-top: 2px;
	font-weight: normal;
	text-align: left;
}

.relatedbox a
{
	float: right;
}


.audiohead
{
	display: block;
	width: 106px;
	background-color: #003399;
	background-image: url('background_audio.gif');
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #003399;
	padding: 1px;
	color: #ffffff;
}

.audiobox
{
	display: block;
	width: 106px;
	border: 1px solid #003399;
	padding: 1px;
	margin-top: 2px;
	font-weight: normal;
	text-align: left;
}


.audiobox img
{
	float: left;
	margin: 0px;
	padding: 0px;
}
	
	
.subtext
{
	width: 360px;
	margin-left: 120px;
	margin-right: 120px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.subtext img
{
	float: right;
}


.footer
{
	width: 100%;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 16px;
	font-size: 8pt;
}

.printonly
{
	display: block;
}
.wordsearch
{
	font-family: Courier;
	white-space: pre;
	font-size: 14px;
	text-transform: uppercase;
	width: 220px;
	height: 230px;
	border: 1px solid #000000;
	margin: 4px;
	letter-spacing: -2px;
	
}