@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/backNoise.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main {
	position:absolute;
	left:133px;
	top:117px;
	width:414px;
	height:220px;
	z-index:1;
}
#bottomRight {
	position: relative;
	width:264px;
	height:139px;
	z-index:5;
	background-image: url(../images/bottomRightFL.png);
	background-repeat: no-repeat;
	right: -115%;
	bottom: 74%;
}

/* FOR MAIN CONTENT AREA TABLE */
.tableTopNav {
	background-image: url(../images/backNav.png);
	background-repeat: no-repeat;
}
.tableBackContent {
	background-image: url(../images/backContent.png);
	background-repeat: repeat-y;
}
.tableContentBottom {
	background-image: url(../images/backContentBottom.png);
	background-repeat: no-repeat;
}

/* NAV BAR */
.nav {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	}
.nav a:link {
	text-decoration: none;
	color: #FFFFFF;
	}
.nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
.nav a:hover {
	text-decoration: none;
	color: #333366;
	}
.nav a:active {
	text-decoration: none;
	color: #333366;
	}
	
/* FOOTER */
#footer {
	position: relative;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	color:#F0EFF8;
	font-size: 0.7em;
	text-align: center;
	width: 718px;
	top: 10px;
	}

/* MAIN CONTENT */
.copy {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	word-spacing: normal;
	/*text-align: left;*/
	letter-spacing: 0;
	line-height: 1.8em;
	font-size: 0.8em;
	}
.copy a:link {
	text-decoration: underline;
	color: #fb7f70;
	}
.copy a:visited {
	text-decoration: underline;
	color: #fb7f70;
	}
.copy a:hover {
	text-decoration: none;
	color: #8a265b;
	}
.copy a:active {
	text-decoration: none;
	color: #8a265b;
	}
.copyCompact {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	word-spacing: normal;
	/*text-align: left;*/
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 0.8em;
	}

.copyCompactQuote {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	word-spacing: normal;
	/*text-align: left;*/
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 0.7em;
	}


.copyCompact a:link {
	text-decoration: underline;
	color: #fb7f70;
	}
.copyCompact a:visited {
	text-decoration: underline;
	color: #fb7f70;
	}
.copyCompact a:hover {
	text-decoration: none;
	color: #8a265b;
	}
.copyCompact a:active {
	text-decoration: none;
	color: #8a265b;
	}
	
H1 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	background-color: #fff;
	color: #342f70;
	text-decoration: none;
	word-spacing: normal;
	/*text-align: left;*/
	letter-spacing: 0;
	line-height: 1.1em;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 10px;
	}
H2 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	background-color: #fff;
	color: #d91c5c;
	text-decoration: none;
	word-spacing: normal;
	/*text-align: left;*/
	letter-spacing: 0;
	line-height: 1.1em;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	}
H3 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	background-color: #fff;
	color: #d91c5c;
	text-decoration: none;
	word-spacing: normal;
	/*text-align: left;*/
	letter-spacing: 0;
	line-height: 1.1em;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	}
.quote {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	background-color: #fff;
	color: #d91c5c;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 5px;
	}
.quoteCred {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	background-color: #fff;
	color: #333333;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 0.7em;
	font-weight: normal;
	padding-left: 20px;
	margin-top: -8px;
	}

