/* body */
* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

img { vertical-align: bottom; }
a img { border: 0; }

#container {
	width: 900px;
	margin: 20px auto;
}

#left {
	width: 200px;
	float: left;
}

#left #logo {
	width: 200px;
	height: 120px;
	text-align: right;
}

#left #logo img.flag {
	margin-top: 23px;
}

#right {
	width: 685px;
	float: right;
}

#right #flash{
	height: 92px;
}

#topnav {
	padding: 0px 5px;
	line-height: 28px;
	text-align: right;
	color: #fff;
	font-weight: bold;
}

#topnav a {
	color: #fff;
	text-decoration: none;
}

#topnav a:hover {
	color: #ffcb09;
}

#main {
	width: 685px;
	min-height: 527px;
	float: right;
}

#main h1 {
	margin: 0px;
	padding: 8px 3px 8px 15px;
	background: #ffcb09 url(../assets/content_top_cut2.png) top left no-repeat;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
#main h3 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
	font-weight: bold;;
}

#main #content {
	padding: 10px 15px 0px 15px;
}

.break, .clear {
	clear: both;
}

#footer {
	clear: both;
	padding-top: 15px;
	font-size: 8pt;
	text-align: center;
	color: #fff;
}

#footer a {
	color: #ffcb09;
}

#footer a:hover {
	color: #fff;
}

#errors {
	display: none;
	font-size: 8pt;
	color: #000;
	padding: 5px;
	background-color: #ffcb09;
}

#errors span {
	font-weight: bold;
	color: #000;
}
.busname {
	font-size:1em;
	font-weight:bold;
}
.boldtext {
	font-size:1em;
	font-weight:bold;
	
}
