/* Copyright 2006 | Thierry Koblentz - www.TJKDesign.com All Rights reserved
 * TJK_ToggleDL() Version 1.5.5 (this file has changed from previous version) report bugs or errors to thierry@tjkdesign.com
 */
#TJK_ToggleON,#TJK_ToggleOFF {border:1px solid #333;padding:0 5px;margin-right:5px}
/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {margin:0;padding:0} 
/* margin for the DTs (shorthand) */
#TJK_DL dt {margin:8px 0 0 15px}
/* image and left padding for DDs */
#TJK_DL dd {padding-left:55px}
/* styling all anchors in the DTs */
#TJK_DL dt a {background:0 50% no-repeat;padding-left:32px;color:blue;text-decoration:none}
#TJK_DL dt a:visited {color:blue}
#TJK_DL dt a:visited:hover,
#TJK_DL dt a:hover {color:maroon; font-weight:bold}
#TJK_DL dt a:active,
#TJK_DL dt a:focus {font-weight:bold}
/* the + and - gif in the anchors */
#TJK_DL .DTplus a {background-image:url(toggleDLplus.gif)}
#TJK_DL .DTminus a {background-image:url(toggleDLminus.gif)}
/**********************************/
/**********************************/
#TJK_DL .showDD {position:static;}
#TJK_DL dd,.hideDD{top:-9999px;position:absolute}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;cursor:hand}

/** My Additions ******************/



#page {
	  width:960px;
	  background-color:*f1f1f1;
      padding-left:150px;
      padding-top:25px;
	  }

#header {
  width: 960px;
  height: 135px;
  margin: 0;
  padding: 0;
  background-color:white;
  background-image:url(PageHeader.png);
  background-repeat: no-repeat;
  }
  
#title {
  font-family:Trebuchet MS, Times New Roman, Serif;
  font-size:20pt;
  font-weight:bold;
  color:#1d4a38;
  background-color: white;
  margin: 0 !important;
  padding: 0;
  }
  
#main {
  width: 960px;
  margin: 0 !important;
  padding: 0;
  font-family: Arial;
  font-size: 11pt;
  color: black;
  background-color: white;
  }

#footer {
  width: 960px;
  margin: 0 !important;
  padding: 0;
  font-family: Verdana, Arial;
  font-size: 8pt;
  color: black;
  background-color: white;
  }
  
#fonth {
  font-family: Trebuchet MS;
  font-size: 18pt;
  color: #183e2b;
  text-align: left;
  }
  
#fontsh {
  font-family: Times New Roman;
  font-size: 16pt;
  color: #4a6e5c;
  text-align: left;
  }
  
div {margin:0px; padding:0px;}