/* Jacqueline Valdez - saintsintraining.com */
/* authored by Stix @ GS */
/* all main styles - wrapper, h1, mainPage, content, mainNav, footers */
/* page specific styles beneath main styles listed above */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #B2C5CC;
	min-width: 750px;
	text-align: center;
}
a {
	color: #965D92;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #BD8BC0;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* :KLUDGE: all "_" chars are to fix IE 6 wierdness */
#wrapper {
	position: relative;
	margin: 20px auto;
	width: 750px;
	_overflow: hidden;
	text-align: left;
	background: url(../z_images_html/bkgdFull.jpg) no-repeat;
}
h1 {
	margin: 0;
	width: 750px;
	text-indent: -999em;
	font-size: 12px;
}
h1 a {
	display: block;
	height: 130px;
	_line-height: 130px;
}
/*
      ************************************  mainPage  ***
*/
#content {
	position: relative;
	display: inline;
	float: left;
	width: 480px;
	margin: 25px 0 20px 250px;
	background: #FFF url(../z_images_html/contentBkgd.gif) no-repeat bottom left;
}
h2 {
	margin: 0 20px 5px;
	font-size: 23px;
	font-weight: normal;
	color: #3A376C;
}
h3 {
	margin: 5px 20px;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #965D92;
}
h4 {
	margin: 10px 20px 5px;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: #965D92;
}
p {
	margin: 10px 20px;
	line-height: 16px;
}
#content ul, #content ol {
	margin: 10px 20px 10px 35px;
}
#content ul li, #content ol li {
	margin: 5px;
}
#content ul li a, #content ol li a {
	text-decoration: underline;
}
#content img {
	margin: 10px 20px;
	float: right;
	border: 0;
}
#content img.border {
	border: 1px solid #3A376C;
}
.fixgap {
	float: right;
	height: 0;
}
.clear {
	clear: both;
}
.blue {
	color: #3A376C;
}
.purple {
	color: #965D92;
}
/*
      ************************************  mainNav & nav  ***
*/
#mainNav {
	margin: 19px 0 20px -705px;
	display: inline;
	float: left;
	width: 220px;
	background: url(../z_images_html/navBkgd.jpg) no-repeat;
}
ul#nav {
	margin: 3px 0 75px 6px;
	display: inline;
	float: left;
	width: 189px;
	list-style: none;
}
ul#nav li {
	display: inline;
}
ul#nav li a {
	display: block;
	padding: 0 0 0 30px;
	width: 158px;
	height: 45px;
	line-height: 45px;
	color: #FFF;
	font-size: 22px;
	font-weight: normal;
}
ul#nav li a:hover {
	color: #43559F;
	text-decoration: none;
	background: #B2C5CC;
}
#mainNav p {
	margin: 0;
	display: inline;
	float: left;
	color: #3A376C;
	font-size: 12px;
}
#mainNav p strong {
	font-size: 23px;
	font-weight: normal;
	line-height: 30px;
}
/*
      ************************************  footer  ***
*/
#footer {
	width: 750px;
	text-align: center;
	font-size: 12px;
	color: #3A376C;
}
#footer a {
	font-weight: normal;
}
p#design, #footNav {
	font-size: 10px;
}
#subFoot {
	margin: 0;
	font-size: 10px;
	line-height: 13px;
	color: #FFF;
	text-align: justify;
}
/*
      ***************************************************************************
	  All basic pages styles above...  All individual page specific styles below.
      ***************************************************************************
*/
/*
      ************************************  #pgIndex  ***
*/
/*
      ************************************  #pgThanks  ***
*/
#pgThanks #content {
	height: 420px;
}
/*
      ************************************  #pgSchedule  ***
*/
#classSchedule {
	float: right;
	text-align: right;
}

h3 {
	margin: 5px 20px;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #965D92;
}
#pgSchedule h4 {
	margin: 10px 20px 5px;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #3A376C;
}
dt {
	margin: 10px 20px 5px;
	font-size: 15px;
	font-weight: normal;
	color: #3A376C;
}
dd {
	margin: 5px 40px 10px;
}