* { 
margin: 0px; 
padding: 0px; 
}

BODY, TD, P  { font-size : 12px; font-family : verdana, helvetica, arial, sans-serif; color : #2A2323; line-height : 1.5em;}

P {margin-top : 0; margin-bottom : 1em;}

BODY {
  margin : 0;
  color : #2A2323;
  background : #9E9E9E url(images/bg_body.jpg) bottom left repeat-x;
  text-align: center;
}

ul { list-style-position: outside; margin-left : 1em; margin-bottom : 1em; }
li {margin-left : 1.33em;}

h1 {font-weight : bold; font-size : 24px; color : #475F84; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h2 {font-weight : bold; font-size : 18px; color : #475F84; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h3 {font-weight : bold; font-size : 16px; color : #475F84; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h4 {font-weight : bold; font-size : 14px; color : #475F84; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h5 {font-weight : bold; font-size : 12px; color : #475F84; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h6 {font-weight : bold; font-size : 11px; color : #475F84; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}

A  {color : #098BC5; font-weight : bold; text-decoration : none;}
A:Visited  { color : #098BC5; font-weight : bold; text-decoration : none;}
A:Active  { color : #098BC5; font-weight : bold; text-decoration : none;}
A:Hover  { color : #098BC5;	font-weight : bold; text-decoration : underline;}

div#wrapper {
   width: 960px;
   min-height : 500px;
   margin: 20px auto 20px auto;
   background : #fff url(images/bg_wrapper.gif) bottom left no-repeat;
   text-align: left;
   padding-bottom : 50px;
}

div#topbar {
  background : #000 url(images/bg_topbar.jpg) top left repeat-x;
  height : 45px;
  width : 100%;
  position : relative;
}

ul#topnav {
  text-align : left;
  font: normal 14px Verdana, sans-serif;
  color : #fff;
  margin : 10px 0 0 15px;
}

ul#topnav li {
  list-style: none;
  margin : 0;
  display : inline;
}

/* Fix IE. Hide from IE Mac \*/
 * html ul#topnav li { float : left; height: 1%;} 
 * html ul#topnav li a { height: 1%;} 
/* End */


ul#topnav li a, ul#topnav li a:link, ul#topnav li a:visited
{
  text-decoration: none;
  color : #fff;
  font-weight : normal;
  display : inline;
  padding : 0 10px;
  border-left : 1px solid #fff;
}

ul#topnav li a:hover {
  color : #DEDEDE;
}

div#searchbar {
  position : absolute;
  right : 10px;
  top : 10px;
}

div#searchbar input#search_submit {
  width : 65px;
  background : #979797;
  border-top : 1px solid #DEDEDE;
  border-left : 1px solid #DEDEDE;
  border-bottom : 1px solid #fff;
  border-right : 1px solid #fff;
  color : #fff;
  font-size : 10px;
  margin-left : 7px;
}

div#searchbar input {
  border : 1px solid #676767;
  background : #ECECEC;
  width : 175px;
  font-size : 10px;
}

div#header {
  width : 100%;
  height : 149px;
  margin : 0;
  background : #fff url(images/bg_header.jpg) top left repeat-x;
  position : relative;
}

div#header img#hd_logo {
  position : absolute;
  top : 45px;
  left : 40px;
}

div#header img#hd_photo {
  position : absolute;
  top : 0;
  right : 0;
}

div#line {
  background : #fff url(images/bg_line.jpg) top left repeat-x;
  height : 30px;
  width : 100%;
}

ul#nav {
  text-align : left;
  font: normal 12px "Trebuchet MS", Verdana, sans-serif;
  color : #000;
  margin : 0 0 20px 0;
  width : 135px;
}

ul#nav li {
  list-style: none;
  margin : 0 0 7px 0;

  width : 135px;
  background : url(images/bg_navli.gif) top left no-repeat;
}

/* Fix IE. Hide from IE Mac \*/
 * html ul#nav li { float : left; height: 1%;} 
 * html ul#nav li a { height: 1%;} 
/* End */

ul#nav li a, ul#nav li a:link, ul#nav li a:visited
{
  text-decoration: none;
  color : #7A7878;
  font-weight : normal;
  display : block;
  padding : 14px 12px;
  background : none;

}

ul#nav li a:hover {
  color : #C95A26;
}

ul#nav li ul {
  margin : 0;
}

ul#nav li ul li {
  background : #fff url(images/bg_subli.jpg) top left repeat-y;
  margin : 0 0 1px 0;
}

ul#nav li ul li a, ul#nav li ul li a:link, ul#nav li ul li a:visited
{
  text-decoration: none;
  color : #7A7878;
  font-weight : normal;
  display : block;
  padding : 2px 3px;
  background : none;
  height : auto;
}

ul#nav li ul li a:hover {
  color : #C95A26;
}

div#sidebar {
  float : left;
  width : 137px;
}

div#sidebar_right {
  border : 2px solid #006F38;
  border-width : 0 0 2px 2px;
  width : 140px;
  float : right;
  padding : 3px;
}

div#subnavigation {
  text-align : center;
  font-size : 0.9em;
  margin : 1em 0;
}

div#footer {
  margin : 1em;
  font-size : 10px;
  color : #fff;
  line-height : 1.25em;
}

div#footer a {
  color : #fff;
}

div#content {
  margin : 0 0 0 150px;
  padding : 7px 10px;
}

div#clear {
  clear :left;
}

table {
  padding : 3px;
  border : 0;
  border : 1px solid #000;
  border-width : 1px 0 0 1px;
  background : #fff;
  border-collapse : collapse;
}

table th {
  background : #e7e7e7;
  font-size : 12px;
  font-weight : bold;
  border-bottom : 1px solid #000;
  border-right : 1px solid #000;
  padding : 5px 0;
}

table td {
  border-bottom : 1px solid #000;
  border-right : 1px solid #000;
  font-size : 11px;
  padding : 2px;
}

div#norlink {
  text-align : center;
  font-size : 9px;
  color : #fff;
}

div#norlink a {
  color : #fff;
  font-weight : normal;
}