
 body {
 background:#c5c5c5 /*url('images/grey-tile-stripes.jpg')*/ url('images/glossymetal.jpg');
 font-family:verdana;
 font-size:9pt;
 z-index:999;
 }
 
 p {
 text-align:left;
}

a, a:visited {
color:#147;
text-decoration:none;
}

a:hover {
color:darkred; 
text-decoration:underline;
}

p.blue {
font-size:14px;
color:#00f;
font-weight:bold;
text-align:center;
}

h3 {
color:#000099;
}
 
 .wrapper {
margin:auto;
width:900px;
 }
 
 #header {
background:transparent url(images/header.png) no-repeat scroll 0 0;
height:125px;
margin:auto;
overflow:hidden;
width:774px;
 }
 
 div#navigation {
background:#000000 none repeat scroll 0 0;
height:26px;
overflow:visible;
width:774px;
 }
 
 ul#nav {
background:#000000 none repeat scroll 0 0;
height:15px;
left:10px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
overflow:visible;
padding-left:15px;
position:relative;
top:11px;
width:749px;
 }
 
 ul#nav li {
background:#000000 none repeat scroll 0 0;
color:#FFFFFF;
display:inline;
float:left;
font-weight:bold;
height:15px;
margin-left:0;
position:relative;
top:0;
width:auto;

 }
 
 ul#nav li.current {
  background:transparent url(images/nav_left.gif) no-repeat left top;
  }
  
  ul#nav li a {
color:#FFFFFF;
display:block;
height:15px;
margin-left:7px;
padding-right:7px;
text-decoration:none;  }
  
  
   ul#nav li.current a {
     background:transparent url(images/nav_right.gif) no-repeat right top;
	 
	 }
  
   ul#nav li.current a {
   color:#000;\
   
   }
 
  ul#nav li a:hover {
  color: #b3b3b3;
  }
  
  #middle{
  width:775px;
float:left;
}


ul#nav li  ul {
display:none;
}


ul#nav li:hover ul {
background:#000000 none repeat scroll 0 0;
display:inline;
font-size:9pt;
height:50px;
left:0;
list-style-type:none;
margin:0;
padding-left:10px;
padding-top:10px;
position:absolute;
top:14px;
width:170px;
}

ul#nav li:hover  ul li {
width:150px;
margin-bottom:5px;
background:none;
}


ul#nav li:hover ul li a {
background:none;
color:#fff;
margin:0;
padding:0;
}

ul#nav li:hover ul li a:hover {
color:darkred;
}
ul#nav li:hover ul li.current {
background:none;
}

ul#nav li:hover ul li.current a {
background:none;
color:darkred;
}

  
  #main {
background:#FFFFFF none repeat scroll 0 0;
min-height:550px;
width:769px;
float:left;
border-left:3px solid #000;
border-right:3px solid #666;
border-bottom:3px solid #333;
margin-bottom: 20px;
padding-bottom:20px;
  }
  
  #contentpad {
  width:729px;
  margin:auto;
  margin-top:20px;
  }
  
  #footer {
  clear:both;
  width:800px;
  margin:auto;
  text-align:center;
  margin-top:15px;
  margin-bottom:20px;
  width:769px;
  background:#fff;
  border:3px solid #666;
  }
  
  #footer-content {
  width:749px;
  margin:auto;
  margin-top:10px;
  margin-bottom:10px;
  }
  
  .style3 {
  color:darkred;
  font-weight:bold;
  }
  
  #left_grad {
background:transparent url(images/left_grad.png) no-repeat scroll 0 130px;
float:left;
height:550px;
width:58px;
  }
  
    #right_grad {
background:transparent url(images/right_grad.png) no-repeat scroll 0px 120px;
float:left;
height:550px;
width:61px;
  }
  
