*{
	margin: 0 auto;
}
html {
	height: 100%;
}
body {
	color: #000000;
	font-family: Georgia, Century, serif;
	font-size:12pt;
	background: #000000 url(img/bg.jpg) repeat-x 0% 0%;
	height:100%;
}
img, div { behavior: url(iepngfix/iepngfix.htc); border:0; }
a {
	color: #3372c5;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size:130%;
	line-height: 1.4em;
	color: #aa5500;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:0.6em;
	padding-top:1.6em;
}
h2 {
	font-size:100%;
	line-height: 1.4em;
	color: #aa5500;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:0.5em;
	padding-top:0.5em;
}
p {
	padding-bottom:1.1em;
	line-height:1.4em;
	font-size:90%;
}
.container {
}
.container1 {
}
.wrapper {
	width: 900px;
	background-color: #fff;
}
.logo {
	padding: 2em;
	background-color:#fff;
}
.menu {
	width:100%;
	height: 42px;
	background-image:url(img/menu-bar.jpg);
	background-position: 0% 0%;
	background-repeat:no-repeat;
	text-align: left;
	color: #fff;
	font-size: 85%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.menu ul {
	padding-top:0.96em;
	padding-bottom:0.96em;
	padding-left:3em;
}
.menu ul li {
	display: inline;
	margin-right: 2em;
	padding: 0.7em 0.5em 0.7em 0.5em;
}
.menu ul li a {
	color: #fff;
}
.menu ul li.s {
	background-color: #295178;
}
.menu ul li a:hover {
	text-decoration:underline;
}
.lead {
	width:100%;
	height: 442px;
	background-image:url(img/lead.jpg);
	background-position: 0% 0%;
	background-repeat:no-repeat;
}
.solid {
	width:100%;
	min-height:442px;
	background-color:#e7edf4;
}
.footer {
	background-color: #000000;
	color: #ababab;
	padding-top: 2.5em;
	font-size:80%;
	text-align: center;
	line-height:1.5em;
	font-family: Arial, Helvetica, sans-serif;
}
.footer a {
	color: #7F9CB9;
}

.content {
	min-height:442px;
	width:599px;
	margin-right:300px;
	/*overflow: auto;
	height: 442px;*/
	border-right:1px solid #9ab8e1;
	position:relative;
}
.noborder {
	border:0 !important;
}
.wrap {
	padding: 2.5em;
}
.emph {
	background-color: #aa5500;
	color:#fff;
}
.teaser {
	width:300px;
	float:right;
	min-height: 442px;
	height:100%;
	/*overflow: auto;*/
	font-size:80%;
}
.transparent {
	background-color:#e7edf4;
	opacity: .75;
	filter: alpha(opacity=75);
}
.invisible {
	display:none;
}
.teaser div {
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4em;
	text-align:left;
}
.whitebg {
	background-color:#fff;
}
.news-content {
	margin-left:55px;
	padding:0 0 0.5em 0;
}
.news-date {
	color:#888888;
	width: 50px;
	float:left;
	padding:0;
}
.bgrounder {
	color: #888888;
	font-size:85%;
}
table.program {
	width:100%;
	border:0;
	font-size:80%;
}
table.program td{
	padding: 0.5em 0 0.5em 0;
	vertical-align:top;
	line-height:1.5em;
}
.program .time {
	width: 50px;
}
.sticker {
	background-color:#fef6d3;
	padding:1em 1em 1em 1em;
	margin-bottom: 1em;
	font-size: 85%;
}

small {
	font-size: 11px;
}