/* REMOVE PADDING AND MARGIN VALUES */
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li,dd,dt,img,
blockquote,q,table,thead,tbody,tfoot,caption,th,tr,td,a,form,
input,textarea,fieldset,pre{margin:0;padding:0;}

/* SET BASE FONT ATTRUBUTES */
*{}
html{font:12px/18px Arial,Helvetica,Verdana,sans-serif;}
body{background:#fff;color:#000;padding:0;margin:0;}
h1,h2,h3,h4,h5{font-family: Arial, Helvetica, sans-serif;margin:0;padding:8px 0 0 0;  color:#706d1c; }
h1{font-size:22px; }
h2{font-size:17px;}
h3{font-size:17px;}
h4{font-size:16px;}
h5{font-size:15px;}

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a{color:#000;text-decoration:underline;}
a:link{color:#000;text-decoration:underline;}
a:visited{color:#000000;}
a:hover{text-decoration:none;}
a:active{}
a img{border:none;}
img{border:none;}

/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
table{font:11px/16px Arial,Helvetica,Verdana,sans-serif;}

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul,ul ol,ul dir,ul menu,ul dl,
ol ul,ol ol,ol dir,ol menu,ol dl,
dir ul,dir ol,dir dir,dir menu,dir dl,
menu ul,menu ol,menu dir,menu menu,menu dl,
dl ul,dl ol,dl dir,dl menu,dl dl{margin-top:0;margin-bottom:0;}

/* HARMONISE LIST-BULLET TYPE */
ul,dl{list-style-type: disc;list-style-position:outside;padding:5px 0 ; margin:0 0 0 15px;}
ul ul, ol ol{margin-left:10px;}
ol{list-style-position:outside;  list-style-type: decimal; }
ul{}
li{}
dl{}
dt{margin-top:5px;font-size:11px; color:#000; text-decoration: none;}
dd{padding:0 0 4px 10px;}

/* Basic Typography element styles*/
p{padding:2px 0 5px 0 ;}
em{font-style:italic;font-weight:normal;}
strong{font-weight:bold;}
sup{font-size:6px;}
acronym {background:transparent;cursor:help;font-style:normal;}
a acronym{border:none;cursor:pointer;}
small{line-height: normal; font-size:10px;}
blockquote{margin:4px 10px; color:#666;line-height:14px;}
blockquote strong{}

/* Basic Form element styles */
form{}
fieldset{border:none;}
legend{color:#000;font-weight:bold;}
input{font-size: 11px;}

#wrapper{ width:994px; margin: 0 auto; }
#footer{ text-align:center; background: transparent url(../images/footer_bg.gif) no-repeat; line-height:34px;padding-bottom:30px}
#nav{ text-align: center; background: #008066; }
