/*	Master Stylesheet for VABBS - Gene Chan - 2003 09 20	*/
body {
	background-color: White;
	font: 10pt arial, verdana,  helvetica, sans-serif;
	color: Black;
}
/* all links */
a {
	text-decoration: underline;
}
/* unvisited link - dark blue */
a:link {
	color: #000066;
}
/* visited link - dodger blue */
a:visited {
	color: #1E90FF;
}
/* mouse over link - red on Lavender Blush */
a:hover {
	color: #FF0000;
	background-color: #FFF0F5;
}
/* selected link - fuchsia */
a:active {
	color: #FF00FF;
}
/* button for unvisited link - dark blue */
a.button:link {
	width: 120px;
	text-align: center;
	border: 4px outset #006400;
	background-color: #F0FFF0;
	color: #00008B;
}
/* button for visited link - dodger blue */
a.button:visited {
	width: 120px;
	text-align: center;
	border: 4px outset #006400;
	background-color: #F0FFF0;
	color: #1E90FF;
}
/* button for mouse over link - red on Lavender Blush */
a.button:hover {
	width: 120px;
	text-align: center;
	border: 4px outset #006400;
	color: #FF0000;
	background-color: #FFF0F5;
}
/* button for selected link - fuchsia */
a.button:active {
	width: 120px;
	text-align: center;
	border: 4px inset #006400;
	color: #FF00FF;
}
div.page {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 780px;
}
div.page-title {
	height: 80px;
	padding: 0px;
	margin: 0px;
	border-bottom: thick solid #006400;
	background-color: #F0FFF0;
}
div.title-bar-left {
   position: absolute;
	top: 15px;
	left: 171px;
	width: 20px;
	height: 40px;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}
div.title-bar-center {
   position: absolute;
	top: 15px;
	left: 190px;
	width: 400px;
	height: 42px;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #00008B;
	color: Yellow;
	text-align: center;
	font: bold 190% "Palatino Linotype", "Times New Roman", serif;
	z-index: 1;
}
div.title-bar-right {
   position: absolute;
	top: 15px;
	left: 590px;
	width: 19px;
	height: 40px;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}
div.leftcolumn {
	position: absolute;
	left: 0px;
	top: 86px;
	height: 700px;
	width: 150px;
	margin: 0px;
	padding: 10px;
	background-color: #F0FFFF;
	color: #006400;
	border-style: none;
	border-width: 0px;
	border-right: thin solid #00008B;
	font-size: 8pt;
}
div.rightcolumn {
	position: absolute;
	left: 161px;
	top: 86px;
	min-height: 100%;
	margin: 0px;
	padding: 10px 10px 10px 30px;
}
div.leftbutton {
	position: absolute;
	left: 0px;
}
div.centerbutton {
	position: absolute;
	left: 250px;
}
/*  Indented text block   */
div.textblock {
   margin-top: 1em;
	margin-left: 4em;
	margin-bottom: 1em;
	font-weight: bold;
}
h1 {
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
	color: inherit;
}
h2 {
	margin-bottom: 0.25em;
	font-size: 14pt;
	font-weight: bold;
	color: inherit;
}
h3 {
	margin-bottom: 0.25em;
	font-size: 12pt;
	font-weight: bold;
	color: inherit;
}
/* Class .float-left is used to position an image on the left of a flowing paragraph */
img.float-left {
	float: left;
	border: 0px;
	margin-right: 15px;
}
