#addunderline A {
  text-decoration:underline;
}

/**************************/
/*** Top of Page Banner ***/
/**************************/
#wrapper {
	width : 780px;
	height : 100%;
}

#bannertable {
	width : 100%;
	height : 80px;
}


#header {
	position: relative;
	width: 100%;
}

/*****************************/
/*** Top Level Navigation ***/
/***************************/
#nav {
   white-space : nowrap;
   font-family: Arial, sans-serif, helvetica;
   font-size: 9pt;
   background-color : #98208C;
   float : left;
   color : White;
   width : 100%;
   height: 16px;
   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-weight : 700;
   text-decoration : none;
   float : left;
}
#nav ul li a:hover {
   background-color : #98208C;
   font-size: 9pt;
   color : #DDBBDD;
}	

/*****************************/
/*** Date/Member Container ***/
/****************************/
#datememberblock {
  position: relative;
  width: 100%;
  height: 18px;
  background: #F4EEF4;
  font-family: Arial, sans-serif, helvetica;
  font-weight: 700;
  color: #98208C;
  padding-top: .2em;
  float: right;  
}

/********************/
/*** Member Block ***/
/********************/
#memberblock {
  position: relative;
  height: 18px;
  padding-left: 10px;
  float: left;  
}

/*******************/
/*** Date Block ***/
/******************/
#dateblock {
  position: relative;
  height: 18px;
  padding-right: 10px;
  float: right;


}

/**********************************/
/*** Links Appearance Behavior ***/
/*********************************/
a:link {
  	font-size: 11px;
	color: #9D3754;
	text-decoration : none;
}

a:active {
	font-size: 11px;
	color: #9D3754;
	text-decoration : none;
}

a:visited {
	font-size: 11px;
	color: #9D3754;
	text-decoration : none;
}

a:hover {
	font-size: 11px;
	color: #566666;
	text-decoration : none;
}

/*****************************/
/*** Local Level Navigation ***/
/***************************/
#localnav {
   text-decoration: none;
   white-space : nowrap;
   width : 120px;
   height : 90px;
   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;
   text-decoration: underline;
}	

