body {
	margin: 0px;
	width: 800px;
	font-family: Arial, Helvetica, Verdana  ; 
	font-size:9pt;
	font-weight:normal;
	border: 1px solid #FEF0C9;
}

h1 {
	clear: both;
	color: #D9230F;
	font-size: 130%;
	font-variant: small-caps;
	padding-left: 5px;
	background:url('../images/heading_bkg.gif') no-repeat bottom left;
}

h2 {
	color: #D9230F;
	font-size: 120%;
}

#header {
	background: url('../images/header_bkg.gif') repeat-x;
	width: 100%;
}

#header #logo {
	float:left;
	margin: 9px 15px;
	background: url('../images/lbi_logo.gif') no-repeat;
	width: 306px;
	height: 62px;
}

#header #contact {
	float: right;
	padding: 40px 140px 0 0;
	font-weight: bold;
}

#header-right {
	clear: both;
	position: absolute;
	top: 5px;
	left: 655px;
	background: url('../images/header_right.gif') no-repeat;
	width: 136px;
	height: 173px;
}

#header #menu {
	float:left;
	width:100%;
	background:url('../images/menu/bg.gif') repeat-x bottom;
	font-size:110%;
	line-height:normal;
}

#header #menu ul {
	margin:0;
	padding:0px 10px 0;
	list-style:none;
}

#header #menu li {
	float:left;
	background:url('../images/menu/left.gif') no-repeat left top;
	margin:0 2px;
	padding-left:9px; padding-right:0; padding-top:0; padding-bottom:0;
}

#header #menu a, #header #menu span {
	float:left;
	display:block;
	background:url('../images/menu/right.gif') no-repeat right top;
	text-decoration:none;
	color:#FFF; padding-left:6px; padding-right:15px; padding-top:5px; padding-bottom:3px;
	min-width:5em; text-align:center;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header #menu a, #header #menu span {float:none;}
/* End IE5-Mac hack */

#header #menu a:hover {
	color: #333;
}

#header #menu #current {
	background-image:url('../images/menu/left_on.gif');
}

#header #menu #current span {
	background-image:url('../images/menu/right_on.gif');
	font-weight: bold;
	color:#333;
	padding-bottom:5px
}

#header-bottom {
	clear: both;
}

#sub-menu {
	float:left;
	width: 100%;
	font-size: 100%;
	margin: 9px 7px;
}

#sub-menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#sub-menu li.first {
	border: 0;
}

#sub-menu li {
	float: left;
	padding: 0px 5px;
	border-left: 1px solid #888;
}

#sub-menu a {
	color: #888;	
}

#sub-menu a:hover {
	color: #000;	
}

#content {
	margin: 0;
	padding: 5px;
	clear: both;
	min-height: 300px;
}

#content #block {
	float: right;
	width:160px;
	height:68px;
}

#content-left {
	margin: 0;
	padding: 5px;
	float: left;
	width: 635px;
}

#content-right {
	margin: 40px 0 0 0;
	padding: 2px;
	float: right;
	width: 125px;
}

#section {
	clear: both;
	margin: 0 0 15px 0;
}

#left {
	float:left;
	margin-right: 15px;
	margin-bottom: 5px;
}

#right {
	float:right;
	margin-left: 15px;
}

#footer {
	padding: 10px;
	clear: both;
	width: 780px;
	background: #FEF0C9 url('../images/footer_bkg.gif') repeat-x top;
}

#footer  a {
	color: #888;
}

#footer  a:hover {
	color: #333;
}

#footer #menu {
	float:left;
	width: 100%;
	font-size: 90%;
	color: #888;
	margin: 9px 0;
}

#footer #menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#footer #menu li.first {
	float: left;
	padding: 0px 5px;
	border-right: 1px solid #888;
	border-left: 1px solid #888;
}

#footer #menu li {
	float: left;
	padding: 0px 5px;
	border-right: 1px solid #888;
}

#footer #location {
	clear: both;
	float: left;
	font-size: 90%;
	color: #888;
	width: 500px;
}

#footer #copyright {
	float: right;
	font-size: 90%;
	color: #888;
	margin-top: 1.3em;
}

#footer-bottom {
	clear: both;
}

#whiteboard {
	position: absolute; /* top,left set dynamically */
	left: 655px;
}

#whiteboard img {
	border: 0;
}

/* Specific dialog layouts */

#home {
	float: left;
	width: 32%;
	margin: 0 6px 0 0;
	padding: 0;
}

#home #question {
	height: 4em;
	font-weight: bold;
	font-size: 125%;
	border-bottom: 1px solid #dddddd;
	text-align: center;
}

#home #question span {
	color: #D9230F;
	font-size: 110%;
	font-style: italic;
	text-transform: capitalize;
}

#home #answer {
	margin-top: 15px;
	height: 10em;
	color: #000;
}

#home #learn {
	color: #000;
	font-weight: bold;
	text-align: right;
}

#home #learn a {
	color: #D9230F;
	text-decoration: none;
}

/* General dialog layout */

.dialog .hd div,
.dialog .ft div {
	font-size:1px;
	height:13px;
}

.dialog .hd {
	background:transparent url('../images/dialog/tl.gif') no-repeat 0px 0px;
}

.dialog .hd div {
	background:transparent url('../images/dialog/tr.gif') no-repeat right 0px;
}

.dialog .bd {
	background:transparent url('../images/dialog/ml.gif') repeat-y 0px 0px;
}

.dialog .bd div {
	background:transparent url('../images/dialog/mr.gif') repeat-y right 0px;
}

.dialog .bd div div {
	margin:0px 13px 0px 13px;
	background: none;
}

.dialog .ft {
	background:transparent url('../images/dialog/bl.gif') no-repeat 0px 0px;
}

.dialog .ft div {
	background:transparent url('../images/dialog/br.gif') no-repeat right 0px;
}

#highlight {
	color: #D9230F;
	font-size: 110%;
	font-variant: small-caps;
	font-weight: bold;
}

#quote {
	width: 100%;
	padding-left: 3px;
	font-weight: bold;
	border-left: 1px solid #EA6658;
}

#quote div {
	margin: 0.5em;
	font-weight: normal;
	text-align: right;
	font-size: 90%;
	font-style: italic;
}

#formLabel {
	font-weight: bold;
}