BODY {
	color:black;
	background-color:#ced3d5;
	font-family:arial;
	padding-top: 5px;
	margin-top: 5px;
	padding-left: 0px;
	margin-left: 1px;
}

FORM {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
}

/*************  main  **************/

table.main {
	background-color: #ced3d5;
	width: 940px;
	font-size: 10pt;
	FONT-FAMILY: arial;
}

.main A:link {
	FONT-FAMILY: arial;
	COLOR:#016bbd;
}

.main A:hover {
	FONT-FAMILY: arial;
	COLOR: #64747A;
}

.main A:visited {
	FONT-FAMILY: arial;
	COLOR:#336699;
}


/*************  side ads **************/

.sideadtable {
	border-collapse: collapse;
	width:160px;
	line-height: 150%;
/*	border: 0px solid #000000; */
	margin-bottom:5px;
}
.sideadlinks {
	font-size: 12px;
	font-family: arial;
	text-align: right;
	padding: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#ffffff;
}
.sideadheader {
	background-color: #E0D8D0;
	font-size: 12px;
	font-family: arial;
	text-align: center;
	font-weight: bold;
/*	border: 0px solid #000000; */
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}


/**********   content  *********/

.content
{
	font-family:Arial;
	font-size: 10pt;
	background-color: #FFFFFF;

}

.content A:link
{
	FONT-FAMILY: arial;
	COLOR: #016bbd;
}

.content A:hover
{
	FONT-FAMILY: arial;
	COLOR: #88959a;
}

.content A:visited
{
	FONT-FAMILY: arial;
	COLOR: #016bbd;
}

TD.content
{
	padding: 10px;
	text-align: left;
}


/********** adbrite css for text banners *********/

.adHeadline {font: bold 10pt Arial; text-decoration: underline; color: #0066BB;}
.adText {font: normal 10pt Arial; text-decoration: none; color: black;}
.adlink {font: bold 9pt Arial; text-decoration: underline; color: #0066BB;}


P {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10pt;
}

UL { 
	line-height: 150%; 
	font-family: arial; 
	text-align: left;
	font-size: 10pt;
}

TABLE.advice
{
	font-family:Arial;
	font-size: 11px;
	color:#002128;
}
.thiscode
{
	background-color:#bcccd8;
	border-style:solid;
	border-width:0;
	border-color:#9aaab4;
	padding:1pt;
}
.thiscode TR {
	background-color:#FFFFFF;
}
.footer {
	font-size:9pt;
	color:#333333;
	text-decoration:none;
}

.copyright {
	font-size:8pt;
	color:#666666;
	text-decoration:none;
}

/* dynamically shrink the menu with javascript */

table.mainmenu {
	max-width:940px;
	width:100%;
	_width:expression(document.body.clientWidth>940?'940px':'');
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* style the outer div to give it width */
.menu {
width:500px; 
font-size:0.85em;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
white-space: normal;
}
.menu ul ul {
width:100px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:100px;
position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:14px;
text-decoration:none; 
font-weight:bold;
color:#2952a7;
width:99px;
height:32px;
line-height:29px;
border:1px solid #fff;
border-width:1px 1px 0 1px;
text-align:center;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
font-size:11px;
font-weight:normal;
background:#d4d8bd; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:78px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:100px;
w\idth:78px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:100px;
w\idth:98px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
border:1px solid #000;
border-width:1px 1px 0 1px;
}
.menu :hover > a, .menu ul ul :hover > a {
border:1px solid #000;
border-width:1px 1px 0 1px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#e0d8d0; 
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65;
}
.menu ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}
.menu ul ul ul :hover > a {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0;
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:100px; 
top:0;
width:100px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-100px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

/* smaller down arrow */
.nabla {
font-size:12px;
}

/*************  navpathspan is the navigation path **************/

.navpathspan {
	display:block;
	font-weight:normal;
	font-family:sans-serif;
	text-decoration: none;
	text-align:center;
}

/*************  nav2 is the top and bottom nav tables **************/

table.nav2
{
	width: 100%;
	background-color: #e0d8d0 ; /* #e0d8d0 #000 */
	border:1px solid #000 ; /* #2952a7 #000 */
	border-width:1px 0 1px 0;
	float: left;
	padding-left: 10px; 
	font-family: arial;
	font-weight:bold;
	font-size:9pt;
	line-height: 14px;
	text-decoration: none;
}

table.nav2 a:link {
	font-family: arial;
	font-size:9pt;
	line-height: 14px;
	text-decoration: none;
}

table.nav2 a:hover {
	font-family: arial;
	font-size:9pt;
	line-height: 14px;	  
	text-decoration: underline;
}

table.nav2 a:visited {
	font-family: arial;
	font-size:9pt;
	line-height: 14px;	
	text-decoration: underline;
}


/*************  sidemenu is the header pages content directory **************/

table.sidemenu
{
	font-family:arial;
	background-color:#e0d8d0;
	border:1px solid #000;
	padding:8pt;
}

table.sidemenu A:link
{
	font-family: arial;
	color:#016bbd;
}

table.sidemenu A:hover
{
	font-family: arial;
	color: #88959a;
}

table.sidemenu A:visited
{
	FONT-FAMILY: arial;
	COLOR:#016bbd;
}


/*************  footer **************/

td.footer {
	font-size: 8pt;
	font-family: arial;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
.footer a:link {
	font-size: 8pt;
	font-family: arial;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
.footer a:hover {
	font-size: 8pt;
	font-family: arial;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
.footer a:visited {
	font-size: 8pt;
	font-family: arial;
	text-align: center;
	color: #000000;
	text-decoration: none;
}

/*************  ORIGINAL? **************/

.topofpage {
	border-style:solid;
	border-width:0px;
	padding:8pt;
	margin-bottom:2pt;
}

.valuedesc {
	font-weight:200;
}

.bigletters {
	font-size: 125%;
	font-weight: 700;
	padding-left: 10px;
}

.tagengname { 
	font-family: sans-serif;
}

.tagexample {
	font-family:monospace;
}

.attdescription {
	font-size:70%;
	font-weight:normal;
	font-family:sans-serif;
}

.attexample {
	font-family:monospace;
}

.parentmarkup {
	font-size:80%;
}

.path {
	font-family:'sans-serif';
	font-size:125%;
}

A.referback {
	font-size: 9pt;
	color: #2f3b3e;
	font-family: arial;
	text-decoration: none;
}

.sidenote {
	background-color: #66FF00;
	color: #000000;
	font-family: sans-serif;
	font-size: 100%;
	text-align: center;
}

.sidenote A:link {
	color: red
}

.sidenote A:visited {
	color: red
}

PRE.exampletext
{
	background-color:#edf1f3;
	border-style:solid;
	border-width:1px;
	border-color:#9aaab4;
	padding:4pt;
	text-align:left;
	margin-left:10px;
	margin-right:6px;
}

.examplenumbers {
	color:teal;
	font-weight:600;
}

PRE.examplenumbers {
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-color:white;
	white-space: pre;
}

PRE.exampletext I {
	color:gray;
}

EM.examplecode {
	color:#009999;
	font-style: normal;
	font-family: monospace;
	font-weight:bold;
}

UL.tagsupp {
	font-family: sans-serif;
	font-size:85%;
	margin-top:0ex;
	margin-bottom:1ex;
}

H1 {
	font-size:150%;
	padding-left: 10px;
	text-align: left;
}
H2 {
	font-size:150%;
	padding-left: 10px;
	text-align: left;
}
H3 {
	padding-left: 10px;
	text-align: left;
}

H4 {
	padding-left: 10px;
	text-align: left;
}
H5 {
	padding-left: 10px;
	text-align: left;
}

.HeadLine {
	font-family:sans-serif;
	font-size:120%;
}

.inset {
	font-size:80%;
	font-family:sans-serif;
	background-color:#99CCFF;
}

.inset H1 {
	font-size:150%;
}

.inset H2 {
	font-size:110%;
}

.quotes {
	text-align:center;
	font-family:sans-serif;
	font-size:80%;
}

.quotes H2 {
	font-size:110%;
}

.quotes A {
	font-style:italic;
	font-size:90%;
}

DL.def DT {
	font-weight:800;
	font-size:120%;
	text-align: left;
}

DL.def DD {
	padding-bottom:7pt;
}

.widetable TH,.widetable TD {
	padding-left: 25px;
}

.leftcell {
	padding-left: 0pt;
}

.gen {
	font-family:Arial;
	font-size: 11pt;
	color:#002128;
	width: 90%;
	background-color:#edffdf;
	border-style:dotted;
	border-width:1px;
	border-color:#7a8373;
	padding:12pt;
	margin-bottom:8pt;
}

.searchinput, .searchinput SELECT, .searchinput INPUT {
	font-size:8pt;
}

.unframe {
	font-family:sans-serif;
	font-size:130%;
}

.seealso {
	border-style:solid;
	border-width:1px;
	border-color:black;
	background-color:#33CC00;
	padding:2pt;
	margin-bottom:8pt;
	font-family:sans-serif;
	font-size:10pt;
}

.seealso UL {
	margin-top:1pt;
}

.superem {
	border-style:ridge;
	border-color:#00FF00;
	margin-left:15pt;
	margin-right:15pt;
	margin-bottom:10pt;
	padding-left: 10px;	
}

.superem H2 {
	font-family:sans-serif;
	font-size:120%;
	color:#330099;
	margin-top:0;
}

.seealso H2 {
	font-family:sans-serif;
	font-size:110%;
	margin-top:0;
}
.formenhance {
	border-style:solid;
	border-width:2pt;
	border-color:blue;
	margin-left:10%;
	margin-right:10%;
	font-family:sans-serif;
	text-align:center;
}


/* supplemental pages, contents listing */

.suppcontents {
	background-color:#bff9f4;
	font-size:11px;
	font-family:arial;
	margin-right:10pt;
}
.suppcontents A:link
{
	FONT-FAMILY: arial;
	COLOR:#016bbd;
}
.suppcontents A:hover
{
	FONT-FAMILY: arial;
	COLOR: #88959a;
}
.suppcontents :visited
{
	FONT-FAMILY: arial;
	COLOR:#016bbd;
}

.suppcontents H2 {
	font-size:10px;
}

.suppcontents LI {
	list-style:none;
}

