div#bridge_wrapper {
	background-image: url("../images/bridge/background.gif");
	float: left;
}

div#leftcolumn {
	float: left;
	padding-bottom: 20px;
	width: 334px;
}

div#rightcolumn {
	float: left;
	padding: 20px 15px 30px 25px;
	width: 364px;
}

div#bridgeheader {
	width: 366px;
	
	margin-bottom: 35px;
	
}


div#bridge_wrapper h1 {
	font-size: 125%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 1.5em;
	letter-spacing: 0em;
	color: #666;
}

div#bridge_wrapper h2 {
	font-size: 110%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 1.5em;
	letter-spacing: 0em;
	color: #666;
	margin-bottom: -10px;
}

div#rightcolumn p {
	font-size: 100%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 1.5em;
	letter-spacing: 0em;
	color: #666;
}

div#rightcolumn p.emphasise {
	font-weight: bolder;
	color: #666;
}



div#leftcolumn h2 {
	font-size: 175%;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	line-height: 1.25em;
	letter-spacing: 0em;
	color: #052067;
	text-transform: uppercase;
	padding: 20px 15px 20px 20px;
}

div#leftcolumn p {
	font-size: 100%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 1.5em;
	letter-spacing: 0em;
	color: #052067;
	padding: 20px 15px 20px 20px;
}








div#panel {
	background-color: #6A829C;
	color: #052067;
  width: 280px;

  margin: 0px 0px 16px 20px;
}

div#panel h3 {
	font-size: 125%;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	line-height: 1.5em;
	padding: 5px 5px 5px 20px;
	border-bottom: 1px solid #052067;
	text-transform: uppercase;
}

div#panel a {
	color: #052067;
}

div#panel p {
	margin: 0;
	padding: 3px 15px 3px 20px;
}

div#panel ul {
	margin-top: 0px;
	margin-bottom: 4px;
}

div#panel li {
	padding-bottom: 0.5em;
	padding-right: 15px;
	margin-left: -5px;
}

div#panelcontent {
	background-color: #8CADC5;
	color: #052067;
  width: 280px;
  padding-top: 15px;
  padding-bottom: 15px;
}













.col1 {
  float: left;
  width: 300px;
  height: 3em;
	padding: 10px 0px 0px 0px;
 	border-right: 1px solid #ccc;
  background-color: transparent;
}

.col2 {
  float: left;
  width: 20px;
  height: 3em;
	padding: 10px 0px 0px 10px;
  background-color: transparent;
}



.row {
  clear: both;
  border-top: 1px solid #ccc;
	width: 364px;
	
}

