body
{
  margin:10px 10px 0px 10px;
  font-family: 'Adobe Garamond','Times','Sun-Serif','Serif';
  font-size: 16px;
}

#leftcontent
{
		position: absolute;
		left:10px;
		top:75px;
		width:100px;
		background:#fff;
    padding: 0 0 0 0;
    border-top: 1px solid #999999;
}

#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 #999999;
  margin: 0;
                } 		
#button li a
{
  display: block;
  padding: 3px 3px 3px 0.25em;
  border-left: 1px solid #999999;
  background-color: #DCDCDC;
  color: #999999;
  text-decoration: none;
}

#button li.current a
{
  display: block;
  padding: 3px 3px 3px 1.5em;
  border-left: 2px solid #ff0000;
  background-color: #eeeeee;
  color: #ff0000;
  font-weight: 700;
  text-decoration: none;
}

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

#button li a:hover
{
  border-left: 4px solid #cc0000;
  background-color: #cccccc;
  color: #cc0000;
}	

#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: 100px;
  margin-right: 350px;
  margin-bottom: 10px;
	/*
	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: 100px;
	padding: 50px 10px 10px 10px;
	margin-top: 0px;
	width:530px;
	top:83px;
	text-align:justify;
}

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

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

#rightcontent
{
	font-family: 'Helvetica','Arial','Verdana','sans-Serif';
	color: #990000;
	position: absolute;
	left: 660px;
	top:70px;
	width:150px;
	background:#fff;
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 10px;
	background:none;
	text-align:justify;
}
		
#rightcontent p { font-size:10px }


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

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

#banner {
		background:#fff;
		font-size:20px;
		height: 30px;
		width: 690px;
		margin-left: 90px;
		position: relative;
		left: 10px;
		voice-family: "\"}\"";
		voice-family: inherit;
		}

A        {font-family: 'Adobe Garamond','Garamond','Palatino','Times-Roman'; font-size: 14px; color: #003399; text-decoration: none}
A:LINK   {font-family: 'Adobe Garamond','Garamond','Palatino','Times-Roman'; font-size: 14px; color: #003399; text-decoration: none}
A:VISITED{font-family: 'Adobe Garamond','Garamond','Palatino','Times-Roman'; font-size: 14px; color: #003399; text-decoration: none}
A:HOVER  {font-family: 'Adobe Garamond','Garamond','Palatino','Times-Roman'; font-size: 14px; color: #FF0033; text-decoration: none}
A:ACTIVE {font-family: 'Adobe Garamond','Garamond','Palatino','Times-Roman'; font-size: 14px; color: #009933; text-decoration: none}

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


/* Navigation Tab Styles */
    
    #header {
      position: absolute;
      left: 110px;
      width:715px;
      background:#DAE0D2 url("../resources/images/nav_bg.gif") repeat-x bottom;
      font-size:93%;
      line-height:normal;
      margin-bottom: 0px;
      }
    #header ul {
      margin:0;
      padding:10px 10px 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:#999999;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#333333;
      }
    #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:#ff0000;
      padding-bottom:5px;
      }
      
