@charset "utf-8";
/* CSS Document */


/* Template styles applied to every ecommerce site */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/Tile.jpg);
	background-repeat: repeat;
}
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
}
h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5088b9;
}
input, Select, Textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818181;
}
a:link, a:visited  {
	color: #5088b9;
	text-decoration: none;
}
a:hover {
	color: #5088b9;
	text-decoration: underline;
}
.TxtWhite {
	color: #FFFFFF;
}

/* Site styles. Applied to Specific Site*/

.Background {
	background-image: url(../images/Backgrounds.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.BG-Visit-Site-Menu {
	background-image: url(../images/TN-Site-BG.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 208px;
	padding-top: 24px;
	padding-left: 10px;
}
.BG-Visit-Site-Menu input, Select, Textarea{
	color: #5088b9;
}
.Tile-Main {
	background-image: url(../images/Tile-x.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.Header-Space {
	height: 32px;
}
.Left-Nav-BG {
	background-image: url(../images/LN-Nav-Top.jpg);
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
}
.Left-Nav-Tile {
	background-image: url(../images/LN-Nav-Tile.jpg);
	background-repeat: repeat-y;
}
.Left-Nav-Links-off {
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5088b9;
}
.Left-Nav-Links-off a:link, .Left-Nav-Links-off a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.Left-Nav-Links-off a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.Left-Nav-Links-on {
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5088b9;
	background-image: url(../images/LN-Links-on.jpg);
	background-repeat: repeat-y;
}
.Left-Nav-Links-on a:link, .Left-Nav-Links-on a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.Left-Nav-Links-on a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.Main-Tile {
	background-image: url(../images/Main-Tile.jpg);
	background-repeat: repeat-y;
}
.Main-BG {
	background-image: url(../images/Main-BG.jpg);
	background-repeat: no-repeat;
	padding-top: 21px;
	padding-right: 25px;
	padding-left: 40px;
	background-position: center top;
}
