/* CSS Document */

body {

 margin: 0;
 padding: 0;
 font-family:Arial, Helvetica, sans-serif; font-size:0.9em;
 color: black;
 /*border-right: 1px solid black;
 border-bottom: 1px solid black;*/
 text-align:left;
  
}

h1 {font-size:1.25em; padding-top:10px; text-align:center;}
h2 {font-size:1.1em; padding-top:20px;}
h3 {font-size:0.9em; text-decoration:underline;}

#subHead {font-size:1.1em; font-weight:bold;}

#Formula span{
 display:none;
 color:#000000;
}

#Formula a:visited{color:#000000;}
#Formula a:hover {visibility:visible;}
#Formula a:focus span {display:block;}
#Formula a:active {display:block;}

ul.ui-autocomplete.ui-menu{
	font-size:0.9em;
}

#search {
	padding-left:20px;
	padding-bottom:5px;
	font-weight:bold;
	line-height:220%;
}

table {
 border-collapse:collapse;
 text-align:center;
 margin-top:1em;
}
td, th {border:1px solid black; }

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	vertical-align: bottom;
	position: relative;
	bottom: 1ex;
	
}

#titlesup { 
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	vertical-align: bottom;
	position: relative;
	top: -2em;
	bottom: 1ex;
	font-size:0.55em;

}

a:link {
text-decoration : none;
}
a:visited {
text-decoration : none;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#header {
 height:87px;
 background-image:url(header.jpg);
 background-repeat:no-repeat;
 background-color: #bfe9f7;
 border-bottom: 1px solid #333;
}

#BannerRightText {position:absolute; top:0; right:0; font-size:1em;}
#BannerMainText {font-size:2.7em; text-align:center; font-family:Sylfaen;}
#BannerSubText {font-size:1em; text-align:center;}

#columnLeft{position:absolute; left:0; width: 189px; padding-top: 1em; background-color:#EDEDED;  font-size:13px;}

#mainNav {
list-style : none;
margin : 0;
padding : 0;
width : 178px;
margin-bottom : 10px;
border-right:1px solid #e3e3e3;
border-top:1px solid #e3e3e3;
margin-top:9px;
padding-left: 5px;
font-weight:bold;
}

#mainNav a, #mainNav a:visited {
display: block;
color:#000000;
border-left:1em solid #E3E3E3; border-bottom:2px solid #E3E3E3;
padding: 4px 0px 0px 4px;
}
#mainNav a:hover {
text-decoration : none;
border-color: #00AEEF; color: #FFF; background: #CCCCCC;
}
#mainNav a.selected {
 border-color: #00AEEF;
 
}

#subscribe {
list-style : none;
margin : 0;
padding : 0;
width : 178px;
margin-bottom : 5px;
border-right:1px solid #e3e3e3;
border-top:1px solid #e3e3e3;
margin-top:9px;
padding-left: 5px;
font-weight:bold;
font-size:1.1em;

}

#subscribe a, #subscribe a:visited {
display: block;
color:#000000;
background:#6699CC;
/*border:2px solid red;*/
/*border-left:1em solid #E3E3E3; border-bottom:2px solid #E3E3E3; */
border-left:1em solid #E3E3E3; border-bottom:2px solid #E3E3E3;
padding: 4px 6px 6px 4px;
}
#subscribe a:hover {
text-decoration : none;
border-color: #00AEEF; color: #FFF; background:#6699CC; border-bottom:2px solid #00AEEF;

}
#subscribe a.selected {
 border-color: #E3E3E3;
 
}

#myNEWTbutton {
list-style : none;
margin : 0;
padding : 0;
width : 178px;
margin-bottom : 5px;
border-right:1px solid #e3e3e3;
border-top:1px solid #e3e3e3;
margin-top:9px;
padding-left: 5px;
font-weight:bold;
font-size:1.1em;

}

#myNEWTbutton a, #myNEWTbutton a:visited {
display: block;
color:#000000;
background:#99FF99;
/*border:2px solid red;*/
/*border-left:1em solid #E3E3E3; border-bottom:2px solid #E3E3E3; */
border-left:1em solid #E3E3E3; border-bottom:2px solid #E3E3E3;
padding: 4px 6px 6px 4px;
}
#myNEWTbutton a:hover {
text-decoration : none;
border-color: #00AEEF; color: #000000; background:#99FF99; border-bottom:2px solid #00AEEF;

}
#myNEWTbutton a.selected {
 border-color: #E3E3E3;
 
}

#subMenu {
list-style : none;
margin : 0;
padding : 0;
width : 175px;
margin-bottom : 10px;
text-align: left;
font-size:12px;
background:#EDEDED;
font-weight:normal;
}

#subMenu a, #subMenu a:visited {
display: block;
color:#000000;
border-left:1em solid #d9d9d9; border-bottom:2px solid #E3E3E3;
padding: 4px 0px 0px 4px;
}
#subMenu a:hover {
text-decoration : none;
border-color: #00AEEF; color: #FFF; background: #CCCCCC;
}

#columnExtra {
 position:absolute;
 right:0;
 width:200px;

}

#columnRight {
 height: auto !important;
 height: 600px;
 min-height: 600px;
 padding-top: 1em;
 padding-bottom:2em;
 padding-left:1em;
 margin:0 200px 0 0px;
 border-left: 189px solid #EDEDED;
 
}

#columnRight ul {
 list-style:none;
 text-align: left;
 margin:0;
 padding:0 0 0 10px;
 line-height:1.4em;
 
}

#intro {
 width:760px;
 padding-top: 1em;
 padding-bottom:4em;
 padding-left:1em;

}

#centeredImage {
 text-align:center;
 display:block;
}

/*#spacer {
	padding-bottom:10em;
}

#spacer2 {
	padding-top:2em;
}*/

#TableData {
 text-align:left;
 margin-bottom:0.8em;
 }

#TableData td {
 border:none;
 padding: 0 0.5em 0 0.5em;
}

#TablemyNEWT {
 text-align:left;
 margin-bottom:0.5em;
 }

#TablemyNEWT td {
 border:none;
 padding: 0 0.0em 0 0.0em;
}

#TableSub {
 text-align:left;
 margin-bottom:1em;
 margin-top:2em;
}

#TableSub td {
 padding:1em;
 background:#6699cc;
}

#imagecenter {
 text-indent:75px;
}

#References {
 font-size:0.9em;
}

#BNFTable {
	border-collapse:collapse;
	vertical-align:text-top;
	text-align:left;
	margin-bottom:0.8em;
	border:1px solid black;
	width:100%;
}

#BNFTable td {
	top:auto;
	padding:0.5em;
	vertical-align:text-top;
	border:none;
}

#BNFTable th {
	padding:0.5em;
}


.TDLO {
	text-align:center;
	margin-bottom:2em;
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

.TDLO td {
 border:none;
 background-color:#FFFFFF;
 }

.TDLO td:hover {
 text-decoration : none;
 background-color: #EEEEEE;
}

.TDLO a:visited {
	color:#0000ff;
}

.myNEWT {
	font-family: Freestyle Script,Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height:0.5em;
}

.myNEWTimg {
	padding-left:10px;
	border:0;
	border-style:none;
}

.myNEWTheader {
	font-size:1.1em; 
	font-weight:bold;
}

#Monolistings {
 width: 700px;
 line-height:2;
 
}

#Monolistings li {
 display:inline;
 list-style:none;

}

#Monolistings ul a {
 padding: 0.2em;
}

#BNFDisclaim {
	font-size:0.75em;
}

#bullet {
	list-style:circle;
	list-style-type:circle;
}

#liststyle li {
	list-style-type:square;
	list-style-position:inside;
	padding-left:15px;
}

#Updated {
 border-left: 189px solid #EDEDED;
 padding-left:2em;
 padding-bottom:1em;

}

#ie6TrustLogo {
 clear:both;
 position:absolute;
 bottom:0;
 text-align:center;
 padding:1em;
}

#ie6Disclaimer { 
 position:absolute;
 bottom:0;
 text-align:center;
 margin-left:140px;
 padding:1em;
 width:550px;
 font-size:0.68em;
 height:96px;

}


#TrustLogo {
 clear:both;
 float:left;
 width:123px;
 padding:1em;

}

#Disclaimer { 
 float:left;
 margin-left:40px;
 padding:1em;
 width:550px;
 font-size:0.68em;
 height:96px;

}
