/* Reset Browser Styles */
* { 
 padding:0px;
 margin:0px;
 clear:both;
}

/* { border:1px solid #FF0000; } */

body {
  position:absolute;
  left:0px;
  top:0px;  
  width:100%;
  height:100%;
  background:left url(images/bk.gif) repeat-y;
}

#watermark {
  width:533;
  height:325;
  position:relative;
  top:100%;
  left:100%;
  margin-top:-325; 
  margin-left:-533px; 
  background:url(images/watermark.jpg) no-repeat;
}

#banner {
 position:absolute;
 left:0px;
 top:0px;
 width:100%;
 height:171px;
 background:top url(images/banner.gif); repeat-x;
}

#banner-text {
  position:absolute;
  left:34px;
  top:140px;
  font-family:Arial;
  font-size:16px;
  letter-spacing:1px;
  font-weight:normal;
  color:#ffffff;
}

#banner-right {
  position:absolute;
  left:100%;
  margin-left:-300px;
  width:275px;
  text-align:right;
  top:25px;
  font-family:Arial;
  font-size:18px;
  font-weight:normal;
  color:#ffffff;  
}


#logo {
  position:absolute;
  top:0px;
  left:0px;
  width:795px;
  height:130px;
  background:url(images/logo.jpg) no-repeat;  
}

#menu {
  position:absolute;
  top:171px;
  left:0px;
  width:195px; 
  height:675px;
}

#menu img {
  margin:0px;
  padding:0px;
  margin-left:31px;  
  border:0px;
}

#banner-right {

}

#menu a {
  margin:0px;
  padding-top:5px;
  width:195px;
  height:26px;
  text-align:center;
  background:url(images/menu.jpg) no-repeat;
  font-family:arial;
  font-weight:bold;
  font-size:14px;
  color:#ffffff;
  text-decoration:none;  
}

#menu a:hover {
  color:#fe9834;
  background:url(images/menu-hover.jpg) no-repeat;
}

#content { 
  position:absolute;
  width:100%;
  height:100%;
  left:0px;
  top:0px;
  padding-top:179px;
  padding-right:360px;
  margin-left:205px;
  font-family:Arial;
  font-size:14px;
  color:#000000;
  background:none;
  padding-bottom:100px;
}

h1 {
  font-family:Arial;
  font-size:18px;
  color:#fe9834;
  padding-top:15px;
  padding-bottom:15px;
}

h4 {
  font-family:Arial;
  font-size:18px;
  color:#fe9834;
  padding-top:5px;
  padding-bottom:15px;
}

ul {
  padding-top:5px;
  padding-bottom:20px;
}

li {
  padding-left:25px;
  background:top left url(images/bullet.gif) no-repeat;
  margin:10px;
}

p {
 padding-top:15px;
 padding-bottom:15px;
}

th {
  padding:1px;

  border-bottom:#fe9834 solid 1px;  
  font-family:Arial;
  font-size:12px;
  color:#000000;
  text-decoration:none;
  font-weight:normal;
  text-align:left; 
  vertical-align:bottom;
}

td {
  vertical-align:bottom;
  padding:1px;
  font-family:Arial;
  font-size:12px;
  color:#000000;
  text-decoration:none;
  font-weight:normal;
  text-align:left;   
}

.tabletext {  
  vertical-align:middle;
  font-family:Arial;
  font-size:10px;
  color:#000000;
  text-decoration:none;
  font-weight:normal;
  text-align:left;   
  border:1px solid #fe9834;
}

.whiteheadertext {
  background:#fe9834;
  font-family:Arial;
  font-size:14px;
  color:#FFFFFF;
  text-decoration:none;
  font-weight:bold;
}

.noborder {
 border:0px;
}

table {
 border:1px solid #fe9834;
 background:#ffffff;
}