/* CSS Document */

body {
	background: url(images/back.jpg) top left repeat-x #999999;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0;
	padding: 0;
	}
	
p {
font-size: 80%;
line-height: 120%;
}

td {
font-size: 80%;
line-height: 120%;
}

label {
	display: none;
	}

a {
color: #000066;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	color: #006699;
}

.heading {
	font-size: 100%;
	color: #CC0000;
	font-weight: bold;
	}
	
div.Article {
	position: absolute;
	left: 50%;
	margin-left: -380px;
	width: 760px;
	margin-top: 10px;
  background: url(images/custom_corners_topleft.jpg) top left no-repeat;
  }
div.Article h2 {
  background: url(images/custom_corners_topright.jpg) top right no-repeat;
  padding:48px;
  margin:0;
  }
  
div.ArticleBody {
  overflow: auto;
  min-height: 720px;
  background: url(images/custom_corners_rightborder.jpg) top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding:25px;
  }
  
div.ArticleFooter {
  background: url(images/custom_corners_bottomleft.jpg) bottom left no-repeat;
  }
  
div.ArticleFooter p {
  background: url(images/custom_corners_bottomright.jpg) bottom right no-repeat;
  display:block;
  padding:25px;
  margin:-2em 0 0 0;
  }
  
  #logo {
  	position: absolute;
	left: 40px;
	top: 15px;
      }
	  
   #tel {
  	position: absolute;
	left: 440px;
	top: 15px;
      }
  
  #tabsJ {
  	position: absolute;
	left: 353px;
	margin-left: -380px;
	top: 47px;
      float:left;
      width:100%;
      font-size:84%;
      line-height:normal;
      }
    #tabsJ ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0 0 0 0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url(images/tableftJ.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url(images/tabrightJ.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }
	  
	  #flash {
	  margin-left: -12px;
	  margin-top: -20px;
	}
	
	#mainContainer {
	margin-top: 10px;
	margin-left: -12px;
	width: 715px;
	}
	
	#leftContent {
	float: left;
	width: 450px;
	}
	
	#rightContent {
	float: left;
	width: 255px;
	margin-left: 10px;
	}
	
	#rightContent td {
font-size: 100%;
line-height: 120%;
}
	
	.padding{
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 1px;
	margin-bottom: 0;
	padding-bottom: 0;
	}
