/* site wide controls */
a:link{
	background-color : transparent;
	color : #0000ff;
}
a:visited{
	background-color : transparent;
	color : #800000;
	text-decoration : none;
}
a:hover {
	background-color : #ffce00;
	border-bottom : 1px solid #000000;
	border-top : 1px solid #000000;
	color : #000000;
	text-decoration : none;
}
body{
	background-color : #FFFFFF;
	color : #000000;
	font-family : Calibri, Arial, Helvetica, sans-serif;
	margin-left : 50px;
	margin-right : 50px;
}

/* controls blue and yellow bars */
p.BlueBar {
	border-top: 20px solid #049EEC; 
	margin-bottom: 10px;
	}
p.YellowBar {
	border-top: 20px solid #ffce00;
	margin-top: 0px;
	}


/* logo positioning control */
img.belllogo {
	POSITION: Absolute; Left: 25px; Top: 30px; 
	border: 0px;
	}


/*
used on html pages for header
*/
div.SiteTitle {
	font-size: xx-large; 
	font-weight: bold; 
	text-align: center;
}
div.SiteDescription {
	font-size: larger; 
	font-weight: bold; 
	text-align: center;
}

div.google {
	width: 500px;
	margin: auto;
	}
div.credit {
	text-align: center;
	}