@font-face {
	font-family: 'NewAthenaUnicodeRegular';
	src: url('font/new_athena_unicode.eot');
	src: local('New Athena Unicode Regular'), local('NewAthenaUnicode'), url('font/new_athena_unicode.ttf') format('truetype');
}

/* Header Styles*/

.headerText .header .headertext {
	font-family: 		NewAthenaUnicodeRegular, Arial, Helvetica, sans-serif;
	font-size: 			1.5em;
	line-height: 		1.6em;
	font-weight: 		bold;
	font-variant: 		normal;
	color: 				#003366;
	letter-spacing: 	-.03em;
}

/* Body Text Styles*/
.bodytext	{
	font-family: 		NewAthenaUnicodeRegular, Arial, Verdana, Helvetica, sans-serif;
	color: 				#000000;
	text-decoration: 	none;
}

.formrb {
	font-family: 		NewAthenaUnicodeRegular, Arial, Verdana, Helvetica, sans-serif;
	font-size:			11px;
	color: 				#000000;
	text-decoration: 	none;
	line-height: 		15px;
}
.bodybold 	{
	font-family: 		NewAthenaUnicodeRegular, Arial, Verdana, Helvetica, sans-serif;
	font-weight:		bold;
	text-decoration: 	none;
}

.bodyboldalert {
	font-family: 		NewAthenaUnicodeRegular, Arial, Verdana, Helvetica, sans-serif;
	font-weight:		bold;
	color: 				red;
	text-decoration: 	none;
}
.footer {
	font-family: 		NewAthenaUnicodeRegular, Arial, Helvetica, sans-serif;
	font-size: 			9px;
	color: 				#252525;
}
.footerBlack {
	font-family: 		NewAthenaUnicodeRegular, Arial, Helvetica, sans-serif;
	font-size: 			9px;
	color: 				#000000;
}

.largeheader {
	text-shadow: 			1px 1px 2px #656565 			;
	color:					#323232;
	font-family: 			NewAthenaUnicodeRegular, Arial, Verdana, Helvetica, sans-serif;
	font-size: 				1.75em;
	line-height: 			1em;
	letter-spacing: 		-.05em;
}
.largescale {
	color:					#474849;
	font-family: 			NewAthenaUnicodeRegular, Arial, Verdana, Helvetica, sans-serif;
	font-size: 				4.5em;
	line-height: 			1em;
	letter-spacing: 		-.07em;
}

.smallheader {
	text-shadow: 			1px 1px 2px #656565;
	color:					#333333;
	font-family: 			NewAthenaUnicodeRegular, Arial, Verdana, Helvetica, sans-serif;
	font-size: 				1.6em;
	line-height: 			1em;
	letter-spacing: 		-.07em;
}

.bannersmall {
	text-shadow: 			1px 1px 2px #656565;
	color:					#ffffff;
	font-family: 			NewAthenaUnicodeRegular, Arial, Verdana, Helvetica, sans-serif;
	font-size: 				1.6em;
	line-height: 			1em;
	letter-spacing: 		-.07em;
}
.bannerlarge {
	text-shadow: 			1px 1px 2px #656565 			;
	color:					#ffffff;
	font-family: 			NewAthenaUnicodeRegular, Arial, Verdana, Helvetica, sans-serif;
	font-size: 				2.6em;
	line-height: 			1em;
	letter-spacing: 		-.05em;
}
.sessiontitle {
	font-family: NewAthenaUnicodeRegular, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #d9d9d9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 6px;
}

.presentationtitle {
	font-family: NewAthenaUnicodeRegular, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #e8e8e8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 6px;
}

.facultytitle {
	background-color: #c9dbe5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 6px;
}
.disclosurelink {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #363636;
	font-family: NewAthenaUnicodeRegular, Arial, Verdana, Helvetica, sans-serif;
}
.disclosurelink:hover {
	color: #red;
	text-decoration: underline;
}
.facultyname
	{
	font-family: NewAthenaUnicodeRegular, Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #0A379D;
	text-decoration: underline;
	line-height: 12px;
	cursor: hand;
	cursor: pointer;
}
.facultyName
	{
	font-family: NewAthenaUnicodeRegular, Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #0A379D;
	text-decoration: underline;
	line-height: 12px;
	cursor: hand;
	cursor: pointer;
}

.redstyle {
	font-family: NewAthenaUnicodeRegular, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #176a9c;
}

.smalltext {
	font-family: NewAthenaUnicodeRegular, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.boldstyle {
	font-family: NewAthenaUnicodeRegular, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

/*-----------------------------------CSS BELOW FOR THE REGISTRATIION LOGIN ANDNEW TO SITE SCREEN----------------------------------------*/

#leftcolumn{
	width: 400px;
	float:left;
	/*padding: 15px;*/
	
}

#rightcolumn{
	width: 400px;
	float:left;
	/*padding: 15px;*/

}
.panelPadding{
	padding: 20px;
}

#clear {
	clear:both;
	}
	
.halfcol {
	width: 48%;
	float: left;
	padding: 6px;
}
