body
{
  margin:0px 0px 0px 0px;
  font-family: 'Times','Times-Roman','Sun-Serif','Serif';
  font-size: 14px;
  background-color: #eeffff;
  
}

table
{
	font-size: 14px;
	text-align: left;
}

form, input, button
{
  font-size: 11px;
}

table.thinborder
{ 
	border-collapse: collapse;
}
  
table.thinborder td
{
	border-top: 1px solid #6699FF;
	border-right: 1px solid #6699FF;
	border-bottom: 1px solid #6699FF;
	border-left: 1px solid #6699FF;
}

html>body #centercontent p.smaller
{
  font-size: 11px;
}

#banner
{
		background:#fff;
		font-size:14px;
		height: 130px;
		width: 980px;
		padding: 0 0 0 0;
		margin-left: 10px;
		position: relative;
		voice-family: "\"}\"";
		voice-family: inherit;
		background:url("../resources/images/head_bg.gif") repeat-x bottom left;
}

/* Navigation Tab Styles START */
#header
{
	position: absolute;
	left: 145px;
	width: 845px;
	background:url("../resources/images/nav_bg.gif") repeat-x bottom left;
	font-size:93%;
	line-height:normal;
	margin-bottom: 0px;
}
	
#header ul
{
	margin:0;
	padding:10px 10px 0 0;
	list-style:none;
}

#header li
{
	float:left;
	background:url("../resources/images/nav_tab_left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}

#header a
{
	float:left;
	display:block;
	background:url("../resources/images/nav_tab_right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#0453B0;
	font-family: 'Arial','Helvetica','Verdana','San-Serif';
	font-size: 12px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */

#header a:hover
{
	color:#A78AB6;
}
	
#header #current
{
	background-image:url("../resources/images/nav_tab_left_on.gif");
	border-width:0;
}
	
#header #current a
{
	background-image:url("../resources/images/nav_tab_right_on.gif");
	color:#339900;
	padding-bottom:5px;
}
/* Navigation Tab Styles END */

#leftcontent
{
	position: absolute;
	left:10px;
	top:170px;
	width:135px;
	background:#ffffff;
	padding: 0 0 0 0;
	border-top: 1px solid #3A6EA5;
}

#button
{
		background:#fff;
    padding: 0 0 0 0;
    margin-bottom: 0;
    background-color: #999999;
    color: #999999;
}

#leftcontent ul
{
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

#leftcontent li
{
  border-bottom: 1px solid #3A6EA5;
  margin: 0;
                } 		
#button li a
{
  display: block;
  padding: 3px 3px 3px 0.25em;
  border-left: 1px solid #3A6EA5;
  background-color: #93D6F0;
  color: #0453B0;
  text-decoration: none;
  font-family: 'Arial','Helvetica','Verdana','San-Serif';
  font-size: 12px;
}

#button li.current a
{
  display: block;
  padding: 3px 3px 3px 10px;
  border-left: 4px solid #66CC33;
  background-color: #ffffff;
  color: #339900;
  font-weight: 700;
  text-decoration: none;
}

html>body #button li a
{
  width: auto;
}

#button li a:hover
{
  border-left: 4px solid #A78AB6;
  color: #A78ABF;
}	

#centercontent
{
  background:#fff;
  text-align:justify;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  margin-left: 145px;
	padding: 50px 10px 10px 10px;
	margin-top: 0px;
	width:655px;
	top:83px;
	text-align:justify;
	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have
	to perform a little CSS trickery to get pixel-perfect display across browsers.
	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
	parsing bug in IE5x PC that will prematurly close a style rule when it runs
	into the string "\"}\"". After that string appears in a rule, then, we can override
	previously set attribute values and only browsers without the parse bug will
	recognize the new values. So any of the name-value pairs above this comment
	that we need to override for browsers with correct box-model implementations
	will be listed below.
	
	We use the voice-family property because it is likely to be used very infrequently,
	and where it is used it will be set on the body tag. So the second voice-family value 
	of "inherit" will override our bogus "\"}\"" value and allow the proper value to
	cascade down from the body tag.

	The style rule immediately following this rule offers another chance for CSS2
	aware browsers to pick up the values meant for correct box-model implementations.
	It uses a CSS2 selector that will be ignored by IE5x PC.
	
	Read more at http://www.glish.com/css/hacks.asp
	*/
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 145px;
	padding: 50px 10px 10px 10px;
	margin-top: 0px;
	
	top:83px;
	text-align:justify;
	background-image: url('/resources/images/bgd_LSHA_Logo.jpg'); background-position: bottom center; background-repeat: no-repeat;
}

#centercontent_search
{
  background:#fff;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  margin-left: 10px;
	padding: 50px 10px 10px 10px;
	margin-top: 0px;
	width:735px;
	top:83px;
	text-align:justify;
	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have
	to perform a little CSS trickery to get pixel-perfect display across browsers.
	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
	parsing bug in IE5x PC that will prematurly close a style rule when it runs
	into the string "\"}\"". After that string appears in a rule, then, we can override
	previously set attribute values and only browsers without the parse bug will
	recognize the new values. So any of the name-value pairs above this comment
	that we need to override for browsers with correct box-model implementations
	will be listed below.
	
	We use the voice-family property because it is likely to be used very infrequently,
	and where it is used it will be set on the body tag. So the second voice-family value 
	of "inherit" will override our bogus "\"}\"" value and allow the proper value to
	cascade down from the body tag.

	The style rule immediately following this rule offers another chance for CSS2
	aware browsers to pick up the values meant for correct box-model implementations.
	It uses a CSS2 selector that will be ignored by IE5x PC.
	
	Read more at http://www.glish.com/css/hacks.asp
	*/
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 10px;
	padding: 50px 10px 10px 10px;
	margin-top: 0px;
	width:735px;
	top:83px;
	text-align:justify;
	background-image: url('/resources/images/bgd_LSHA_Logo.jpg'); background-position: bottom center; background-repeat: no-repeat;
}


html>body #centercontent
{
	top:83px;
	left: 135px;  /* position in IE 5 Mac */
	right:10px;
	width:655px;
	text-align:justify;
	padding-top: 50px;
}

html>body #centercontent p
{
  font-size: 14px;
  line-height: 130%;
}

#centercontent h1 { font-size:22px; margin-top: 0px; margin-bottom:-5px; }
#centercontent h2 { font-size:18px; margin-top: 15px; margin-bottom:-5px; }
#centercontent h3 { font-size:16px; margin-top: 15px; margin-bottom:-5px; }
#centercontent h4 { font-size:14px; margin-top: 15px; margin-bottom:-5px; }
#centercontent h5 { font-size:12px; margin-top: 15px; margin-bottom:-5px; }

#centercontent li
{
  font-size: 14px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: -10px;
  line-height: 130%;
}

#specialannouncement
{
	float: right;
	position: relative;
	right:0px;
	top:0px;
	width:250px;
	background:#ffffdd;
	padding: 0px 10px 10px 10px;
	margin: 10px 0px 10px 10px;
	border: 1px solid #999999;
}

#rightcontent
{
	font-family: 'Arial','Helvetica','Verdana','San-Serif';
	color: #008855;
	position: absolute;
	left: 825px;
	top:180px;
	width:150px;
	background:#fff;
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 0px;
	background-color: #eeffff;
}
		
#rightcontent p, ul, li { font-size:11px }

#rightcontent li
{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: -20px;
  line-height: 130%;
}

#rightcontent A        {font-family: 'Arial','Helvetica','Verdana','San-Serif'; font-size: 11px; color: #003399; text-decoration: underline}
#rightcontent A:LINK   {font-family: 'Arial','Helvetica','Verdana','San-Serif'; font-size: 11px; color: #003399; text-decoration: underline}
#rightcontent A:VISITED{font-family: 'Arial','Helvetica','Verdana','San-Serif'; font-size: 11px; color: #003399; text-decoration: underline}
#rightcontent A:HOVER  {font-family: 'Arial','Helvetica','Verdana','San-Serif'; font-size: 11px; color: #339900; text-decoration: underline}
#rightcontent A:ACTIVE {font-family: 'Arial','Helvetica','Verdana','San-Serif'; font-size: 11px; color: #009933; text-decoration: underline}

A        {font-family: 'Times','Times-Roman','Sun-Serif','Serif'; font-size: 14px; color: #003399; text-decoration: underline}
A:LINK   {font-family: 'Times','Times-Roman','Sun-Serif','Serif'; font-size: 14px; color: #003399; text-decoration: underline}
A:VISITED{font-family: 'Times','Times-Roman','Sun-Serif','Serif'; font-size: 14px; color: #003399; text-decoration: underline}
A:HOVER  {font-family: 'Times','Times-Roman','Sun-Serif','Serif'; font-size: 14px; color: #339900; text-decoration: underline}
A:ACTIVE {font-family: 'Times','Times-Roman','Sun-Serif','Serif'; font-size: 14px; color: #009933; text-decoration: underline}

A.header        {font-family: 'Times','Times-Roman','Sun-Serif','Serif'; font-size: 22px; font-weight:900; color: #000000; text-decoration: underline}
A.header:LINK   {font-family: 'Times','Times-Roman','Sun-Serif','Serif'; font-size: 22px; font-weight:900; color: #000000; text-decoration: underline}
A.header:VISITED{font-family: 'Times','Times-Roman','Sun-Serif','Serif'; font-size: 22px; font-weight:900; color: #000000; text-decoration: underline}
A.header:HOVER  {font-family: 'Times','Times-Roman','Sun-Serif','Serif'; font-size: 22px; font-weight:900; color: #000000; text-decoration: underline}
A.header:ACTIVE {font-family: 'Times','Times-Roman','Sun-Serif','Serif'; font-size: 22px; font-weight:900; color: #660000; text-decoration: underline}