/* STYLES FOR ID */
#entirePage {
  z-index: 1;
}

#scriptWarning {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
  padding: 5px;
  position: relative;
  top: 0px;
  left:0px;
  width: 100%;
  background-color: #FFFFCC;
}

#viewPort {
  background-color: #FFFFFF;
  border: rgb(127, 127, 127) solid 2px;
  position: relative;
  top: 25px;
  left: 25px;
  width: 700px;
}

#header {
  position:relative;
  width: 100%;
  border-bottom: rgb(127, 127, 127) solid 2px;
  background-image: url(../images/menu/menu_bg.gif);
  background-repeat: repeat-x;
  background-position: top left;  
  white-space: nowrap;
  height: 25px;
}

#headerMenu {
  position: relative;
  padding-right: 5px;
  text-align: right;
  float: right;
}

#headerLogo {
  position: relative;
  padding-left: 5px;
  text-align: left;
  float: left;
}

.menuList {
  list-style-type: disc;
  margin: 0px;
}

.menuList li {
  display: inline;
  margin: 0px;
  padding: 0px ;
  border: 0px;
}

#content {
  background-image: url(../images/backgrounds/bg_top_left.gif);
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 50px;
  z-index: 0;
}

#prettyBlocks {
  position: relative;
  margin-left: 175px;
}

#contentHeader {
  position: relative;
  margin-left: 175px;
  padding-bottom: 5px;
}

#mainContent {
}

#contentBody {
  position: relative;
  margin-top: 25px;
  margin-left: 175px;
  margin-right: 100px;
}

#contentFooter {
  text-align: right;
}

#footer {
  border-top: rgb(127, 127, 127) solid 2px;
  position: relative;
  left: 25px;
  width: 702px;
  min-height: 25px;
  
}

#compliance {
  position: relative;
  text-align: right;
  vertical-align: top;
  margin-top: 25px;
}

#statusBar {
  position: relative;
}

#statusBarLeft {
  float: left;
  width: 400px;
  overflow: visible;
  margin-left: 5px;
  margin-top: 3px;
}

#statusBarRight {
  float: right;
}

#footerIcon {
}

/* STYLES FOR TYPES OF ELEMENTS WITH IDS */

div#leftNavigation {
  position: relative;
  float: left;
  z-index: 99;
  margin-top: 75px;
}


/* STYLES FOR CLASSES */

.small {
  font-size: 10px;
}

.topMargin {
  margin-top: 25px;
}

.bottomMargin {
  margin-bottom: 25px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.top {
  vertical-align: top;
}

.middle {
  vertical-align: middle;
}

.bottom {
  vertical-align: bottom;
}

.noBullet {
  list-style-type: none;
}

.hPad {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.nobr {
  white-space: nowrap;
}


/* STYLES FOR TYPES OF ELEMENTS WITH CLASSES */

div.hiddenMsg{
  position: absolute;
  width: 0px ;
  height: 0px;
  left: 0px;
  top: 0px;
  visibility: hidden;
  background-color: transparent;
}

/* STYLES FOR ELEMENT TYPES */ 


body {
  background-color: #EEEEEE;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;  
  border: 0px;
  margin: 0px ;
  padding: 0px ;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

img {
  border: 0px;
  margin: 0px ;
  margin-bottom: -3px;
  padding: 0px ;
}

blockquote {
  font-family: Courier New, Courier, monospace;
  font-style: italic;
  font-size: 12px;  
}

a {
  color: #000099;
  text-decoration: none;     
  font-weight: bold;
  margin: 0px ;
  padding: 0px ;
  border: 0px;  
}

a:link { /* unvisited link */
  color: #000099;  
}     

a:visited { /* visited link */
  color: #555555;
}

a:hover { /* mouse over link */
  color: #FF6600;
  text-decoration: underline;     
}

a:active { /* selected link */
}