#subbanner {
	float: left;
}

/* content */

.content {
	padding: 0;
}

/* leftColumn */

.leftColumn {
	width: 148px;
	float: left;
	text-align: left;
	color: #b10002;
}
.leftColumn h1 {
	padding: 8px 0 8px 10px;
	font-size: 1.75em;
	background: #eaeaea url(images/header_bg.jpg) left bottom repeat-x;
}
.leftColumn p {
	font-size: 1.5em;
	padding: 10px 10px 5px;
}
.leftColumn p a {
	text-decoration: none;
	color: #b10002;
}
.leftColumn p a:hover {
	text-decoration: underline;
}
.leftColumn p a:visited {
	color: #4d4d4d;
}

/* rightColumn */

.rightColumn {
	padding: 0 0 15px 0;
	float: left;
	width: 773px;
	text-align: left;
	border-left: 1px solid #808080;
}

#breadcrumbs {
	font-size: 1.25em;
	padding: 5px 0 0 15px;
	color: #808080;
}
#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
#breadcrumbs span {
	color: #4c4c4c;
}

/* text */

.text {
	width: 498px;
	float: left;
	background: white;
	border: 1px solid #c7c7c7;
	margin: 10px 0 0 15px;
	padding: 0 0 10px 0;
}
.text h1 {
	font-size: 2em;
	color: #106f8e;
	padding: 25px 20px 20px;
}
.text h2 {
	font-size: 1.75em;
	color: #106f8e;
	padding: 20px 20px 15px;
}
.text h4 {
	font-size: 1.5em;
	color: #000;
	padding: 0px 20px 15px;
}

.text p {
	font-size: 1.5em;
	color: black;
	line-height: 1.5em;
	padding: 5px 20px 10px;
}
.text ul {
	font-size: 1.5em;
	color: black;
	line-height: 1.5em;
	padding: 5px 50px 10px;
}
.text li {
	padding: 2px 0;
}
#sitemap {
	font-size: 1.5em;
}
#sitemap ul {
	font-size: 1em;
}
.text a {
	color: #b10002;
}

/* banners */

.banners {
	float: left;
	width: 210px;
	padding: 11px 0 0 25px;
}
.banners p {
	margin: 0 0 25px 0;
}	

/* flash */

#FLVPlayer {
	z-index: 1;
	position: relative;
	position: relative;
}
.withflash {
	margin-left: 15px;
}
