* { 
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 : #404040;
  background : #955A22;
  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 : 22px; color : #663B12; margin-bottom : 0.5em; font-family : Georgia, Verdana, sans-serif;}
h2 {font-weight : bold; font-size : 18px; color : #DC850D; margin-top : 0.5em; font-family : Georgia, Verdana, sans-serif;}
h3 {font-weight : bold; font-size : 16px; color : #663B12; margin-top : 0.5em; font-family : Georgia, Verdana, sans-serif;}
h4 {font-weight : bold; font-size : 14px; color : #663B12; margin-top : 0.5em; font-family : Georgia, Verdana, sans-serif;}
h5 {font-weight : bold; font-size : 12px; color : #663B12; margin-top : 0.5em; font-family : Georgia, Verdana, sans-serif;}
h6 {font-weight : bold; font-size : 11px; color : #663B12; margin-top : 0.5em; font-family : Georgia, Verdana, sans-serif;}

A  {color : #57792C; font-weight : normal; text-decoration : underline;}
A:Visited  { color : #7B945B; font-weight : normal; text-decoration : underline;}
A:Active  { color : #57792C; font-weight : normal; text-decoration : underline;}
A:Hover  { color : #57792C;	font-weight : normal; text-decoration : none;}

hr {
  width : 85%;
  text-align : center;
  margin : 5px auto;
  border : 0;
  border-bottom : 2px dotted #FC9B16;
  color : #fff;
  background : none;
}

div#wrapper {
   width: 946px;
   min-height : 500px;
   margin: 20px auto 20px auto;
   background : #fff url(images/bg_wrapper.gif) top left repeat-y;
   text-align: left;
   position : relative;
}

img#bottom {
  vertical-align : bottom;
}

img#header {
  margin-left : 51px;
  margin-bottom : 15px;
}

img#nav-top {
	vertical-align : top;
}

img#nav-bottom {
	vertical-align : bottom;
}

ul#sidenav {
  font: normal 14px Verdana, Arial, sans-serif;
  color : #fff;
  margin : 0 0 10px 0;
  padding : 0;
  list-style: none;
  width : 192px;
  background : #fff url(images/bg_nav.gif) top left repeat-y;
  float : left;
}

ul#sidenav li {  
  margin : 0;
  padding : 0;
  width : 172px;
}

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

ul#sidenav li a, ul#sidenav li a:link, ul#sidenav li a:visited
{
  text-decoration: none;
  font-weight : bold;
  padding : 7px 7px;
  color : #663B12;
  display : block;
  border-bottom : 1px dashed #663B12;
  }

ul#sidenav li a:hover {
  background : #FBCE8B;
}

ul#topnav {
  font: normal 14px Verdana, Arial, sans-serif;
  color : #fff;
  position : absolute;
  top : 260px;
  right : 50px;
  padding : 0;
  margin : 0;
  list-style: none;
}

ul#topnav li {  
  margin : 0;
  padding : 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;
  font-weight : bold;
  padding : 5px 7px;
  color : #663B12;
  display : inline;
  border-right : 1px dashed #663B12;
  }

ul#topnav li a:hover {
  background : #FBCE8B;
}

div#content_wrapper {
  width : 865px;
  margin : 20px 30px 0 51px;
  background : #fff;
}

div#content {
  margin : 0 0 0 195px;
  padding : 15px 15px 15px 15px;
}

div#sidebar_right {
	float : right;
	width : 175px;
	background : #FFF6EA;
	border : 2px dotted #FC9B16;
	padding : 3px;
}

div.clear {
  clear :both;
}

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

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