@charset "utf-8";
/* CSS Document */

* {
	font-family: Calibri,Tahoma, Helvetica, sans-serif;
	color:#646064;
	font-size:12pt;
}

body{
	text-align:center;
	margin:0;
	background-color: #646064;
}

fieldset {
	border: 1px solid gray;
	border-radius: 5px;
	padding: 10px;
}

form {
	padding: 0; margin: 0;
}

.page_container{
	width:1024px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
}

.page_header{
	height:214px;
	background: url(/images/topbar.jpg) no-repeat;
	position:relative;
}
.menu_position{
	position:absolute;
	text-align:left;
	left:45px;
	bottom:12px;
	width:1024px;
}

.top_menu{
	margin-right:20px;
	float:left;

}

.top_menu a{
	size:18pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
}
.top_menu a:hover {
	color: #330099;
	}

.content_container{
	background:url(../images/content_bgrnd.jpg) no-repeat top;
	margin-bottom:0px;
	position:relative;
	min-height:600px;
}

.left_column{
	width:200px;
	position:absolute;
	left:45px;
	top:25px;

}

.middle_column{
	width:500px;
	margin:0 auto;
	padding-top:25px;
	padding-bottom:15px;

}
.right_column{
	width: 200px;
	position:absolute;
	right:45px;
	top:25px;

}

.footer{
	background: url(/images/footerbar.jpg) no-repeat;
	height:60px;
	text-align:left;
	color:#FFFFFF;
	font-size:12pt;
	width:979px;
	line-height:50px;
	padding-left:45px;
}

.registration_box {
	background:url(../images/purple_box.gif) no-repeat;
	height:151px;
	margin-top:40px;

	color:#FFFFFF;
	font-size:16pt;
	padding-top:20pt;
	padding-left:15px;
	padding-right:30px;
	font-weight:bold;
	line-height:16pt;

}

h1{
	font-size:18pt;
	color:#9e2b94;
	margin-top:0px;
	font-weight:normal;
}

h2{
	font-size:18pt;
	color:#72c5e5;
	margin-top:0px;
	font-weight:normal;
}

h3{
	font-size:14pt;
	color:#9e2b94;
	margin-top:0px;
	font-weight:bold;
	margin-bottom:0;
}


.body_text_purple	{
	color:#9e2b94;
}

.soulconnect_title_blu{
	font-size:22pt;
	color:#72c5e5;
	font-weight:bold;
}

.soulconnect_title_purple{
	font-size:22pt;
	color:#9e2b94;
	font-weight:bold;
}


.newsHeading {
	font-weight:bold;
}
.newsHeading a {
	color: #646064;
}

.newsDate {
	font-size:9pt;
	color:#222222;
}
.newsDetails {

}

hr {
	height:1px;
	border:0px;
	color:gray;
	background-color:gray;
}

#MCF_Feedback input {
	display: block;
}

#MCF_Feedback div input {
	float: left;
	width: 75px;
	height: 24px;
	font-weight: bold;
}
#captcha {
	border: 1px solid gray;
}
.myContent_form_text,.myContent_form_select {
	width: 100%;
}
.myContent_form_area {
	width: 100%;
	height: 45px;
}
.form_element_heading {
	display: block;
}

#socialMenu {
	position: absolute;
	right: 10px;
	top: 95px;
}

