	/* General styles */
body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background-color:#fff;
		min-width:802px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-family: Helvetica, Arial, sans-serif;
		font-size:90%;
		text-align="left"
	}
#nav {
	left:0px;
	height:auto;
	bottom:0px;
	text-align: left;
	padding-top: 20px;
}
#nav ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
    text-indent:0px;
}
#nav li {
    width:200px;
}
#nav li ul li {
    width:180px;
}
#nav li.category {
	height:auto;
	color: #000000;	
	font-weight: bold;
	padding: 10px 0px 5px 0px;
}
/*IE hack */
* html #nav li ul li {
    margin-left:-10px;
    padding-left:10px;
}
/* end IE hack */

#nav li a,
#nav li ul li a {
    font-weight:bolder;
    text-decoration:none;
    display:block;
    height:auto;
    width:100%;
}
#nav li.category ul li a {
	margin-left:-10px;
	padding-left:30px;
	padding-top: 5px;
}
#nav li a:link,
#nav li a:visited {
    color:#000000;
}
#nav li a:hover,
#nav li a:active {
	text-decoration: underline;
	color:#A5771A;
	font-weight: bold;
} 
#nav li.category ul li a:link,
#nav li.category ul li a:visited {
	color:#000000;
	font-weight: bold;
}
#nav li.category ul li a:hover,
#nav li.category ul li a:active {
	text-decoration: underline;
	color:#A5771A;
	font-weight: bolder;
}
a#main:link {
	color:#000000;
	text-decoration:none;
	font-weight: bold;
    }
a#main:active {
	color:#000000;
	text-decoration:none;
	font-weight: bolder;
	}
a#main:visited {
	color:#000000;
	text-decoration:none;
	font-weight: bold;
	}
a#main:hover {
	text-decoration: underline;
	color:#A5771A;
	font-weight: bold;
	}
a#sub:link {
	color:#000000;
	text-decoration:none;
	font-weight: bold;
    }
a#sub:active {
	color:#6E0000;
	text-decoration:none;
	font-weight: bolder;
	}
a#sub:visited {
	color:#000000;
	text-decoration:none;
	font-weight: bold;
	}
a#sub:hover {
	text-decoration: underline;
	color:#A5771A;
	font-weight: bold;
	}
ul.links {
	list-style:none;
	margin:0px;
	text-indent: -2em;
	}
ul.noindent {
	list-style-type: square;
	margin:0px;
	font-size:80%;
	}
h1, h2, h3 {
		margin:.6em 0 .2em 0;
		padding:0;
	}
h1 {
	font-weight: bold;
	color: #666633;
	text-align: center;
	}
h2	{
	font-weight: bold;	
	color: #666633;
	text-align: center;
	}
h3 {
	font-weight: bold;
	color: #000000;
	}
h4 {
	font-weight: bold;
	color: #000000;
	}
p {
		margin:.2em 0 .4em 0;
		padding:0;
	}
ul.links {
	list-style:none;
	text-align:left;
	margin:0px;
	text-indent: -2em;
	}
.HighRoadLight {color: #999966; font-weight: bold; }
.HighRoadDk {color: #666633; font-weight: bold; }
.HighRoadDkItal {color: #666633; font-weight: bold; font-style: italic;}
.black {color: #000000}
.blackctr {
	color: #000000;
	text-align: center;
	font-weight: normal;
}
.dkgreen {color: #666633}
.red {
	color: #6E0000;
	margin: 1em 0 .2em 0;
}
.redbold {
	color: #6E0000;
	font-weight: bold;
	padding: 3px;
}
.redctr {text-align: center; color: #6E0000;}
.redboldctr {color: #6E0000; font-weight: bold; text-align: center;}
.white {color: #FFFFFF}
.whitebold {color: #FFFFFF; font-weight: bold; }
.smfont {
	font-size: small;
	vertical-align: top;
}
.lgfont {
	font-size: larger;
	vertical-align: top;
	text-align: left;
}
img {
		margin:5px 5 px 5px;
	}
	/* Header styles */
div#Header {
		margin: 0px;
		width:99%;
		height:187px;
	}	
#header {
		clear:both;
		float:left;
		width:100%;
		height:170px;
	}
	/* Footer styles */
#footer {
		clear:both;
		float:left;
		width:99%;
		background-color:#666633;
		border: solid #6E0000 3px;
	}
#footer p {
		padding:10px;
		margin:0;
	}
img.Left	{
	float:left;
	border:solid #000000 1px;
	margin-top: 0.2em;
	margin-right: 0.6em;
	margin-bottom: 0;
	margin-left: 0.2em;
	}
img.LeftNoBorder	{
	float:left;
	margin: 0 .6em 0 .2em;
	border:0px;
	}
img.Right	{float:right;
	margin: 0 .2em 0 .6em;
	border:1px;
	border-style:solid;
	border-color:#000000;
	}
img.RightNoBorder	{float:right;
	margin: 0 .2em 0 .6em;
	border:0px;
	}
.bullets {
	margin:.6em 0 .2em 0;
	list-style-position: outside;
	list-style-type: square;
	text-align: left;
}
.bullets-ind {
	margin:.4em 0 .4em 1em;
	list-style-position: outside;
	list-style-type: square;
	text-align: left;
}
#ImageRightDiv {
	margin-right: 0.5em;
	margin-left: 0.5em;
	padding: 0.5em;
	float: right;
	border: thin black solid;
}
#ImageRightDiv p{
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
#ImageLeftDiv {
	margin-right: 0.5em;
	margin-left: 0.5em;
	padding: 0.5em;
	float: left;
	border: thin black solid;
}
#ImageLeftDiv p{
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
#ImageCtrDiv {
	clear: both;
	align: center;
	width: 95%;
	margin-right: 0.75em;
	margin-left: 0.75em;
	padding: 0.5em;
	border: thin black solid;
}
#ImageCtrDiv p{
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
#ImageCtrNoBordDiv {
	clear: both;
	text-align: center;
	width: 100%;
	padding: 0.25em;
	border: 0;
}
#ImageCtrNoBordDiv p{
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
.border {
	border: thin groove #000000;
}
#box {
	background-color: #FFFFFF;
	margin: 1px;
	padding: 2px;
	clear: both;
	float: left;
	border: thin groove #000000;
	position: relative;
}
tr.d0 td {
	border-bottom: solid #000000 1px;
}
tr.d1 td {
	border: none;
}
