 	html, body{
      	background-color: #68717D;
		background-image: url("images/bg.jpg");
		background-repeat: repeat-x;
		text-align: center;
	}
	body, td, p, div, a, li{
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
	}
	li, p{
		line-height: 1.8em;
	}
  	li {
		padding-left: 15px;
		background: url("images/bullet.gif") no-repeat 0 6px;
		list-style-type: none;
	}
	ul{
		margin-left:20px;
	}
    #main{
		margin: 0 auto;
		width:594px;
		text-align:left;
	}
    #header {
	  position:relative;
      width:100%;
	  height:256px;
      background:#68717D url("images/header.jpg") no-repeat bottom;
      }
    #header ul {
	  position:absolute;
	  bottom:0px;
	  left:0px;
      margin:0;
      padding: 0 0 0 14px;
      list-style:none;
      }
    #header li {
      float:left;
      background:url("images/left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 18px;
      }
    #header a {
      float:left;
      display:block;
      background:url("images/right.gif") no-repeat right top;
      padding:0px 15px 0px 6px;
      text-decoration:none;
      font-weight:bold;
	  font-size: 12px;
      color:#6C6C6C;
	  line-height:29px;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#000;
      }	  
	  
	#middle_start{
		background:#68717D url("images/bg_content.jpg") repeat-y;
	}
	#middle{
		padding:22px 14px 22px 14px;
		background:url("images/bg_middle_start.gif") no-repeat top;
	}
	#content{
		padding:0 21px 0 21px;
	}
	h2{
		font-family: Geogia, "Times New Roman", Times, serif;
		font-size: 22px;
		font-weight: normal;
		margin-top:0px;
	}
	#box{
		float:right;
		width:173px;
		height:138px;
		background:#FFF url("images/bg_box.jpg") repeat-x top;
	}
	
	#footer{
      width:100%;
	  height:99px;
      background:#68717D url("images/footer.jpg") no-repeat top;
	}
	#foot_left, #foot_right{
		color:#FFF;
		font-weight:bold;
		padding-top: 9px;
	}
	#foot_left{
		float:left;
		padding-left:23px;
	}
	#foot_right{
		float:right;
		padding-right:23px;
	}
	.pdf{
	padding-left: 20px;
	background: url(/images/pdf_icon.gif) no-repeat;
	padding-top:3px;
	}
	a{
		text-decoration:underline;
	}
	a:hover{
		text-decoration:none;
	}
	.credit{
	color:#FFF;
	text-align:center;
	}
	.credit a{color:#FFF;}
	.credit a:hover{text-decoration:none;}