* { 
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;}
p.highlight { text-align : center; font-weight : bold; font-style: italic; color : #8D3C12; font-size : 1.2em;}
p.need { color : red; font-weight : bold;}
.question {background : yellow; color : black;}

BODY {
  margin : 0;
  color : #404040;
  background : #B05728;
  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 : #B05728; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h2 {font-weight : bold; font-size : 18px; color : #B05728; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h3 {font-weight : bold; font-size : 16px; color : #B05728; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h4 {font-weight : bold; font-size : 14px; color : #B05728; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h5 {font-weight : bold; font-size : 12px; color : #B05728; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h6 {font-weight : bold; font-size : 11px; color : #B05728; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}

A  {color : #22377E; font-weight : normal; text-decoration : underline;}
A:Visited  { color : #22377E; font-weight : normal; text-decoration : underline;}
A:Active  { color : #22377E; font-weight : normal; text-decoration : underline;}
A:Hover  { color : #22377E;	font-weight : normal; text-decoration : none;}

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

div#wrapper {
   width: 875px;
   min-height : 500px;
   margin: 20px auto 20px auto;
   background : #fff;
   text-align: left;
   border: 1px solid #000;
   padding : 5px;
}

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

img#hd_photo {
  margin : 0 5px;
}


div#nav_wrapper {
  position : absolute;
  bottom : 0px;
  left : 0px;
  display : block;
  width : 650px;
  background : #390D00;
}
ul#nav {
  font: normal 13px "Trebuchet MS", Verdana, sans-serif;
  color : #fff;
  margin : 0;
  float : left;
}

ul#nav li {
  list-style: none;
  margin : 0;
  float : left;
  display : inline;
}

/* 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 : #fff;
  font-weight : normal;
  float : left;
  padding : 4px 10px;
  background : none;
}

ul#nav li a:hover {
  background : #AE6D2D;
}

div#footer {
  color : #8D3C12;
}

div#footer p {
  color : #8D3C12;
  float : left;
  margin-right : 10px;
}

div#footer a {
  color : #22377E;
  font-weight : normal;
  text-decoration : underline;
}

div#content_wrapper {
  border : 6px solid #804820;
  background : #fff url(images/bg_content.gif) top left repeat-y;
}

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

img#bodyimg {
  float : left;
}

div#box {
  margin : 5px 15px;
  border : 1px solid #804820;
  background : #e7e7e7;
  padding : 5px;
}

div#box h3 {
  margin : 0;
}


/* Fix IE. Hide from IE Mac \*/
 * html img#bodyimg {
   width : 365px;
}
 /* End Fix IE \*/

div#clear {
  clear :both;
}

.photo {
  position : relative;
  float: left;
  width: 140px;
  height : 170px;
  margin: 5px;
  padding: 0;
  font-size : 10px;
  text-align : center;
  overflow : auto;
}

.photo img {
  display : block;
  margin : 0 auto;
  text-align : center;
  border : none;
}

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

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