/* CSS Document */

body { margin:0; background:url(images/bodybg_tile.jpg) repeat-x fixed top center #bbaa88; }

.contentbg { margin:0; background:url(images/content_bg.gif) no-repeat top center #bea881; }

h1 { font:normal 17px/21px Helvetica, Arial, sans-serif; color:#382d1b; margin:0; padding:0; }
h1 a:link, h1 a:active, h1 a:visited { color:#505d38; text-decoration:none; }
h1 a:hover { color:#334417; }

h2 { font:normal 15px/20px Helvetica, Arial, sans-serif; color:#382d1b; margin:0; padding:0; }
h2 a:link, h2 a:active, h2 a:visited { color:#505d38; text-decoration:none; }
h2 a:hover { color:#334417; }
	
h3 { font:bold 13px/14px Arial, Helvetica, sans-serif; color:#500004; margin:0; padding:0; }
h3 a:link, h3 a:active, h3 a:visited { color:#500004; text-decoration:none; }
h3 a:hover { color:#200002; }
	
h4 { font:normal 11px/16px Arial, Helvetica, sans-serif; color:#000000; margin:0; padding:0; }
h4 a:link, h4 a:active, h4 a:visited { color:#500004; text-decoration:none; }
h4 a:hover { color:#200002; }

h5 { font:normal 10px/10px Arial, Helvetica, sans-serif; color:#bea881; margin:0; padding:0; }
h5 a:link, h5 a:active, h5 a:visited { color:#d5a34a; text-decoration:none; }
h5 a:hover { color:#ecc682; }

/* Highlight Images on Rollover */

.highlightit img{
border: 3px solid #b08540;
}

.highlightit:hover img{
border: 2px solid #335003;
}

.highlightit:hover{
color: red; /* Dummy definition to overcome IE bug */
}