/* General CSS used to format the whole page. */
/* Note about colours: */
/*   Main content background colour = #EBEBEF  */
/*   Blue headers (and icons) colour = #319ACE   */
/*   Dark blue of TOG logo = #0030CE */
/*   Blue of icons colour = #31669C */
/*   Grey background colour = #E8E8E8 */

body {
   scrollbar-3dlight-color: #FFFFFF;
   scrollbar-arrow-color: #97AABA;
   scrollbar-darkshadow-color: #FFFFFF;
   scrollbar-face-color: #F2F5F7;
   scrollbar-highlight-color: #B2C3D0;
   scrollbar-shadow-color: #B2C3D0;
   scrollbar-track-color: #FFFFFF;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt; 
   font-style: normal; 
   color: #000000;
   background: #FFFFFF;
   font-weight: normal;
   margin: 0em 0em 0em 0em;
}

table {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt; 
   font-style: normal;
   color: #000000;
   font-weight: normal;
}

/* CSS for formatting the Main Contents of the page. */
.page-contents #pagebody {
   padding: 1em 1em 1em 1em;
   vertical-align: top;
   background-image: url(../images/graymidbottom.gif);
}
.page-contents #mainrightimage {
   display: block;
   float: right;
   margin: 1em;
}


/* CSS for the Menu bar near the top of the page. */
#menu-bar1 td {
   height: 21px;
   text-align: center;
   font-weight: bold;
}
#menu-bar1 ul {
   list-style: none;
   display: inline;
   white-space: nowrap;
   margin: 0;
}
#menu-bar1 li {
   display: inline;
   color: #FFFFFF;
}
#menu-bar1 li.selected {
   color: #CCFFFF;
}
#menu-bar1 a {
   text-decoration: none;
   color: #FFFFFF;
}
#menu-bar1 a.selected {
   text-decoration: none;
   color: #CCFFFF;
}
#menu-bar1 a:hover {
   color: red;
}
/* and the 2nd menu bar (identical to the first) */
#menu-bar td {
   height: 21px;
   text-align: center;
   font-weight: bold;
}
#menu-bar ul {
   list-style: none;
   display: inline;
   white-space: nowrap;
   margin: 0;
}
#menu-bar li {
   display: inline;
   color: #FFFFFF;
}
#menu-bar li.selected {
   color: #CCFFFF;
}
#menu-bar a {
   text-decoration: none;
   color: #FFFFFF;
}
#menu-bar a.selected {
   text-decoration: none;
   color: #CCFFFF;
}
#menu-bar a:hover {
   color: red;
}


/* CSS for the section headers. */
.section-header td {
   height: 21px;
   color: #CCFFFF;
   text-align: center;
   font-weight: bold;
}

/* CSS for the section footers. */
.section-items ul {
   padding-left: 1.0em;
   margin: 1.25em;
   white-space: nowrap;
   list-style-image: url(../images/bwhite.gif);
}
.section-items li {
   padding-bottom: 0.5em;
   padding-left: 0em;
}
.section-items a {
   padding-left: 0.5em;
   padding-right: 0.5em;
   text-decoration: none;
   color: #FFFFFF;
   background-color: #319ACE;
   border: 2px solid #D6D3D6;
   font-style: normal;
}
.section-items a:hover {
   color: red;
}

   
/* CSS for the section footers. */
.section-footer td {
   height: 21px;
   color: #FFFFFF;
   text-align: center;
   font-weight: none;
}
.section-footer a {
   color: #FFFFFF;
}


/* CSS for the billboard. */
#billboard {
}
#billboard b {
   color: #4169E1;
}
.billboard-show {
}
.billboard-hide {
   display: none;
}

.popupnav {
   margin: 12px;
   width: 100px;
   margin-right: 0;
}

#close-link {
  text-transform: uppercase;
}

/* Main content highlighting */
.faq-items li {
   padding-bottom: 1.0em;
   padding-left: 0em;
}
.faq-subitems li {
   padding-top: 0.25em;
   padding-bottom: 0em;
   padding-left: 0em;
}

.inlinelink {
	text-decoration: none;
	background-color: #97aaba;
	border: 2px solid #CCCCCC;
	font-weight: normal;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 8pt;
}
H2  			
{
color:#31669C;
font-size:150%
}


H3  			
{
color:#31669C;
font-size:125%
}

B {
 color: #31669C;
 font-weight: bold;
}
.highlightText {
 color: #0030CE;
 font-weight: normal;
}

