@charset "UTF-8";
/* CSS Document */

body {
	font: 14px/20px Verdana, Arial, Helvetica, sans-serif;
	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: #333333;
	background-image: url(images/backtop.jpg);
	background-repeat: repeat-x;
	background-color: #DED3B0;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #slideshow {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #video {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-left: 45px;
	margin-top: 10px:
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #sidebar {
	width: 200px;
	background: #FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
	float:left;
}
.oneColFixCtr #left {
	width: 200px;
	background: #DEEEDE;
	padding: 5px;
	background-image: url(images/cellback.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.oneColFixCtr #leftwhite {
	width: 200px;
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #DED3B0;
	background-image: url(images/defback.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.oneColFixCtr #leftsidebar {
	width: 200px;
	background: #DEEEDE;
	margin-left: 10px;
	margin-top: 10px;
	padding: 5px;
	float:left;
	background-image: url(images/cellback.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.oneColFixCtr #leftspecial {
	width: 200px;
	background: #FFDEDE;
	padding: 5px 5px 20px 5px;
	float:left;
	background-image: url(images/specialback.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.oneColFixCtr #generalinfo {
	width: 520px;
	margin-left: 240px;
	margin-top: 10px;
	padding: 0px;
}
.oneColFixCtr #footer {
	width: 700px;
	margin-left: 40px;
	margin-top: 15px;
}
.oneColFixCtr #definitionbox {
	width: 450px;
	margin-left: 30px;
	border: 1px solid #DED3B0;
	padding: 0px 15px 30px 15px;
	background-image: url(images/defback.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.oneColFixCtr #ncaaspecial {
	width: 240px;
	background: #FFFFFF;
	padding: 5px 5px 210px 5px;
	border: 1px solid #660000;
	float:right;
	background-image: url(images/ncaa11back.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.oneColFixCtr #contentsdiebar {
	width: 240px;
	background: #FFFFFF;
	padding: 5px 5px 20px 5px;
	border: 1px solid #DED3B0;
	float:right;
}
.oneColFixCtr #lbjjournal {
	width: 240px;
	background: #D1ECD1;
	padding: 0px 5px 20px 5px;
	border: 1px solid #006600;
	float:right;
}
body,td,th {
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #006600;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #009900;
}
a:active {
	text-decoration: none;
	color: #003300;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 24px;
	color: #660000;
}
h2 {
	font-size: 18px;
	color: #660000;
}
h3 {
	font-size: 24px;
	color: #003300;
}
h4 {
	font-size: 18px;
	color: #003300;
}
.datetime {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #003300;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #CDAB77;
}.castinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}

