body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCC;
	line-height: 18px;
	background-image: url(../images/bg_repeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.core #container {
	width: 960px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.core #banner {
	background-image: url(../images/bg-cform.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 367px;
	width: 960px;
}
.core #banner #video {
	float: left;
	width: 48%;
	height: 368px;
	text-align: center;
}
.core #banner #video #videoHolder {
	height: 305px;
	width: 433px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
	padding: 0px;
}
.core #banner #form {
	width: 52%;
	margin-left: 48%;
	height: 368px;
	text-align: center;
}
.core #banner #form #formHolder {
	height: 243px;
	width: 469px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	background-image: url(../images/bg-form.png);
	text-align: center;
}
.core #banner #form #formHolder table {
	width: 90%;
}
.core #banner #form .conInfo {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #170775;
	text-decoration: none;
	font-weight: bold;
}
.core #header {
	height: 138px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	text-align: center;
}
.core #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.core #mainContent {
	background: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.core #mainContent a{
	color: #1B1183;
}
.core #mainContent a:link, a:active, a:visited{
	text-decoration: none;
}
.core #mainContent a:hover{
	text-decoration: underline;
}

.core #footer {
	height: 123px;
	width: 960px;
	background-image: url(../images/footer.gif);
} 
.core #footer p {
	margin: 0; 
	padding: 10px 0;
}
.yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff800;
	text-align: right;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.underline {
	font-weight: bold;
	text-decoration: underline;	
}
