/* This is the Stylesheet for the Bay City Public Schools - Gifted and Talented Program
   Template is for the Introduction page only 
   Created by Vickie Bowden / SpotLinks.com exclusively for the Bay City Public Schools*/

html>body {
	height: 100%;
	background: #670001;
}
body {
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
}
h1,h2,h3,h4,h5,h6 { 
	font-family: "Lucida Sans", "Lucida Console", "Lucida Sans Unicode", "MS Sans Serif", sans-serif;
	text-transform: uppercase;
	font-size: 150%;
	font-weight: 100;
	color: #000000;
	line-height: 150%;
	letter-spacing: .25em;
}
#container { 
	position: relative;
	width: 750px;
	margin-left: auto; 
	margin-right: auto; 
	border-left: 1px solid #000000;
	background: #FFFFFF url(../../images/hdr_bg.jpg) no-repeat center top;
}
#header { 
	width: 750px;
	height: 145px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px solid #000000;
	text-align: center;
}
#date {
	width: 100%;
	display: block;
	padding-left: 15px;
	border-top: 1px solid #670001;
	margin: 0px;
	clear: both;
}

#header-print{
	display: none;
}

#left {
	border: 0;
	float: left;
	height: 100%;
	width: 225px;
	margin: 0px;
	padding-top: 20px;
}
#left ul {
	list-style-type: none;
	text-align: left;
	padding-left: 10px;
	margin-left: 0;
	margin-top: 5px;
}
#left ul li a {
	background: transparent url(../plain-text/images/list-off.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: bold normal 16px Arial, Helvetica, sans-serif;
	line-height: 130%;
	text-decoration: none;
	color: #000000;
	display: block;
	width: 200px;
}
#left ul li a:hover {
	background: transparent url(../plain-text/images/list-on.gif) left center no-repeat;
	color: #003399;
	border-left: 0;
}
.accesskey {
	text-decoration: none;
	border-bottom: 1px solid #999999;
	border-spacing: -1px;
}
.searchBox {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	float: left;
	width: 180px;
}
#core { 
	width: 500px;
	margin: 12px -1px 5px 10px;
	float: right;
	height: 100%;
}
#core p, #core h1, #core h2, #core h3, #core h4, #core h5, #core h6 { 
	padding: 0px 10px 0px 10px;
}
#announcements {
	color: #FFFFFF;
	background: #003366;
	margin: 5px 15px 5px 0px;
	padding: 5px;
	float: right;
	width: 460px;
	border: thin solid #333333;
}

#announcements a, #announcements a:link {
	color: #FFFF00;
}

#announcements a:hover {
	color: #FF3300;
}

#footer {
	clear: both;
	width: 750px;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-style: solid;
	border-color: #000000;
	text-align: center;
	border-collapse: collapse;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	font: x-small Arial, Helvetica, sans-serif;
}
#footer a, #footer a:link { 
	text-decoration: none;
	vertical-align: middle;
	color: #999999;
	padding: 3px;
}

