/* custom stuff */
HTML {
  height: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
  background:#FFFFFF url(../images/design2/background.jpg) top repeat-x;
}

BODY {
	margin: 0px 0px 0px 0px;
	height: 100%;
}

h1 {
  font-family: Trebuchet MS, Helvetica;;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
	text-align: left;
	width: 100%;
}

h2 {
    font-family: Trebuchet MS, Helvetica;;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	color: #CC0000;
}

.componentheading {
	font-family: Trebuchet MS, Helvetica;;
	margin: 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
}

.contentheading {
  font-family: Trebuchet MS, Helvetica;;
}

a:link, a:visited {
	color: #006699; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF8B3E;	text-decoration: none;
	font-weight: bold;
}

td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

.whitemini {
	color: #FFFFFF; text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

a.whitemini:hover, a.whitemini:link, a.whitemini:visited {
	color: #FFFFFF; text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.whiteletters {
	color: #FFFFFF; text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align:center;
}

a.whiteletters:hover, a.whiteletters:link, a.whiteletters:visited {
	color: #FFFFFF; text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align:center;
}

#header {
  float: left;
  width: 852px;
  height: 82px;
  background: url(../images/bus_header.jpg) no-repeat;
}

div#mainbody {
	margin-left: 5px;
}

div#footer {
  height: 17px;
  line-height: 17px;
  background: url(../images/bus_bluebar_bot.png) repeat-x;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
}

/* Horizontal Line */
hr {
	background: #999999; height:1px; border: 1px solid;
}


.contentdescription {
	text-align: left;
}

strong {
	color: #112544;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
/*- Menu 2--------------------------- */
	
#menu2 {
	width: 208px;
	margin: 0px;
	}
	
#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu2 li a:link, #menu2 li a:visited {
	color: #16427F;
	display: block;
	background:  url(../images/design2/menu2.gif);
	padding: 8px 0 0 30px;
	}
	
#menu2 li a:hover {
	color: #CC0000;
	background:  url(../images/design2/menu2.gif) 0 -32px;
	padding: 8px 0 0 32px;
	}
/*- Menu 1--------------------------- */ 	

#menu1 {
      float:left;
      font-size:93%;
      line-height:normal;
      }
#menu1 a {
    float:left;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
    }
#menu1 a:link, #menu1 a:visited {
	color: #FFFFFF;
	display: block;
	padding: 0px 0 0 20px;
	}
#menu1 a:hover {
	color: #FFCC00;
    }