﻿@import url("layout.css");
body {
	color: #000;
	font-size: 10pt;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #cdf;
	margin: 30px 100px 30px 100px;
	width: 760px;
}
.LightBlueContainer {
	color: #CCDDFF;
}
.DarkBlue {
	color: #446699;
}
.Salmon {
	color: #FF5050;
}
.LightBlue {
	color: #CCDDFF;
}
.FontLarge {
	font-size: large;
}
.LucHandGaramondComicSand {
	font-family: "Lucida Handwriting", Garamond, "Comic Sans MS";
}
#container {
	margin-top: 20px;
	width: 760px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-repeat: repeat-y;
	background-color: #FFFFFF;

}
#masthead {
	background-color: #cde;
	background: #fff;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	width: 740px;
	padding: 0;
}
#navigation {
	margin-left: 10px;
	margin-right: 10px;
	background-color: #000000;
	overflow: hidden;
	color: #FF6666;
	width: 740px;
}
#footer {
	width: 740px;
	text-align: center;
	background-color: #FF5050;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 5px 5px 5px 5px;
}
/* Styles for Navigation */
#navigation ul {
	background: #000000;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	background-color: #000000;
	color: #FFFFFF;
}
#navigation a {
	color: #FF6666;
	text-decoration: none;
	margin: 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #FF6666;
	border: 1px solid #CCCCFF;
	color: #000000;
	font-weight: bold;
}
/* Styles for Content */
h1 {
	color: #FF5050;
	font-size: 2.0em;
	font-family: "Century Gothic", "Arial Unicode MS", "Arial Narrow";
}
h2 {
	color: #FF6666;
	font-size: 1.75em;
	font-family: "Century Gothic", "Arial Unicode MS", "Arial Narrow";
}
h3 {
	color: #FF5050;
	font-size: 1.5em;
	font-family: "Century Gothic", "Arial Unicode MS", "Arial Narrow";
}
h4 {
	color: #FF5050;
	font-size: 1.25em;
	font-family: "Century Gothic", "Arial Unicode MS", "Arial Narrow";
}
h5 {
	color: #FF5050;
	font-size: 0.75em;
	font-family: "Century Gothic", "Arial Unicode MS", "Arial Narrow";
}
h6 {
	color: #FF5050;
	font-size: 0.5em;
	font-family: "Century Gothic", "Arial Unicode MS", "Arial Narrow";
}
big {
	color: #965;
	font-size: medium;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.BOLD {
	font-weight: bold;
}
.ITALIC {
	font-style: italic;
}
.LucindaHandLargeBluebckBlk {
	font-family: "Lucida Handwriting", Garamond, "Comic Sans MS";
	background: #CCDDEE;
	font-size: medium;
}
.whiteBckg {
	font-family: "Century Gothic", "Arial Unicode MS", "Arial Narrow";
	background-color: #FFFFFF;
	color: #000000;
}
.AddtoCartTable {
	border: 1px solid #FFCCFF;
	text-align: center;
	vertical-align: bottom;
	
}
.SalmonLgCenturyGothic {
	color: #FF5050;
	font-size: 14pt;
	font-weight: bold;
	font-family: "Century Gothic", "Arial Unicode MS", "Arial Narrow";
}
.pictureborderblue {
	border: 1px solid #AAAAFF;
}
.BlueLg {
	color: #AAAAFF;
	font-size: 1.25em;
	font-weight: bold;
}
.Blue12ptCentGoth {
	color: #5353FF;
	font-size: 12pt;
	font-weight: bold;
	font-family: "Century Gothic", "Arial Unicode MS", "Arial Narrow";
}
.BlueBold {
	color: #AAAAFF;
	font-weight: bold;
}
.Center {
	text-align: center;
}
.SalmonBrdrBttmAlign {
	border: 1px solid #FF5050;
	vertical-align: bottom;
}

.FTLogoSalmon24pt {
	font-family: "Lucida Handwriting", Garamond, "Comic Sans MS";
	font-size: 24pt;
	font-weight: bold;
	color: #FF8A8A;
	text-align: right;
}

.TableWhiteBackgrnd {
	background-color: #FFFFFF;
}
.FTLogoBlack16pt {
	font-family: "Lucida Handwriting", Garamond, "Comic Sans MS";
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	text-align: right;
}
.FTLogoSalmon10ptTM {
	font-family: "Lucida Handwriting", Garamond, "Comic Sans MS";
	font-size: 10pt;
	font-weight: bold;
	color: #FF6666;
	text-align: right;
}
.LucHandGaramondComicSand14pt {
	font-family: "Lucida Handwriting", Garamond, "Comic Sans MS";
	font-size: 14pt;
}
.BlackBkgrnd {
	background-color: #000000;
}
.BlackatTop {
	background-color: #000000;
}
.CenterBold {
	text-align: center;
	font-weight: bold;
}
.TableSalmonBackgrnd {
	border: thin solid #FD8281;
	background-color: #BBC9E4;
}
.TableBluish {
	border-collapse: collapse;
	background-color: #BBC9E4;
}
.Blue10ptCentGoth {
	color: #445566;
	font-size: 10pt;
	font-weight: normal;
	font-family: "Century Gothic", "Arial Unicode MS", "Arial Narrow";
}
.BoldWhite11pt {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Century Gothic", "Arial Unicode MS", "Arial Narrow";
	font-size: 11pt;
}
.Border0 {
	border-width: 0px;
}
.imageinTable {
	background-image: url('images/topleftnav.jpg');
	vertical-align: baseline;
	line-height: 108px;
	float: left;
	text-align: left;
}
.right {
	text-align: right;
}
.TableCellleftLogo {
	background-position: left top;
	background-image: url('images/topleftnav.jpg');
	vertical-align: top;
	line-height: 108px;
	float: none;
	background-repeat: no-repeat;
	position: fixed;
}
.Image100px {
	margin-left: 100px;
	margin-right: 100px;
	text-align: left;
}
.Image100pxOnLeft {
	margin-left: 100px;
	margin-right: 100px;
	text-align: left;
}
.Right {
	text-align: right;
}
.LEFT {
	text-align: left;
}
.DottedBlueBorder {
	border-style: dashed dashed dotted dashed;
	border-width: thin thin thick thin;
	border-color: #BBC9E4 #BBC9E4 #000080 #BBC9E4;
	vertical-align: middle;
	background-color: #FFEAEA;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.table {
	border-collapse: separate;
}
.CenterBoldborder {
	border: thin dotted #BBC9E4;
	text-align: center;
	font-weight: bold;
}
