/**************************/
/*** Top of Page Banner ***/
/**************************/
#bannertable {
	width : 760px;
	height : 80px;
}

#logo {
	position: relative;
	width : 37%;
	height : 100%;
	float : left;
}

#adbanner {
	position: relative;
	width : 63%;
	height : 100%;
	float : right;
	background : url(blank.jpg);
}

#header {
	position: relative;
	width: 100%;
	height: auto;
	clear: both;
}

#titlelabels {
	position: relative;
	width: 100%;
	background: url(sprite16x16new.gif) repeat;
	clear: both;
	}


/*****************************/
/*** Top Level Navigation ***/
/***************************/
#nav {
   position: relative;
   white-space : nowrap;
   background-color : #98208C;
   float : center;
   color : White;
   width : 760px;
   height: 15px;
   border-top-color : #000000;
   border-top-style : solid;
   border-top-width : 1px;
   border-bottom-color : #000000;
   border-bottom-style : solid;
   border-bottom-width : 1px;
}
#nav ul {
   padding : 0;
   margin : 0;
   float : left;
}
#nav ul li {
   display : inline;
}
#nav ul li a {
   padding-left : 1em;
   padding-right : 1em;
   background-color : #98208C;
   color : White;
   font-size: 9pt; 
   font-family: Arial, sans-serif, helvetica;
   font-weight : 700;
   text-decoration : none;
   float : left;
}
#nav ul li a:hover {
   background-color : #98208C;
   color : #DDBBDD;
}	

/*****************************/
/*** Local Level Navigation ***/
/***************************/
#localnav {
   text-decoration: none;
   white-space : nowrap;
   float : left;
   width : 100%;
   height : 70px;
   border-style : solid;
   border-color : #98208C;
   border-width : 1px 0 1px 0;
   font-size: 9pt;
}
#localnav ul {
   padding : 0;
   margin : 0;
   float : left;
}
#localnav ul li {
   display : inline;
}
#localnav ul li a {
   padding-left : 1em;
   padding-right : 1em;
   background-color : #98208C;
   color : White;
   font-weight : 700;
   text-decoration : none;
   float : left;
   border-right-color : #FFFFFF;
   border-right-style : solid;
   border-right-width : 1px;
   font-size: 9pt;
}
#localnav ul li a:hover {
   background-color : #98208C;
   color : #DDBBDD;
}	

/*****************************/
/*** Date/Member Container ***/
/****************************/
#datememberblock {
  position: relative;
  height: 20px;
  background: #F4EEF4;
  font-weight: 700;
  color: #98208C;
  width: 760px;
  padding-top: .2em;
  float: center;  
}

/********************/
/*** Member Block ***/
/********************/
#memberblock {
  position: relative;
  float: left;  
  padding-left: 10px;
}

/********************/
/*** Login Block ***/
/********************/
#loginblock  {
  position: relative;
  float: left;  
  padding-left: 10px;
  color: #000000;

}
#loginblock  a:link {
  color: #000000;
  float: left;
  text-decoration: underline;
}

/*******************/
/*** Date Block ***/
/******************/
#dateblock {
  position: relative;
  float: right;
  padding-right: 10px;
}

/***************************/
/*** Navigational Labels ***/
/**************************/
#navlabelblock {
  position: relative;
  width: 100%;
  font-size: 9pt; 
  font-family: arial;
  color: white;
  font-weight: 700;
  height: 18px;
  text-align: center;
  padding-top: .2em;  
  background: url(/images/sprite20x20.gif) repeat;
  clear: both;
}

/**************************/
/*** Navigational Text ***/
/*************************/
#navlabeltext {
  position: relative;
  background: #FFFFFF;
  width: 100%;
  font-size: 8.5pt; 
  font-family: arial;
  color: #98208C;
  font-weight: 600;
  height: 20px;
  text-align: left;
  padding-left: 15px;  
  padding-top: .2em;
  padding-top: .2em;
}

#navlabeltext a:hover{
   text-decoration: none;
   background-color : #98208C;
   color : #FFFFFF;
}	

/***************************************/
/*** Columned Navigational Separator ***/
/***************************************/
#separator {
  background: #FFFFFF;
  height: 0em;
  clear: both;
}

/**********************************/
/*** Links Appearance Behavior ***/
/*********************************/
a:link {
	color: #98208C;
	text-decoration : none;
}

a:active {
	color: #98208C;
	text-decoration : none;
}

a:visited {
	color: #98208C;
	text-decoration : none;
}

a:hover {
	text-decoration : none;
	color: #98208C;
	font-weight: 700;
}

html>body #innercentre {width:99.9%;float:left;}

