body {
	text-align: center; /* center wrapper for IE */
  /* putting this here sets the width of wrapper and ensures Gecko browsers don't lose the left side in small windows */
	min-width: 760px; 
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #000000;
	margin: 0 0;
	padding: 0;
	background: #B90005;
}

/* Zero-out browser default margins/padding */
* {
	margin: 0;
	padding: 0;
}

/* layout divs */
#wrapper {
	position: relative;
	text-align: left; /* all content defaults to left aligned */
  margin: 0 auto; /* center wrapper for Gecko */ 
	margin-top: 5px;
	width: 760px;
	border: 3px solid #fff;
}

#main {
	display: block;
	background: #FFF;
}

#header {
	width: 760px;
}

.clearing { 
	clear: both; 
	height: 0;
}

/* header styles */
h1 {
font-size: 30px;
color: #000000;
text-align: center;
}

h2 {
font-size: 18px;
color: #FF0000;
margin: 16px 0;
text-align: center;
}

h3 {
font-size: 18px;
color: #0000ff;
margin: 16px 0;
text-align: center;
}

h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
margin: 16px 14px 6px;
}

/*link styles */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* text styles */
p {
	line-height: 18px;
	margin-bottom: 10px;
	text-align: left;
	text-indent: 20px;
	font-size: 15px;
	font-family: Georgia, Times New Roman, Times, serif;
}
p.center {
	text-align: center;
}
p.left {
	text-align: left;
}
p.right {
	text-align: right;
}
.highlight {
	color: #FF0000;
	font-weight: bold;
}
.bigletter {
	font-size: 30px;
	font-weight: bold;
}
.bigtext {
	font-size: 20px;
	font-weight: bold;
}

.bignormal {
	font-size: 20px;
}
.bignormalred {
	font-size: 20px;
	color:#FF0000;
}
.normalred {
	color:#FF0000;
	font-size: 15px;
}	
.normalblack {
	color:#000000;
	font-size: 15px;
}
.normalblue {
	color:#0000ff;
	font-size: 15px;
}
.sans12 {
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.sansred12 {
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
}
.fonthighlight {
	background-color:#FFFF00;

}
.red18 {
	color: #ff0000;
	font-size: 18px;
}
.redarial18 {
	font-size: 18px;
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
}
.black18 {
	color: #000000;
	font-size: 18px;
}
.font22 {
	font-size: 22px;
}
.red22 {
	font-size: 22px;
	color: #ff0000;
}
.blue22 {
	color: #0000ff;
	font-size: 22px;
}
.Arial15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.Arial18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.Arialred18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ff0000;
}
.blue18 {
	color: #0000ff;
	font-size: 18px;
}
.smallsans {
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.smallsansblue {
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0000ff;
}
.smallsansblueright {
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0000ff;
	text-align:right;
}
.titlesansblue {
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0000ff;
	text-align:center;
}
.bigblue {
	color: #0000ff;
	font-size: 18px;
}
.bigbluesans {
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	color: #0000ff;
	font-size: 18px;
}
/* main content styles */
div#content {
	margin: 20px 0; 
	padding: 0 100px;
	min-height: 200px; /* for good little browsers */
	position: relative;
}
div#content div {
	text-align: center;
}
div#content ul {
	margin: .1em 0 1em;
}
div#content li {
	margin: 0 0 .3em 2em; 
	padding: 0 0 0 20px;
}
div#content ul li {
	list-style: none;
	background: transparent url(images/black-chevron.gif) 0 3px no-repeat;
	line-height: 14px;
}
div#content li.redcheck {
	margin: 0 0 1em 1em; 
	padding: 0 6px 0 11px;
}
div#content ul li.redcheck {
	list-style: none;
	background: transparent url(../images/red-chevron.gif) 0 0 no-repeat;
	line-height: 14px;
}
div#content li.blackcheck {
	margin: 0 0 1em 1em; 
	padding: 0 6px 0 11px;
}
div#content ul li.blackcheck {
	list-style: none;
	background: transparent url(../images/black-chevron.gif) 0 0 no-repeat;
	line-height: 14px;
	font-size: 15px;
}
div#content li.redcheckmark {
	margin: 0 0 1em 1em; 
	padding: 0 0 0 22px;
}
div#content ul li.redcheckmark {
	list-style: none;
	background: transparent url(../images/red-checkmark.gif) 0 0 no-repeat;
	line-height: 16px;
	font-size: 15px;
}
img.decorative {
	float: right;
	margin: .2em 1em 1em;
	border: 1px solid #333;
}
img.decorative-left {
	float: left;
	margin: .2em 1em 1em;
	border: 1px solid #333;
}

/* testimonial styles */
#content blockquote {
	float: none;
	display: block;
	width: 85%;
	margin: 1em auto;
	margin-right: 10px;
	padding: 16px 18px 18px 18px;
	border: 1px solid #dd0000;
	background:#FFFFCC;
}
#content blockquote p {
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-indent: 0;
}
#content blockquote h2 {
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #000;
}
#content blockquote.sans {
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#content blockquote cite {
	display: block;
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	text-align: right;
	margin-right: -18px;
	margin-bottom: -18px;
	padding: 0 24px 24px 0;
	background: transparent url(../images/redontanright_quote.gif) bottom right no-repeat;
}
#content blockquote.ret_letter p {
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-indent: 0;
}

/* Teleclass registration form styles */
.regtable {
	margin: 0 auto;
	font-family: Verdana, sans-serif;
	font-size: .9em;
}
.regtable table {
	margin: 8px auto;
}
.regtable p {
	text-indent: 0;
}
.regleftcol {
	background: #D6D6D6;
	padding: 5px;
	padding-top: 8px;
}
.regleftcol p {
	text-align: center;
	font-weight: bold;
}
.regrightcol {
	padding: 5px;
	padding-top: 8px;
}
.regrightcol p {
	text-align: center;
}
.center {
	text-align: center;
}
#subbtn {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: #ff3333;
	border: 1px solid #000000;
	color: #FFFFFF;
	margin: 10px;
	padding: 2px;
}

/* Footer styles */
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background: #FF3333;
	clear: both;
	padding: 3px 0;
}
#footer p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}
