body, TD, input, select, textarea
{
  font-family: verdana, arial;
  font-size: 8pt;
  color: #656565;
}

A:link
{
  color: #00457c;
}
A:visited
{
  color: #00457c;
}
A:hover
{
  color: #868106;
}

A.plain:link
{
  color: #00457c;
  text-decoration: none;
}
A.plain:visited
{
  color: #00457c;
  text-decoration: none;
}
A.plain:hover
{
  color: #868106;
  text-decoration: underline;
}

A.bulletinHome:link
{
  color: #00457c;
  text-decoration: none;
}
A.bulletinHome:visited
{
  color: #00457c;
  text-decoration: none;
}
A.bulletinHome:hover
{
  color: #00457c;
  text-decoration: underline;
}

A.bulletin:link
{
  color: #FFFFFF;
  text-decoration: none;
}
A.bulletin:visited
{
  color: #FFFFFF;
  text-decoration: none;
}
A.bulletin:hover
{
  color: #FFFFFF;
  text-decoration: underline;
}

BODY
{
  margin: 10px;
  padding: 10px;
  background-color: #003157;
  height: 100%;
}

div.box
{
  border: 1px solid gray;
  padding: 8px;
  background-color: #F4F4F4;
}

BLOCKQUOTE
{
  margin-left: 15px;
  margin-top: 8px;
  margin-bottom: 15px;
}

BODY.normal
{
  margin: 10px;
  padding: 10px;
  background-color: #FFFFFF;
}

.header
{
  font-size: 14px;
  text-transform: uppercase;
  color: #015697;
  font-weight: bold;
}

.subHeader
{
  font-size: 13px;
  text-transform: uppercase;
  color: #015697;
  font-weight: normal;
}

.paddedBorder
{
  padding: 3px;
  border: 1px solid gray;
  background-color: #FFFFFF;
}

DIV.lined
{
  padding: 3px;
  background-color: #EAEAEA;
  border-top: 1px solid #0077c0;
  border-bottom: 1px solid #0077c0;
}

#divList ul, ol
{
  margin-bottom: 8px;
  margin-top: 8px;
}
#divList li
{
  margin-bottom: 8px;
  margin-top: 8px;
}

ul, ol
{
  margin-bottom: 8px;
  margin-top: 8px;
}
li
{
  margin-bottom: 8px;
  margin-top: 8px;
}

DT
{
  font-weight: bold;
}
DD
{
  margin: 2px 0px 15px 10px;
}

hr
{
  height: 1px;
  color: Silver;
}

SPAN.highlight
{
  background: #ffff00;
  font-weight: bold;
}

.tinyText
{
  font-size: 9px;
}

.smallText
{
  font-size: 7pt;
}

.bigText
{
  font-size: 12px;
}

.largeText
{
  font-size: 16px;
}

.normalText
{
  font-size: 8pt;
  font-weight: normal;
  color: #656565;
  text-transform: none;
}

.blackBorder
{
  border: 1px solid black;
}

.subtle
{
  color: Gray;
}

.centerMe
{
  margin: 0 auto;
}
.centerContents
{
  text-align: center;
}
.centerContents table, .centerContents div
{
  margin: 0 auto;
}
.leftContents
{
  text-align: left;
}
.leftContents table, .leftContents div
{
  margin: 0;
}
.rightContents
{
  text-align: right;
}
.rightContents table, .rightContents div
{
  margin-left: auto;
  margin-right: 0px;
}


.floatLeft
{
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

.floatRight
{
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
}

.error
{
  font-weight: bold;
  color: red;
}

INPUT.btn, BUTTON.btn
{
  color: #6086B4;
  font-weight: bold;
  font-family: tahoma;
  font-size: 10px;
  cursor: pointer;
  text-align: center;
}

TD.top
{
  border: solid black;
  border-width: 1px 0px 0px 0px;
}
TD.right
{
  border: solid black;
  border-width: 0px 1px 0px 0px;
}
TD.bottom
{
  border: solid black;
  border-width: 0px 0px 1px 0px;
}
TD.left
{
  border: solid black;
  border-width: 0px 0px 0px 1px;
}
TD.leftTop
{
  border: solid black;
  border-width: 1px 0px 0px 1px;
}
TD.rightTop
{
  border: solid black;
  border-width: 1px 0px 0px 1px;
}
TD.N
{
  border: solid black;
  border-width: 1px 1px 0px 1px;
}
TD.U
{
  border: solid black;
  border-width: 0px 1px 1px 1px;
}
TD.C
{
  border: solid black;
  border-width: 1px 0px 1px 1px;
}
TD.inC
{
  border: solid black;
  border-width: 1px 1px 1px 0px;
}
TD.topBot
{
  border: solid black;
  border-width: 1px 0px 1px 0px;
}
TD.full
{
  border: solid black;
  border-width: 1px 1px 1px 1px;
}

/* slideshow image css-------*/
#slideshow
{
  position: relative;
}

#slideshow img
{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
/* end fade image css-------*/

/*DROP SHADOW*/
.dropshadow_outer
{
  float: left;
  clear: left;
  background: url(../Admin/Images/AlphaShadow.png) no-repeat bottom right !important; /* nice browsers (e.g. Firefox/Opera/Safari) ONLY notice this line*/
  background: none no-repeat top left; /* we need to clear the background graphic for the alphaloader to work in IE5.5 and 6 */
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='../Admin/Images/AlphaShadow.png');
  margin: 10px 10px 10px 10px;
}
.dropshadow_inner
{
  position: relative;
  bottom: 8px;
  right: 8px;
  margin: 0px;
}

.modalBackground
{
  background-color: #000;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

@media print
{
  .hideOnPrint
  {
    display: none;
  }
}

