@charset "utf-8";
.arial-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
.arial-medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}
.arial-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
.arial-Xlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
.arial-XXlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-decoration: none;
}
.arial-small-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F00;
	text-decoration: none;
}
.arial-medium-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
}
.arial-large-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #F00;
	text-decoration: none;
}
.arial-Xlarge-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F00;
	text-decoration: none;
}
.arial-XXlarge-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #F00;
	text-decoration: none;
}
.arial-small-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00F;
	text-decoration: none;
}
.arial-medium-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00F;
	text-decoration: none;
}
.arial-large-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #00F;
	text-decoration: none;
}
.arial-Xlarge-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00F;
	text-decoration: none;
}
.arial-XXlarge-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #00F;
	text-decoration: none;
}
.arial-center {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}
a {
	text-decoration: none;
	font-size: 18px;
	text-align: left;
}
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
}
.twoColFixRtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(images/backgroundWisdom.jpg);
	background-color: #060;
	height: 4500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	padding: 0 10px 0 20px;
	background-image: url(images/nav_back.jpg);
	height: 75px;
	text-align: center;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	height: inherit;
	text-align: center;
	background-image: url(images/season_background.gif);
	background-repeat: repeat;
}

.Season-Header {
	font-size: 22px;
	display: block;
	font-weight: bold;
}

.twoColFixRtHdr #mainContent {
	text-align: center;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-weight: bold;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Show-Title {
	text-align: center;
	font-size: 18px;
	display: block;
}
.Main-Logo {
	width: 490px;



}
.MainPageImage {
	width: 490px;
	height: 350px;
}


.Show-Date {
	font-size: 12px;
	text-align: center;
	display: block;
}
.Faculty-Name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	display: block;
}
.Faculty-Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	display: block;
}
.Faculty-Rank {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
.Faculty-SubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	display: block;
}
.Faculty-SubInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
	display: block;
}
.vcallboard-red-small {
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#errorCell{ 	
	color:#FF0000;
 }
.Show-Title-MS {
	text-align: center;
	font-size: 24px;
	display: block;
}
.Show-Date-MS {
	font-size: 14px;
	text-align: center;
	display: block;
}
