@charset "utf-8";
/* CSS Document */

body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background-color:#ffffff;
	background-image: url(../gfx/screenBg.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
}

body.adminIframe {
	background: #ffffff;
}

.fixCtr #container {
	width: 920px;
	background-image: url(../gfx/pageBg.gif);
	background-position:bottom;
	background-repeat:repeat-x; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.fixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

.footer {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-size:11px;
	width:920px;
}

.textMenu {
	width:876px;
	padding:5px 0px 5px 0px;
	float:left;
	text-align:center;
	margin:20px 0px 20px 0px;
	background-color:#FFFFFF;
	border:1px solid #ccc;
}

.menu {
	margin:20px 0px 15px 0px;
}


.onecol {
	width: 100%;
	float:left;
}

.twocol {
	width:435px;
	float:left;
}

#comingUP {
	margin:0px 0px 0px 10px;
}

#featSpkr {
	background-color:#ffffff;
	border:1px solid #cccccc;
}

h1, h2, h3 {
	font-size:1.9em;
	font-weight:lighter;
	margin-bottom:5px;
	margin-top:20px;
	padding:0px;
}

h2 {
	font-size:1.5em;
}


h2.lect {
	margin-bottom:5px;
	margin-top:0px;
	padding:0px;
}


p {
	font-size:0.7em;
	line-height:normal;
	margin:0px 0px 10px 0px;
	padding:0px 0px;
}


p.spkr, h2.spkr {
	font-weight:bold;
	font-size:0.8em;
	margin:7px 0px;
	padding:0px 0px;
}



h2.spkr {
	font-size:1.5em;	
}



.spkrImg {
	border:1px solid #999;
	float:right;
	margin:10px;
}

a {
	color:#6e93bd;
	text-decoration:none;
}

a:hover {
	color:#f15a37;
	text-decoration:underline;
}

.nav {
	float:right;
	margin-top:7px;
}

.row {
	width:100%;
	float: left;
}

.label {
	width:100px;
	float:left;
}

.adminDetailsTable TD {
	text-align: left;
}

.adminDetailsTable TH {
	text-align: right;
}