/* General CSS Elements */
body {
	background-color: #2e2e2e;
	background-image: url(../images/wrapBG.png);
	margin: 0px;
	color: #fff;
	font-size: 10pt;
	font-family: arial;
}
a:link, a:visited {
	font-size: 10pt;
	color: #1c8ceb;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
a:hover {
	color: #ed5705;
}
.oneTime {
	font-size: 10pt;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
a.oneTime:link, a.oneTime:visited {
	font-size: 10pt;
	color: #000;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
}
a.oneTime:hover {
	color: #fff;
	text-decoration: none;
}

/* CSS For Site Blocks */
	a.nav:link, a.nav:visited {
		font-family: arial;
		font-size: 9px;
		color: #767676;
		text-decoration: none;
		text-transform: capitalize;
	}
	a.nav:hover {
		color: #fff;
	}
	
	a.navON:link, a.navON:visited {
		font-family: arial;
		font-size: 9px;
		color: #ffffff;
		text-decoration: none;
		text-transform: capitalize;
	}
	a.navON:hover {
		color: #fff;
	}

	DIV.footerContent {
		margin-left: 30px;
		color: #8b8b8b;
		font-size: 8pt;
		font-family: arial;
		text-align: left;
		vertical-align: middle;
		top: 50%;
	}
	a.footer:link, a.footer:visited {
		color: #8b8b8b;
		text-decoration: none;
		text-transform: capitalize;
	}
	a.footer:hover {
		color: #055ced;
	}
	SPAN.footSep {
		color: #5a5a5a;
	}


/* Text Elements */
.titleMaster {
	font-size: 16pt;
	color: #EDA405;
	font-family: arial;
	font-weight: bold;
	letter-spacing: 2px;
	font-style: italic;
}
.titleSub {
	font-size: 8pt;
	color: #FDD98B;
	font-family: arial;
	font-weight: lighter;
	letter-spacing: 1px;
	line-height: 14px;
}

#quote {
	font-family: verdana;
	font-size:14px;
	padding:0;
	margin:0;
	letter-spacing:0.01em;
}
#quote-from {
	padding:0;
	padding-top:5px;
	padding-bottom:20px;
	margin:0;
	font-style: italic;
	color:#ff4500;
}
#quoter {
	padding:0;
	margin:0;
	font-size:14px;
	letter-spacing:0.1em;
}


/* Rule Elements*/
hr {
	line-height: 1px;
	height: 1px;
	width: 150px;
	text-align: left;
	color: #3f3f3f;
	background-color: #3f3f3f;
	border: 0px;
	margin: 18px auto 18px 0;
}
.full {
	line-height: 1px;
	height: 1px;
	width: 652px;
	text-align: left;
	color: #3f3f3f;
	background-color: #3f3f3f;
	border: 0px;
	margin: 18px auto 18px 0;
}
.signup {
	font-size: 8pt;
	width: 250px;
	text-align: left;
	padding: 7px;
	color: #fff;
	border: 1px solid #3f3f3f;
}
.signupPage {
	font-size: 8pt;
	width: 400px;
	text-align: left;
	padding: 7px;
	color: #fff;
	border: 1px solid #3f3f3f;
}
.contact {
	font-size: 8pt;
	width: 400px;
	text-align: left;
	padding: 7px;
	color: #fff;
	border: 1px solid #055ced;
}
.unsubscribe {
	font-size: 8pt;
	width: 450px;
	text-align: left;
	padding: 7px;
	color: #fff;
	border: 1px solid #ed5705;
}


/* Program Elements */
.programArea {
	font-size: 13pt;
	font-weight: bold;
	color: #d2d2d2;
	text-transform: italic;
}
.programTitle {
	font-size: 12pt;
	font-weight: bold;
	color: #1c8ceb;
}
.programLength {
	font-size: 9pt;
	color: #ff4500;
}