﻿body 
{
	margin-bottom:0;
	margin-top:0;
	background-color: white;
}
td, p 
{
	font-family: Arial;
	font-size: 12px;
	color: #003366;
}
.highlighted {
	background-color: #F49633;
}
a.navMenu:link 
{
	text-decoration: none;
	color: black;
}
a.navMenu:visited 
{
	text-decoration: none;
	color: black;
}
a.navMenu:hover 
{
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold;
	/*background-color: #F49633;*/
	color: black;
	text-decoration: underline;	
}
.footer 
{
	padding: 5px; 
	background-color: #DCEDFB;
	font-size: 10px;
	border-top: 1px solid black;
}
.header 
{
    font-size: 13px;
    font-weight: bold;
}
.middlebox 
{
    background-color: #FFCF5A; 
    color: #003366;
    width: 138px; 
    height: 100px; 
    padding: 4px; 
    border: 1px solid #003366;
    font-weight: bold;
    text-align: center;
}

td#useTick {
	border-right: 1px solid #003366;
	border-bottom: solid 1px #003366;
	padding-top: 3px;
	padding-bottom: 3px;
}
td#useTickTop
{
   border-right: solid 1px #003366; 
}
td#useTickRSP {
   	border-right: 1px solid #003366;
	border-bottom: solid 1px #003366;
	padding-top: 3px;
	padding-bottom: 3px;
}
td#useTickDRP {
   	border-right: 1px solid #003366;
	border-bottom: solid 1px #003366;
	padding-top: 3px;
	padding-bottom: 3px;
}
td#useTickCU {
   	border-right: 1px solid #003366;
	border-bottom: solid 1px #003366;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.navMenu
{
	text-decoration: none;
	color: #0E335D;
	font-weight: bold;
}

.bodyAlign {
	background-color: #0E335D;
}


.lightBlueBackground {
	background-color: #DCEDFB; 
	padding: 10px; 
	width: 180px;
}

.pubSearchText 
{
    background-color: #DCEDFB;
    border: solid 1px #003366;
}
.pubSearchButton 
{
    background-color: #DCEDFB;
    border: solid 1px #003366;
}
.leftcol {
    background-color: white;
    width: 200px;
    padding-top: 10px;
    padding-left: 3px;
}
.resource {
    display: block;
    visibility: hidden; 
    border-left:solid 1px #003366; 
    border-right:solid 1px #003366;
    border-bottom:solid 1px #003366;
    width:200px; 
    background-color: #FFCF5A; 
    position: absolute; 
}
.resource2 {
    display: block;
    visibility: hidden; 
    border-left:solid 1px #003366; 
    border-right:solid 1px #003366;
    border-bottom:solid 1px #003366;
    width:145px; 
    background-color: #F49633; 
    position: absolute; 
}
.resourceItem {
    text-decoration: none;
    color: #003366;
    font-weight: bold;
}
.resourceTd {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
}
a.resourceItem:hover {
    color: white;
    text-decoration: underline;
}
/* 2006.07.27: Sheetal: The following was original style. 
body { margin: 8px; 
        font-family: arial;
        font-size: 11px; }
      td { font-size: 11px; }
      .mDefault { display: inline; }
      .mArticles { display: none; }
      .mSlides { display: none; }
      .mReference { display: none; }
      .mOther { display: none; }
      .table_head { 
        border-right: 1px solid #c0c0c0;
        border-bottom: 1px solid #c0c0c0;
        padding: 3px;
        font-weight: bold;
        text-align: center;
      }
      .table_data { 
        border-right: 1px solid #c0c0c0;
        border-bottom: 1px solid #c0c0c0;
        padding: 3px;
      }
      .table_data#center { text-align: center }
      .bulletmargin { margin: 10 10 0 -20; }*/
