/* css for tabs */
body
{
	/*	     t   r   b   l */
	margin: 0;
	background: #fff;
	/*	padding: 0;  */
	color: #000;
	font: 1.3em/1.4em Arial,'Lucida Grande',Verdana,sans-serif;
//	font: 1.2em/1.3em Georgia,'Times Roman', serif;
	voice-family: "\"}\"";
	voice-family: inherit;
//	font-size: small;
}

html>body { font-size: .8em; }

#expopage {
margin-left:auto;
margin-right:auto;
background-color:#fff;
padding-top:20px;
width:800px;
border:#98bf21;
border-left-style:solid;
border-right-style:solid;
border-width:0 1px 0 1px;
}

#header
{
	float: right;
	width: 100%;
	background: #fff url("images/bg.gif") repeat-x bottom;
	font-size: 93%;
	line-height: normal;
	margin-bottom: 18px;
}

#header ul
{
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}

#header li
{
	float: left;
	background: url("images/left.gif") no-repeat left top;
	margin: 0;
	/*	     t r b l */
	padding: 0 0 0 9px;
}

#header a
{
	float: left;
	display: block;
	background: url("images/right.gif") no-repeat right top;
	/*           t    r   b    l */
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

/* Commented Backslash Hack
	 hides rule from IE5-Mac \*/

#header a { float: none; }

/* End IE5-Mac hack */
#header a:hover { color: #339; }

#header #current
{
	background-image: url("images/left_on.gif");
	border-width: 0;
}

#header #current a
{
	background-image: url("images/right_on.gif");
	color: #333;
	padding-bottom: 5px;
}

/* multi-column css */
#leftcontent
{
	float: left;
	width: 180px;
/*
*/
	background:#fff;
/*	
*/
	border-right: 1px dotted #ccc;
	margin-right: 10px;
	margin-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#leftcontent a
{
	text-decoration: none;
	border-bottom: 1px dotted #5b80b2;
}

#leftcontent a:hover
{
	text-decoration: none;
	border-bottom: 1px solid #5b80b2;
}

#maincontent
{
	margin-left: 200px;
	margin-top: 12px;
	max-width: 45em;
	/*	border-top: 1px dotted #ccc;  */
}

#maincontent a
{
	text-decoration: none;
	border-bottom: 1px dotted #5b80b2;
}

#maincontent a:hover
{
	text-decoration: none;
	border-bottom: 1px solid #5b80b2;
}

#footer
{
	/*     t    r   b    l */
	margin: 4px 30px 2px 0px;
	padding: 4px 10px 2px 0px;
	border-top: 1px dotted #ccc;
	color: #336;
	font: 9px/11px 'Verdana',sans-serif;
}

#footer a
{
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover
{
	text-decoration: none;
	border-bottom: 1px dotted #5b80b2;
}

#rightcontent
{
	position: absolute;
	right: 10px;
	top: 80px;
	width: 180px;
	background: #fff;
	border: 1px solid #fff;
}

#banner
{
	position: absolute;
	left: 0;
	top: 0;
	padding: 3px 0 0 10px;
	width: 98%;
	background: #fff;
	height: 22px;
	/*	border:1px solid #fff; */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 21px;
}

html_body #banner { height: 31px; }

/* PARAGRAPH SPACING: GLOBAL */
/*	               t    r   b    l */
p,h1,pre { margin: 0px 10px 8px 36px; }

h1
{
	font-size: 14px;
	/*	padding-top: 10px; */
}

/* PARAGRAPH SPACING: IN DIVS */
#banner h1
{
	font-size: 14px;
	padding: 0 10px 0px 10px;
	margin: 0px;
}

#maincontent h1
{
	font-size: 14px;
	line-height: 16px;
	/*       t    r   b    l */
	padding: 10px 10px 10px 10px;
	margin: 0px;
}

#leftcontent p { font-size: 9px; }
#rightcontent p { font-size: 9px; }
#leftcontent img { padding: 0 0 10px 0; }
dt { padding: 10px 0 0 0; }

/* Assorted text stylings */
sup
{
	color: #999;
	font-size: 0.75em;
	line-height: 0.5em;
}

.greek { color: #999; }

.q
{
	/*     t    r   b    l */
	margin: 0px 10px 2px 10px;
	color: #696;
	font: 13px/16px 'Trebuchet MS',sans-serif;
	font-weight: bold;
}

.a
{
	margin: 0px 10px 8px 20px;
	color: #003;
	font: 14px/16px 'Georgia',serif;
}

.q2
{
	/*     t    r   b    l */
	margin: 20px 10px 2px 10px;
	color: #696;
	font: 1.1em/1.4em 'Trebuchet MS',sans-serif;
	font-weight: bold;
}

.a2
{
	margin: 0px 10px 8px 20px;
	color: #003;
	font: 1.0em/1.2em 'Georgia',serif;
}

.quote
{
	/*     t    r   b    l */
	margin: 0px 30px 8px 30px;
	color: #003;
	font: 15px/18px 'Georgia',serif;
	font-weight: normal;
}

