body {
	font-size: 100%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #333333;
	margin:5px}
	p{
	margin: 0  0 2px 0;
	line-height: 1.5em;
	font-size: 0.9em;
}
table{
	font-size: 0.9em;
}
hr{height:1px;
width:75%;
color: #006898;}
h1{
	width:100%;
	height:150px;
	margin-bottom: 5px;
	background-color: #006898;
	overflow: auto;
	background-image: url(images/transitTitle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #000000;
	}
h2 {
	font-size: 1.2em;
	background-color: #cacaff;
	background-image: url(images/TransitLogoSmall.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 40px;
	font-weight: bold;
	width: 100%;
	height: 50px;
	margin-bottom: 5px;
	vertical-align: middle;
}

			
h3{
	font-family: "Millenium SF", Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.4em;
	color: #ffffff;
	width: auto;
	height: auto;
	position:absolute;
	top:115px;
	left:100px;
}
h4{
	background-color: #cacaff;
	font: "MS Sans Serif", Geneva, sans-serif;
	font-size: 110%;
	text-align:center;
	margin: 1px 0px 1px 0px;
}
h5{
	/*this is for summaries of long articles, to be placed at the top of the article*/
	font-style: italic;
	padding: 2px 60px 2px 60px;
	font-weight: normal;
	line-height: 110%;
}

.contents{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 5px;
	margin-left: 5px;
	height: auto;
	width: 80%;
	font-size: 0.9em;
	line-height: 1.4em;
	float: left;
	;
}
.boxnoborder{	
padding: 10% ;
	width: 90%;
	margin: 5px 30px 5px 30px;
}
	.boxborder{
	padding:10px;
	width: 100%;
	margin: 5px 30px 5px 30px;
	border: 1px solid;
	
	}
		.boxdblborder{
	padding: 10px;
	width: 100%;
	margin: 5px 30px 5px 30px;
	border: 1px double;
}
	.spacerGif{
	padding:5px 0px;
	background-image: url(images/line1.gif);
	background-repeat: no-repeat;
	height: 4px;
	width: 100%;
	background-position: left center;
}
a:link {
	color: #006898;}
a:visited {
	color: #330099; }
a:hover {
	text-decoration: underline;
	font-weight: normal;
	background-color: #DCDCDC;
}
.menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 5px 5px 5px 0px;
	padding: 5px;
	float: right;
	border: 1px solid #006898;
	height: auto;
	width: 15%;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	}
.menu li {
	line-height: 1.2em; 
	list-style-type: none;
	display: block; 
	margin-bottom: 5px;
	}
.menu:hover {
	text-decoration: underline;
	}
.menu:link {
	color: #cccccc;}
.menu:visited {	color: #cccccc;}

.footnote {font-size: 0.9em;
		font-style:italic;
}

.quote{
	font-family: "Courier New", Courier, mono;
	line-height: 1.5em;
	font-style: italic;
	font-weight: bold;
}
.pullquoteleft{
	display: block;
	width: 40%;
	clear: right;
	float: left;
	margin: 0 5px 0 0;
	padding: 5px;
	line-height: 140%;
	background-color: #F0F8FF;
	font-family: Georgia, Tahoma, Times New Roman, serif;
	font-size: 1.3em;
		border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: 	#006898;
}
.pullquoteright{
	display: block;
	width: 40%;
	clear: left;
	float: right;
	margin:0  0 0 5px;
	padding: 5px;
	font-family: Georgia, Tahoma, Times New Roman, serif;
	font-size: 1.3em;
	line-height: 140%;
	background-color: #F0F8FF;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: 	#006898;
}