
/* CSS RESET
----------------------------------------------- */

body 

{margin: 0;
padding: 0;
font-family: Arial,Helvetica,Geneva,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 67.5%;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;}



dl,dt,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td
	{
	padding: 0;
	margin: 0 0 1em 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	}
input,textarea,dl,dt
	{
	margin: 0;
	}
strong,dt,h1,h2,h3,h4,h5,h6
	{
	font-weight: bold;
	}
li
	{
	margin-bottom: .5em;
	}
table
	{
	font-size: inherit;
	}
caption,th
	{
	text-align: left;
	}
ul
	{
	padding-left: 2em;
	list-style-type: disc;
	}
ol
	{
	padding-left: 2em;
	list-style-type: decimal;
	}
fieldset,img
	{
	border: 0;
	}
abbr,acronym
	{
	border: 0;
	}



/* general page elements
----------------------------------------------- */

body 
	{margin: 0;
	padding: 0;
	font-family: "Franklin Gothic Book", Helvetica, sans-serif;
	font-size: 10px;
	height: 100%;
	background-image: url(images/tan-background.jpg);
}

a
{
text-decoration: none;
}
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover {color: #8B7355;} 
a:active { color: #8B7355; }
}

a img
{
border: 1px solid #000000;
}

a img:hover img
{
border: 1px #8B7355;
}

.highlightit:hover{
color: red; /* Dummy definition to overcome IE bug */
}




h2
	{
	margin: 0 0 1.2em 0;
	font-size: 1.7em;
	line-height: 1.1em;
	font-weight: normal;
	color: #000000;
	text-transform: lowercase;
	}
h3
	{
	font-size: 1.2em;
	margin-bottom: .2em;
	}



/* miscellaneous styles
----------------------------------------------- */

#left_nav_main
	{margin: 0;
	position: absolute;
	line-height: normal;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}

#left_nav_sub
	{margin: 0;
	position: absolute;
	line-height: normal;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	}

#left_nav a
	{
	color: #000000;
	text-decoration: none;
	}

#left_nav a:hover
	{
	color: #8B7355;
	}

#prev_next
	{
	height: 20px;
	}

#prev_next p
	{
	margin: 0;
	padding-left: 10px;
	line-height: 20px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	}


/*
SITE-INFO
--------------------------------------------------*/

#site-info
	{
	height: 20px;
	}
#site-info p
	{
	margin: 0;
	padding-left: 10px;
	line-height: 20px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	}
