html, body {
	margin: 0;
	height: 100%;
	font-family: Verdana, sans-serif;
}

/*  table call and border definitions ***/
.RightBottom{
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}
.Bottom{
	border-bottom: 1px solid #DCDCDC;
}
#NavArea{
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	vertical-align: top;
	padding-bottom: 30px;
	background-image: url(../images/navBackground.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.Right{
	border-right: 1px solid #DCDCDC;
	vertical-align: top;
}
.CopyRight{
	border-right: 1px solid #DCDCDC;
	font-family: "Arial", sans-serif;
	font-size: 9px;
	padding: 15px 0 15px 15px;
	vertical-align: top;
}
/***** Link Definitions **********/
a:link {
	text-decoration: none;
	color: #006666;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #006666;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #990033;
	font-size: 12px;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #006666;
	font-size: 12px;
	font-weight: bold;
}

/***** Header Definitions **********/
#TollFree{
	position: relative;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	background-image: url(../images/TopNavBackground.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0;
	padding: 75px 16px 13px 0;
	width: 164px;
	color: #666666;
	font-size: 16px;
	font-family: Tahoma, serif;
	font-weight: bold;
	text-align: right;
}
.TopNavDivsWTriangle{
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	background-image: url(../images/TopNavBackgroundTriangle.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0;
	padding: 75px 20px 15px 0;
	width: 160px;
	text-align: right;
}
#BreadCrumb{
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	background-color: #FFF0B3;
	padding: 0 15px 15px 0;
	margin: 0;
	text-align: right;
	font: Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	width: 180px;
}


/***** Navigation Definitions **********/
.lhnav {
	list-style-type: none;
	width: 170px;
	margin: 40px 15px 40px 15px;
	padding: 15px 0;
	border-top: dashed gray 1px;
	border-bottom: 1px dashed gray;
}
.lhnav li{
	margin: 0 0 9px 0;
	padding: 0;
}
.lhnav li a{
	font-weight: bold;
	color: #006666;
	font-size: 12px;
	text-decoration: none;
}
.lhnav li a:hover{
	font-weight: bold;
	color: #990033;
	font-size: 12px;
}

/***** Basic Definitions **********/
h1{
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	color: #990033;
	margin: 0 0 3px 0;
	padding: 0;
}
p{
	font-size: 12px;
	margin: 0 0 10px 0;
	line-height: 17px;
}
ul{
	font-size: 12px;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	line-height: 17px;
}
h2{
	padding: 0;
	margin: 0;
	border: none;
	font-size: 12px;
}
h3{
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0 0 10px; 
}

.IntroParagraph{
	font-size: 13px;
	margin: 15px 0 10px 100px;
}
.DottedRule{
	margin: 15px 0 15px 0;
	padding: 0;
}

.Link{
	display: block;
	margin: 5px 0 5px 0;
}
#MainBody{
	margin: 35px 35px;
	border: solid white 1px;
	width: 460px;
}
#FloatLeftPhoto{
float: left;
margin: 0 15px 10px 0;
}