body { 
	background-color:#2D2C71;
}
h1, h2 {
	color: #76819D;
}
h3, h4, h5, h6 {
	color: #444;
}
div.tripSummaryIndexTitle a, div.tripSummaryIndexTitle a:active, div.tripSummaryIndexTitle a:visited, div.tripSummaryIndexTitle a:link {
	color: #76819D;
}
div#banner {
	height: 127px;
}
div#container {
	/* IE < 7 hack, the content was not filling the screen and the 
	   body's background colour was appearing around the content on the 
	   left and bottom.
	*/
	background-color: #FFF; /* same as the content */
}
div#content {
	background-color: #FFF;
}
div#navigation {
	background-image: url(../images/leftSidebar.jpg);
	background-repeat: no-repeat;
}
div#navigation ul li ul {
	background-color: #336;
}
#navigation ul li a, #navigation ul li span {
	color: #FFF;
}
a:active {
	color: #000;
}
a:link {
	color: #000;
}
a:hover {
	color: #33C;
}
a:visited {
	color: #000;
}
/*** Login Status ***/

.loginStatus {
	background-color: #666;
	margin: 10px 2px 10px 0px;
	padding: 5px 5px 5px 5px;
	color: #FFF;
}
/*********************** Footer ******************************************/
div#footer ul li a {
	color: #BBB;
}
div#footer ul li a:hover {
	color: #FFF;
}
div#footer {
	border-top: 1px solid #999;
}
