﻿
DIV.pageTop, DIV.pageTopNav, DIV.pageBody, DIV.pageFooter
{
  margin:0 auto;
}

DIV.pageTop
{
  width:762px;
}

DIV.pageTopNav
{
  width:761px; 
  height:19px;
  padding:1px 0 0 1px;
  border-width:1px;
}

BODY.IE DIV.pageTopNav
{
  width:760px;
  padding-left:0;
}

BODY.Firefox DIV.pageTopNav
{
  height:18px;
  padding:2px 0 0 1px;
}

DIV.pageBody
{
  width:764px;
  border-width:0 0 1px 0;
}

BODY.IE DIV.pageBody
{
  width:762px;
}

DIV.pageFooter
{
  width:762px;
  text-align:center;
  border-width:0 1px 1px 1px;
  height:34px;
  padding:4px 0 2px 0;
  background-color:#4b71af;
  line-height:16px;
}

DIV.pageFooter TABLE
{
  margin:0 0 0 auto;
}

BODY.IE DIV.pageFooter
{
  width:760px;
}

DIV.pageBodyLeft
{
  width:151px;
  border-width:1px 1px 0 1px;
}

BODY.IE DIV.pageBodyLeft
{
  width:149px;
}


DIV.pageBodyLeft DIV.innerCol
{
  margin:4px;
}

DIV.pageBodyRight
{
  width:609px;
  border-width:1px 1px 0 1px;
}

DIV.pageBodyRight DIV.innerCol
{
  margin:10px;
}

.member-panel
{
  background:url(/images/slogsel.gif) repeat-x bottom left;
  color:#4c5c7b;
  font-weight:bold;
  font-size:10px;
  text-align:right;
  padding:0 0 10px;
  margin-bottom:10px;
}

/* Floating */

.float_left
{
  float:left;
}

.float_right
{
  float:right;
}

.clearfix:after 
{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix 
{
  display: inline-block;
}

/* hides from ie-mac \*/
* html .clearfix 
{
  height: 1%;
}

.clearfix 
{
  display: block;
}

/* end hide from ie-mac */

/* // Floating */

.left{float:left}
.right{float:right}
.clear:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clear {display:inline-block;}
/* hide from IE Mac \*/
.clear {display:block;}
/* //IE Mac */
