html {
  overflow-y: scroll;
}

body {
  font-family: Arial, Helvetica, sans-serif, Trebuchet MS;
	background-color: #E0E0DD;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS;
	color: #000000;
}

.center {
  width: 960px;
  position:absolute;
  top: 20px;
  left: 50%;
  margin-left: -480px;
}

.header {
    width: 100%;
    height: 80px;
    background: url('/img/page/headbg_100x80.png') repeat-x;
}

.headtopRight {
    width: 5px;
    height: 5px;
    background: url('/img/page/pageround_topright_5x5.png') no-repeat;
    float: right;
}

.headtopLeft {
    width: 5px;
    height: 5px;
    background: url('/img/page/pageround_topleft_5x5.png') no-repeat;
    float: left;
}

.bottomLeft {
    width: 7px;
    height: 7px;
    background: url('/img/page/pageround_bottomleft_7x7.png') no-repeat;
    float: left;
    position: relative;
}

.bottomRight {
    width: 7px;
    height: 7px;
    background: url('/img/page/pageround_bottomright_7x7.png') no-repeat;
    float: right;
    position: relative;
    left: 2px;
}

.logo {
  position:relative;
  top: 10px;
  left: 5px;
}

.headmenu {
    width: 100%;
    height: 31px;
    background: url('/img/page/menubg_100x31.png') repeat-x;
    vertical-align: middle;
    text-align: left;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: medium;
}

.headMenuItem {
  font-size: small;
  color: rgb(255, 255, 255);
  border-right: 1px solid #2F90BB;
}

div.headMenuItem {
  border-right: 0px;
}

.headMenuItemHighlighted {
  font-size: small;
  color: rgb(255, 255, 255);
  border-right: 1px solid #2F90BB;
  background-color: rgb(26, 122, 176);
  cursor: pointer;
}

.subMenuItem {
  padding-top: 2px;
  padding-bottom: 2px;
  border-top:1px dotted #2F90BB; 
  font-size: small;
  color: rgb(255, 255, 255);
  background-color: rgb(26, 122, 176);
  cursor: pointer;
}

.subMenuItemHighlighted {
  padding-top: 2px;
  padding-bottom: 2px;
  border-top:1px dotted #2F90BB;
  font-size: small;
  color: rgb(255, 255, 255);
  background-color: rgb(1, 98, 144);
  cursor: pointer;
}

.sideMenuItem {
  padding-top: 2px;
  padding-bottom: 2px;
  border-top:1px dotted #2F90BB; 
  cursor: pointer;
}

.content {
  background-color: rgb(255, 255, 255);
}

.contentInline {
  width: 99%;
  position: relative;
  left: 0.5%;
}

.footer {
  background-color: rgb(255, 255, 255);
}

.clears {
    clear: both;
}

.blue {
  color: rgb(1, 137, 205);
}

.gold {
  color: rgb(201, 131, 35);
}

.black {
  color: rgb(0, 0, 0);
}

.white {
  color: rgb(255, 255, 255);
}

.comment {
  font-size: small;
  font-weight: normal;
}

.table_text {
  font-size: small;
}

.blue_heading {
  
  font-size: large;
  color: rgb(1, 137, 205);
}

.img_intro {
  margin-left: -0.5%;
}

.navlink {
  color: rgb(1, 137, 205);
  cursor: pointer;
}

.hand_pointed {
  cursor: pointer;
}

.cur_default {
  cursor: default;
}

.red {
  color: rgb(255, 0, 0);
}

.window_header {
    background: url('/img/page/menubg_100x31.png') repeat-x;
}

.outlined {
  filter:glow(color=FFFF00,strength=3);
  width:100%;
}


.PopBoxImageSmall
{
	border: none 1px #ffffff;
	cursor: url("/img/page/magplus.cur"), pointer;
}

.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("/img/page/magminus.cur"), pointer;
}

.PopBoxImageShrink
{
	cursor: url("/img/page/magminus.cur"), pointer;
}

.PopBoxImageLink
{
	cursor: pointer;
}

.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}