﻿@charset "utf-8";
/* CSS Document */


html {
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers. Edited 07/27/2009, Dave Robichaud  */
	height: 101%;
	margin-bottom: 1px;
}

p,div,span,li{
	font-family:Arial, Helvetica, sans-serif;
	color:#703000;
	font-size:12px;
	line-height:19px;
	padding:0px;
	margin-left:0px;
	margin-right:0px;
	/* Edited 07/29/2009, Dave Robichaud  */
	margin-top:0px;
	margin-bottom:0px;
}

a{
	color:#703000;
	font-weight:bold;
}

/* Added 07/29/2009, Dave Robichaud  */
a:hover {
	color:#607B64;
	text-decoration: underline;
}

.normalLink{
	color:#703000;
	text-decoration:none;
	font-weight:normal;
}

/* Added 07/29/2009, Dave Robichaud  */
.highlightedLink {
	color:#607B64;
	text-decoration:none;
	font-weight:bold;
}

.topLink {
	margin-top: -5px;
}

.leftTxt{
	line-height:16px;
}

.bottomTxt{
	font-size:10px;
}

.pdfIcon{
	position:relative;
	margin:-110px 0px 0px 350px;
}

ul{
	list-style-image:url(lyt_img/bullet.gif);
	padding-left:5px;
	margin-left:10px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top: 8px;
	margin-bottom: 8px;
	
}

li{
	margin:0px;
	padding:0px;
}

.subMenu{}

.subMenu:hover{
	color:#3f6b45;
}

.subTitle{
	color:#607b64;
	font-weight:bold;
	margin-top:15px;
	text-transform: uppercase; /*  Edited 07/27/2009, Dave Robichaud */
}

.subTitle2{
	font-size:14px;
}

.rightLine{
	position:absolute;
	margin:-23px 0px 0px 155px;
}