* { 
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 : #EDE2A5;
  text-align: center;
}

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

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

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

div#wrapper {
   width: 744px;
   margin: 20px auto 30px auto;
   text-align: left;
   background : #fff;
}

div#header {
  width : 744px;
  background : #EDE2A5 url(images/bg_header.gif) top left no-repeat;
}

div#header img#hd_img {
  margin-top : 33px;
}

div#nav {
  background : #646701;
  display : block;
  border-top : 5px solid #EDE2A5;
  float : left;
}

ul#topnav {
  font: normal 12px "Trebuchet MS", Verdana, sans-serif;
  color : #000;
  margin : 0;
  list-style: none;
  float : right;
  width : auto;
}

ul#topnav li {  
  margin : 0;
  padding : 0;
  display : inline;
  text-align : center;
  float : left;
}

/* Fix IE. Hide from IE Mac \*/
 * html ul#topnav li { float : none; 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;
  text-align : center;
  color : #fff;
  font-weight : bold;
  padding : 3px 7px;
  float : left;
  }

ul#topnav li a:hover {
  color: #000;
  background : #C0BD38;
}

div#content_wrapper {
  background : #fff url(images/bg_content.gif) top right repeat-y;
  margin : 0;
  border-bottom : 4px solid #560200;
  clear : left;
}

div#sidebar_wrapper {
  float : right;
  width : 249px;
}

div#footer {
  margin-top : 10px;
}

div#footer p {
  font-size : 0.9em;
  text-align : center;
}
div#content {
  margin : 0px 255px 0px 0px;
  padding : 3px 7px 10px 7px;
}

div#clear {
  clear :both;
}

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

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