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

BODY, TD, P  { font-size : 14px; font-family : times new roman, arial, sans-serif; color : #2A2323; line-height : 1.5em;}

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

BODY {
  margin : 0;
  color : #2A2323;
  background : #fff;
  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 : 22px; color : #353C2F; margin-bottom : 0.5em; font-family : times new roman, Verdana, sans-serif;}
h2 {font-weight : bold; font-size : 18px; color : #353C2F; margin-bottom : 0.5em; font-family : times new roman, Verdana, sans-serif;}
h3 {font-weight : bold; font-size : 16px; color : #353C2F; margin-bottom : 0.5em; font-family : times new roman, Verdana, sans-serif;}
h4 {font-weight : bold; font-size : 14px; color : #353C2F; margin-bottom : 0.5em; font-family : times new roman, Verdana, sans-serif;}
h5 {font-weight : bold; font-size : 12px; color : #353C2F; margin-bottom : 0.5em; font-family : times new roman Verdana, sans-serif;}
h6 {font-weight : bold; font-size : 11px; color : #353C2F; margin-bottom : 0.5em; font-family : times new roman, Verdana, sans-serif;}

A  {color : #5D0F0B; font-weight : bold; text-decoration : none;}
A:Visited  { color : #5D0F0B; font-weight : bold; text-decoration : none;}
A:Active  { color : #5D0F0B; font-weight : bold; text-decoration : none;}
A:Hover  { color : #9F1D0F;	font-weight : bold; text-decoration : underline;}

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

div#wrapper_over {
   width: 908px;
   margin: 0px auto 0px auto;
   background : #fff url(images/bg_wrapper.gif) top left repeat-y;
   text-align: left;
}

div#wrapper {
  margin : 0 4px;
  border-bottom : 1px solid #BCBCBC;
}

div#header {
  width : 900px;
  background : #D3D3D3;
  margin-bottom : 15px;
}

div#contact_info {
  text-align : center;
  font-size: 17px;
  color : #000;
  padding : 4px 0;
}

div#contact_info a {
  color : #000;
  font: normal 16px "Trebuchet MS", Verdana, sans-serif;
  text-decoration : none;
}


ul#nav {
  font: normal 16px "Trebuchet MS", Verdana, sans-serif;
  color : #000;
  width : 900px;
  margin : 0;
  float : right;
}

ul#nav li {
  list-style: none;
  margin : 0;
  float : left;
  display : inline;
  background : #000 url(images/bg_nav.gif) top right no-repeat;
}

ul#nav li a, ul#nav li a:link, ul#nav li a:visited
{
  text-decoration: none;
  text-transform : uppercase;
  color : #fff;
  font-weight : normal;
  float : left;
  background : none;
  border : 0;
  text-align : center;
  padding : 4px 0;
  width : 225px;
}

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

div#footer {
  width : auto;
}

div#footer h3 {
  font-size : 22px;
  margin-bottom : 0;
}

div#footer p {
  font-size : 16px;
  text-align : center;
  color : #000;
  line-height : 1.5em;
}

div#content {
  padding : 10px 25px 0 25px;
}

div#clear {
  clear :both;
}

.small {font-size : 0.80em;}
