body {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: 400;
	color: #444444;
	background-color: white;
	margin: 0;
	padding: 0;
}

pre {
	color: #444444;
}

h2, .h2 {	
	font-size: 12px;
	font-weight: 700; 
	color: #A77E30;
}

a {
	font-weight: 400; 
	text-decoration: underline; 
}

a:link, a:visited {
	color: #2F4F4F;
}

a:hover {
	color: #9A4141;
}

img {
	border: 0;
}

#BackgroundLeft {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	height: auto;
	bottom: 0px;
	background-image: url(img/bg_subnav.png);
	background-repeat: repeat-y;
}

#HeadingLogo1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 125px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(img/bg_top.png);
	background-repeat: repeat-x;
}

#HeadingLogo2 {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 167px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
}

#HeadingTitle {
	position: absolute;
	top: 0px;
	left: 167px;
	height: 100px;
	margin: 0;
	padding: 0;
	border: 0;
}

#HeadingTitle p {
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 500;
	color: maroon;
	text-indent: 25px;
	line-height: 100px;
	margin: 0;
	padding: 0;
	border: 0;
}

#HeadingNav * {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#HeadingNav {
	position: absolute;
	top: 100px;
	left: 167px;
	height: 25px;
	padding-left: 15px;
}

#HeadingNav table {
	height: 17px;
}

#HeadingNav td {
	padding: 0 15px 0 15px;
}

#HeadingNav a {
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap; 
}

#HeadingNav a:link, #HeadingNav a:visited {
	color: black;
}

#HeadingNav a:hover {
	color: maroon;
}

#HeadingNav a.disabled {
	color: gray;
}

#LeftNav {
	position: absolute;
	top: 125px;
	left: 0px;
	width: 167px;
	margin: 0;
	border: 0;
	padding: 0px 0 50px 0;
}

#LeftNav h3 {
	color: #2F4F4F;
	font-size: 10px;
	font-style: normal;
	line-height: normal; 
	font-weight: 700;
	font-variant: normal;
	margin: 0 0 0 0;
	padding: 25px 0 0 27px;
}

#LeftNav ul {
	margin: 0;
	padding: 0 0 0 14px;
	border: 0;
}

#LeftNav li {
	text-align: left;
	white-space: nowrap; 
	font-size: 10px;
	list-style: disc url(img/arrow2.png) inside;
	margin: 0;
	border: 0;
	padding: 6px 0 0 0;
}

#LeftNav .image {
	text-align: center;
	padding: 25px 0 0 0;
}

#Content {
/*	margin: 125px 0 0 167px; */
	margin: 0;
	padding: 155px 25px 25px 192px;
	background-image: url(img/bg_subnav.png);
	background-repeat: repeat-y;
}

#Copyright {
	padding: 50px 0 0 0;
	text-align:center;
}

