body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: small;
	color: #000;
	background: #F3C509;
}


/* links */

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}


/* ---( layout structure )---*/

#layout {
	width: 750px;
	margin: 0 auto;
}

#header {
	width: 750px;
	margin: 0;
}

#mainarea { 
	padding: 0px 0px 0px 0px;
}

#footer {
	clear: both;
	width: 750px;
	margin: 0;
	padding: 0;
}

#sidebar {
	margin-left: 30px;
	margin-right: 0;
	margin-bottom: 8px;
	text-align: center;
}

#sidebar p {
	font: 13px/13px Arial, Helvetica, sans-serif;
	margin: 0;
	margin-bottom: 8px;
}


#cancellations {
	background: url('../images/schoolbus_cancellation_bg.gif') repeat-x #f3c509;
	width: 189px;
	border: 1px solid #646464;
	margin-left: 30px;
	margin-bottom: 10px;
}

#cancellations p {
	font: 10px/10px 'Lucida Grande', Verdana, Arial, sans-serif;	text-align: left;
	padding: 3px 5px 0 5px;
	margin: 0;
}

#cancellations ul {
	margin: 0;
	padding: 0;
	margin-top: 8px;
	margin-bottom: 7px;
	padding-left: 22px;
}

#cancellations ul li {
	list-style: square;
	font: bold 11px/12px Arial, Helvetica, sans-serif;
}

#cancellations small {font: 9px 'Lucida Grande', Arial, Helvetica, sans-serif}

#language {
	margin-left: 30px;
	margin-right: 0;
	margin-bottom: 8px;
	text-align: center;
}

#language h3 {
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 0;
	margin-top: 12px;
}

#language-select {width: 122px}

#language-select ul {
	margin: 0;
	padding: 0;
}

#language-select ul li {
	list-style: none;
	margin: 0
}

#language-select ul li a {
	display: block;
	height: 42px;
	_height: 42px;
}

html>body #language-select li a {width: auto}

#language-select ul li a.english {background: url('../images/english.jpg') no-repeat}
#language-select ul li a:hover.english {background: url('../images/english_on.jpg') no-repeat}
#language-select ul li a.french {background: url('../images/french.jpg') no-repeat}
#language-select ul li a:hover.french {background: url('../images/french_on.jpg') no-repeat}



/* @group sticky notes */

/* IE6 PNG Fix */
img, div.PNGfix { behavior: url(../scripts/iepngfix.htc) }

#sticky-yellow {
	padding: 0;
	margin: 0;
	background: url(../images/sticky-yellow.png) no-repeat;
	width: 270px;
	height: 270px;
	overflow: auto;	
	position: absolute;
	top: 290px;
	float: right;
	margin-left: 250px;
}

#sticky-yellow input {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 5px;
	top: 0;
	behavior: url(../scripts/iepngfix.htc)
}

#sticky-yellow h3 {
	padding: 0;
	margin: 0;
	font: bold 21px/23px "Comic Sans MS", Lucida, Verdana, sans-serif;
	margin-bottom: 12px;
	padding: 30px 25px 0 35px;
	text-align: center;
}


#sticky-yellow p {
	padding: 0;
	margin: 0;
	font: 16px/21px "Comic Sans MS", Arial, Helvetica, sans-serif;
	margin-right: 10px;
	padding: 0 30px 0 35px;
	text-align: center;
}

#sticky-yellow a {
	color: #0000aa;
}

#sticky-yellow a:hover {
	color: #0000aa;
	text-decoration: underline;	
}

#sticky-yellow a:active {
	color: #aa0000;
	text-decoration: underline;
}


/* @end */


