  html, body, #container {
    min-height: 100%; /*Sets the min height to the
                        height of the viewport.*/
    width: 100%;
    height: 100%; /*Effectively, this is min height
                    for IE5+/Win, since IE wrongly expands
                    an element to enclose its content.
                    This mis-behavior screws up modern
                    browsers*/
    margin: 0;
    padding: 0;

    font-size: 11px;
    font-family: Tahoma;
    }

  html>body #container {
    height: auto; /*this undoes the IE hack, hiding it
                    from IE using the child selector*/
    }

  #container {
    position: absolute;
    top: 0;
    left: 0;
    }

  #main {
    height: auto;
    padding: .5em;
    padding-bottom: 90px;   /*Keeps content above footer. Originally
                           used margin, but a bug in Opera7 seemed
                           to add spurious margin, pushing the
                           footer beyond the viewport even with
                           short content. */
    width: 728px;
    min-width: 728px;
    max-width: 728px;
    margin: 0 auto;
    }

    #headerwrap {
      position:relative;
      bottom: 0;
      width: 100%;
      height:120px;
      background: url('./images/2009/header_bg.gif') repeat-x;
    }

    #header {
      width: 900px;
      height:67px;
      min-width: 760px;
      max-width: 900;
      margin: 0 auto;
    }

  #footerwrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: url('./images/2009/footer_bg.gif') repeat-x;
    }

  #footer {
    width: 728px;
    height:67px;
    min-width: 728px;
    max-width: 728px;
    margin: 0 auto;
    padding-top:20px;
    }

    .footer_link {
      font-family : Tahoma, Verdana, Arial, sans-serif ;
      font-size : 11px;
      font-weight:bold;
      color:#329cd9;
    }
    .footer_text {
      font-family : Tahoma, Verdana, Arial, sans-serif ;
      font-size : 11px;
      color:#7b7d7d;
    }
    #header_logo {
      float: left;
    }
    #menu_tabs {
      float:left;
    }
    .tab {
      float:left;
      width:100px;
      height:27px;
      margin-top: 46px;
      padding-top:12px;
      text-align:center;
      font-family : Tahoma, Verdana, Arial, sans-serif ;
      font-size : 12px;
      font-weight:bold;
      color: #329cd9;
    }
    .a_tab {
      font-family : Tahoma, Verdana, Arial, sans-serif ;
      font-size : 12px;
      font-weight:bold;
      color: #329cd9;
      text-decoration:none;
    }
    .a_tab_selected {
      font-family : Tahoma, Verdana, Arial, sans-serif ;
      font-size : 12px;
      font-weight:bold;
      color: #456684;
      text-decoration:none;
    }
    .selected_tab {
      width:126px;
      background: url('./images/2009/header_tab_bg.gif');
      color: #456684;
    }


a.inner_link {
  color: 666666;
  text-decoration: underline;
}

a.home_small {
  color: 000000;
  text-decoration: none;
}
a:hover.home_small {
  color: 000000;
  text-decoration: underline;
}

div.border {
	margin-top: 0px;
	border: 1px solid #D4DBDF;
	padding: 2px;
	float: left;
}


table.moduletable th {
	background: url(./images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}


h1 {
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
}

td {
	font-size: 11px;
	font-family: Tahoma;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

ul li a
{

	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul li a { width: auto; }

	ul li a:hover
{
	color: #ff6600;
	background: #ffcc00;
}


#left_outline {
	margin-top: 2px;
	border: 1px solid #cccccc;
	padding: 2px;
	float: left;
	width: 159px !important;
	width: 165px;
}

