@charset "UTF-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #999999;
	background-image: url(../Images/cdbackground.jpg);
	background-attachment: fixed;
	width: 960px;
}
.twoColFixLtHdr #container {
	width: 740px;
	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. */
	background-color: #000000;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000000;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #000000;
	padding-top: 2px;
	margin: 2px;
	color: #ffc200;
}
.twoColFixLtHdr #container #footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 100;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 100;
	padding-left: 20px;
	background-image: none;
	background-color: #000000;
	background-repeat: repeat;
	color: #ffc200;
} 
.chris {
	float: right;
	padding-bottom: 3px;
	margin-left: 6px;
	margin-bottom: 3px;
}
.varsity {
	float: left;
	padding-bottom: 4px;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #ff9900;
}
.twoColFixLtHdr #footer {
	clear: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right;
}
.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;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-size: 12px;
	color: #ffc200;
}
.twoColFixLtHdr #container #mainContent a {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	float: none;
	clear: none;
	border: 1px none #FFFFFF;
}
.twoColFixLtHdr #container #mainContent img {
	margin-right: 180px;
	text-decoration: none;
	border: 2px solid #FA9600;
}
.twoColFixLtHdr #container #sidebar1 img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #mainContent h1 {
	visibility: hidden;
}
.viz {
	visibility: hidden;
}
#testdiv {
	visibility: hidden;
	position: absolute;
}
.twoColFixLtHdr #container #header img {
}
#searchsidebar {
	color: #FFFFFF;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#fblogo {
}
#topmenu {
	color: #FFFFFF;
	font-size: 18px;
}
.twoColFixLtHdr #container #header #topmenu ul {
	display: inline;
	list-style-type: none;
}
.twoColFixLtHdr #container #header #topmenu li {
	display: inline;
}
.twoColFixLtHdr #container #header #topmenu a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #838383;
}
.twoColFixLtHdr #container #header #topmenu a:hover {
	background-color: #FF0000;
}
.twoColFixLtHdr #container #mainContent #slideshow {
	padding-bottom: 5px;
}
.twoColFixLtHdr #container #mainContent #showdiv {
	display: none;
}

