
html {overflow-y: scroll;}

body
{
 text-align: center;
 background-color: #eeeeff;
 margin: 10px;
 font-family: Arial;
 font-size: 14px;
}

table
{
 text-align: left;
 border-collapse: collapse;
 padding:0px;
 margin-left:auto; margin-right:auto;
}

td 
{
 padding: 0px;
}

img
{
border-style: none;
}

.bannertitle
{
 text-align: center;
 color: #444444;
 font-family: calibri;
 font-weight: bold;
 font-size: 30px;
}


.subbannertitle
{
 text-align: center;
 color: #444444;
 font-family: calibri;
 font-weight: bold;
 font-size: 25px;
 
}

.emptytablerow
{
 height: 20px;
}

.menutotal
{
 text-transform: capitalize;
 vertical-align:top;
 font-family: arial;
}

a:link {text-decoration:none;}      /* unvisited link */
a:visited {text-decoration:none;}  /* visited link */
a:hover {text-decoration:none;color: #6666ff; text-decoration:underline}  /* mouse over link */

.menucell1
{
 font-size: 14px;
 vertical-align: center;
 background-color: #bbbbbb;
 height: 30px;
 padding-left: 10px; 
}

.menucell1over
{
 font-size: 14px;
 vertical-align: center;
 cursor:pointer;
 background-color: #eeeeff;
 height: 30px;
 padding-left: 5px; 
 font-weight: bold;
}

.menucell2
{
 font-size: 12px;
 vertical-align: center;
 background-color: #a4c6ff;
 height: 28px;
 padding-left: 10px;
}


.menucell2over
{
 font-size: 12px;
 vertical-align: center;
 cursor:pointer;
 background-color: #eeeeff;
 height: 28px;
 padding-left: 5px;
 font-weight: bold;
}

.menucell1discovery
{
 font-size: 14px;
 vertical-align: center;
 background-color: #bbbbbb;
 height: 30px;
 padding-left: 10px; 
 width: 80px;
}

.menucell1overdiscovery
{
 font-size: 14px;
 vertical-align: center;
 cursor:pointer;
 background-color: #eeeeee;
 height: 30px;
 padding-left: 5px; 
 font-weight: bold;
 width: 80px;
}

.menucell2discovery
{
 font-size: 12px;
 vertical-align: center;
 background-color: #99dd99;
 height: 28px;
 padding-left: 10px;
}


.menucell2overdiscovery
{
 font-size: 12px;
 vertical-align: center;
 cursor:pointer;
 background-color: #eeeeee;
 height: 28px;
 padding-left: 5px;
 font-weight: bold;
}


.bodyfirst
{
  text-indent: 0px;
  margin-top: 15px;
  margin-bottom: 10px;
}


.bodytext
{
  text-indent: 15px;
  margin-top: -7px;
  margin-bottom: 10px;
}

.newsbreak
{
  height: 5px;
  width: 300px;
 background-color: #3b82b6;
}

.newsbreakdiscovery
{
  height: 5px;
  width: 300px;
 background-color: #66aa66;
}


.intermenucell
{
 height: 3px;
 background-color: #555555;
}

.content
{
 background-color: #ffffff;
 vertical-align:top;
 width: 700px;
 padding-left: 50px; 
 padding-right: 30px; 
 padding-top: 0px;
}

.HeadA
{
 font-size: 25px;
 text-align: center;
 font-weight: bold;
 margin-top: 15px;
 margin-bottom: 0px;
}

.HeadB
{
 font-size: 18px;
 text-align: left;
 font-weight: bold;
 margin-top: 5px;
 margin-bottom: 0px;
}

.HeadC
{
 font-size: 14px;
 text-align: left;
 font-weight: bold;
 margin-top: 5px;
 margin-bottom: 0;
}

.superscript{font-size: 0.5em; vertical-align:top;} 
.subscript{font-size:0.5em; vertical-align:bottom;} 

.imgleft 
{
 float: left;
 padding: 6px 20px 6px 0px;
}

.border
{
 border:4px solid #3b82b6;
}

.borderdiscovery
{
 border:4px solid #66aa66;
}

.imgright 
{
 float: right;
 padding: 6px 0px 6px 20px;
}

.imgmid
{
    display: block;
    margin-left: auto;
    margin-right: auto;
		padding: 10px 6px 6px 6px;
}
.caption
{
  padding-left: 10px;
	padding-right: 10px;
  font-style: italic;
	margin-top: 2px;
	margin-bottom: 0px;
	
}

.disclaimer
{
 font-size: 12px;
 color: #000000;
 text-align: center;
}

.menuseparator
{
 color: #ffffff;
 font-weight: bold;
 vertical-align: middle;
}

.greenbold
{
 color: #006633;
}

table.downloads
{
  margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
}

table.downloads th
{
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}
table.downloads td {
	border-width: 1px;
	padding: 10px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}