@charset "utf-8";
body {
	background-color: #FCFDF5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/bk_new.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	position:relative;
	top:15px;
	width:780px;
	height:auto;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position:relative;
	top:5px;
	width:780px;
	height:254px;
	z-index:2;
}
#threepics {
	position:absolute;
	top:53px;
	width:262px;
	height:119px;
	z-index:2;
	background-image: url(../images/3pic.jpg);
	background-repeat: no-repeat;
	background-position: right;
	right: 1px;
}
#container #header p {
	width: 320px;
	position: absolute;
	left: 475px;
	top: -4px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666666;
}
#container #header a, #container #header a:link {
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}
#container #header a:visited {
	text-decoration: none;
	color: #666666;
}

#container #header a:hover   {
	text-decoration: underline;
	color: #8F2C75;
}
#container #header a:active {
	text-decoration: underline;
	color: #CC6A9C;
}




#contentArea {
	position:relative;
	top:20px;
	width:490px;
	z-index:2;
	overflow: auto;
	height: 770px;
}




#contentArea p, #blockquote {
	line-height: 130%;
}

blockquote {
	color: #397363;
	font-weight: bold;
	font-size: 16px;
}
blockquote p {
	text-align: center;
}
blockquote blockquote p {
	text-align: left;
}


#sidebar {
	position:relative;
	width:255px;
	height:828px;
	z-index:2;
	/*background-color: #F8F2C7;*/
	float: right;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	top: -20px;
	padding-top: 160px;
	/*background-image: url(../images/side_bar.gif);
	background-repeat: no-repeat;*/
}
#sidebar h1 {
	font-size: 19px;
	color: #8D3074;
	margin-bottom: 0px;
	line-height: 110%;
	margin-top: 0px;
}
#sidebar h1, #sidebar p {
	margin-left: 15px;
}

#sidebar p {
	color: #006633;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
}
#sideLogos {
	position:absolute;
	left:6px;
	top:809px;
	width:243px;
	height:115px;
	z-index:2;
}
#sideLogos img {
	border: none;
}
#sidebar  #freeSeminar  {
	font-size: 11px;
	margin-top: 30px;
}
.underline {
	text-decoration: underline;
}

.dropCap {
	float: left;
	color: #8D3074;
	font-size: 100px;
	line-height: 70px;
	padding-top: 6px;
	font-family: Times, serif, Georgia;
	padding-right: 6px;
} 
.centerText {
	text-align: center;
}
.purpleText {
	color: #8D3074;
}
.submitButton                  {
	color: #006633;
}
