/* CSS Document */

body { margin:0px; }

#left { background: url(../images/l.gif) repeat-y top right;
text-align:right; }

#right { background: url(../images/r.gif) repeat-y top left;
vertical-align:top; }

#main { vertical-align:top;
width: 780px; }

#img1 { text-align:center; }

#textBox { padding:15px;
height:300px;
vertical-align:top;
background:url(../images/textBG.gif) no-repeat bottom center; }

#textBoxMem { padding:15px;
height:300px;
vertical-align:top; }

#txtBG { background:url(../images/textBG.gif) no-repeat bottom center; }

#textarea1, #textarea1 td, #textarea2, #textarea2 td, #textarea3, #textarea3 td { 
font: 12px Arial, Helvetica, sans-serif;
color: #333333;
vertical-align:top; }

#copyright { border-top:1px solid #666666;
font: 9px Arial, Helvetica, sans-serif;
color: #333333; }

#menuBox2 { border-top:1px solid #666666;
text-align:right; }

#edit { padding: 0 10 0 0;
text-align:right; }

a { color:#2c4c7e; text-decoration:underline; }

a:hover { color: #bad2dc; }

a#button { 
white-space: nowrap;
font: bold 11px Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #2c4c7e;
  text-decoration: none;
 padding: 0 10 0 10;
  border: 1px solid #2c4c7e;
  background: #bad2dc;
  font-variant: small-caps;
}

a#button:hover { 
text-decoration: none; color: #ffffff; background: #2c4c7e; border: 1px solid #bad2dc;
}

#visible_area{
	width:540px;/*required*/
	overflow:hidden;/*required*/
	position:relative;/*required*/
	height:80px;/*required but obviously adjustable*/
}

#testscroller{
	white-space:nowrap;
} 

#testscroller a{
	display: inline-block; }
	
#mid { vertical-align:middle; }

#mid a { width: 30px;
opacity: .9;
filter: alpha(opacity=90);}

#mid a:hover { opacity: .75;
filter: alpha(opacity=75);}

#visible_area #bridgetools { position:absolute; top: 10px; left: 10px; z-index:1; }