/*	Basic Layout */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: 12px/17px "Trebuchet MS", Verdana, Arial, sans-serif;
}
#sky {
	background: url(background.gif) repeat-x center top;
}
#navigation {
	z-index:10;
	height: 75px;
	width: 900px;
	text-align: center;
	overflow:visible;
}
#maincontent {
	z-index: 1;
	width: 900px;
	position: relative;
	font: 12px/17px "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: auto;
}
#subnav {
	margin-top: 65px;
	_margin-top: 10px; 
/*	margin: 0px 0px 0px 15px; */
	float: left;
	width: 140px;
	overflow: hidden;
}
#content {
/*	margin-top: expression(-50+"px"); */
	_margin-top: -50px;
	float:right;
	width: 750px;
	min-height:490px;
    height:auto !important;
    height:490px;
}
#content a:link {
	color: #003063;
	text-decoration: underline;
}
#content a:visited {
	color: #003063;
	text-decoration: underline; 
}
#content a:active {
	color: #FF0000;
	text-decoration: none; 
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: underline; 
}
#barkerbear {
	width: 140px;
	position: absolute;
	top: 434px;
	height: 170px;
}

#skoolbears {
	position: absolute;
	top: 484px;
	left: 728px;
}

#clear{
	clear:both;
	height: 1px;
}
#footer {
	position: absolute;
	z-index: 30;
	margin-top: 7px;
/*	margin-top: expression(-12+"px"); */
	_margin-top: -8px;
	text-align: right;
	width:740px;
}
#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
	text-decoration: none; 
}
#footer a:active {
	color: #000000;
	text-decoration: underline overline; 
}
#footer a:hover {
	color: #000000;
	text-decoration: underline; 
}
#banners {
	width: 898px;
	text-align: center;
	margin: auto;
}
.banner {
	width: 212px;
	float: left;
	height: 107px;
	margin: 0px 6px 8px 5px;
}

#scrollerdiv {
	padding-left: 13px;
	_padding-left: 3px;
	margin-top: 10px;
	_margin-top: 15px;
	width: 457px; 
	height: 345px; 
	padding-right: 20px; 
	overflow-x:hidden; 
	overflow-y:auto; 
	overflow:auto;
}

#subcontent {
	width:470px; 
	margin: 30px 0px 0px 20px; 
	float:left;
}

#titleimg {
	padding-left: 10px;
	_padding-left: 0px;
}
#sidepics {
	position: relative;
	top: 10px;
	width:230px; 
	float:right;
}

#flags {
	float: left;
}

#lozenge {
	width:270px;
	height:270px;
	background: url(cell-bg.gif) no-repeat left top;
}

#lozscroll {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 5px;
	margin: 20px;
	padding-right: 10px;
	width:215px;
	height:213px;
	overflow-y:auto; 
	overflow:auto;
	
}

sup {
	vertical-align: 10%;
}