

body {
 text-align: center; 
}

.defaultText {  }
.defaultTextActive { color: #555; font-style: italic; }

div#page {
  text-align:left;
  width:800px;
  margin:0 auto;
}

div#left-sidebar{

	position:fixed;
  z-index:3;
  display:block;
  top:0;
	width:175px;
	text-align:center;
	float:left;
	height:100%;

}

div#content{
  display:block;
  z-index:3;

	padding-top:20px;
	padding-bottom:50px;
	padding-left:185px;
	padding-right:15px;
	width:575px;
	float:right;
	height:100%;
	overflow:auto;
}



h1 {
  font-size: 25px;
  font-weight: bold;
  color: #ffbb33;
}

h2 {
  font-size: 17px;
  font-weight: bold;
  color: #cc6600;
}


hr {
  color: #fff;
  background-color: #fff;
  height: 1px;
  width: 100%;
  border: 0;
}



body, td{
  color: #eee;
  background: #000;

	font-family: Arial, sans-serif;
	font-size: 13px;
}

a {
	color: #e8aa2c;
	text-decoration: underline;
	font: 12px Arial, sans-serif;
}

a.project {
	color: #e8aa2c;
	text-decoration: none;
	font: 12px Arial, sans-serif;
}

td.head {
	color: #e8aa2c;
	font: 19 Arial, sans-serif;
	font-weight: bold;
}

.menubuttons a {
	color: #7c5b19;
	background-color: transparent;
	display: block;
	font: 15px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}

.menubuttons a:hover, a.current {
	text-decoration: none;
	color: #e8aa2c;
}

a.transportation_submenu, a.other_submenu {
	font-size: 11px;
	display: none;
}


.frontbuttons a {
	color: #7c5b19;
	background-color: transparent;
	padding: 0px;
	padding-left: 25px;
	display: block;
	border-left: 20px solid ;
	font: 18px Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	margin-top: 6px;
	margin-left: 35px;
}

.frontbuttons a:hover {
	border-left: 20px solid;
	text-decoration: none;
	color: e8aa2c;
}

