body {
	background-color: #2865B1; 
	margin: 0px;
	padding: 0px;
}

div {
	margin: 0px;
	padding: 0px;
}

.bg_body {
	background-image: url("../images/bg_top_hor.jpg");
	background-repeat: repeat-x;
	height: 800px;
}

.bg_menu {
	background-image: url("../images/bg_menu.jpg");
	background-repeat: repeat-y;
	background-position: 32px 200px;
}

.main {
	background-image: url("../images/bg_top.jpg");
	background-repeat: no-repeat;
	height: 800px;
	width: 1023px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.main a {
	color: #E0E090;
	text-decoration: none; 
}
.main a:hover{
	color: orange;
	text-decoration: underline;
}

.leftcol, .rightcol, .menucol, .filmcol {
	float: left;
}

.leftcol{
	margin-left: 0px;
}
.headline {
	width: 775px;
	margin-left: 9px;
	margin-top: 147px;
	margin-bottom: 0px;
	clear: both; 
}
.menucol {
	margin-left: 33px;
	width: 218px;
	padding-bottom: 20px;
}
.filmcol {
	margin-left: 1px;
	width: 540px;
}
.rightcol {
}

.headline-subtitle {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 28px;
	font-weight: bold;
	color: #E2EBFC;
	text-align: right;
}
.menu {
	padding-bottom: 10px;
	color: white;
}

.menu .infoMenu {
	margin-top: 20px;
	text-align: center;
	overflow: hidden;
	font-weight:bold;
	font-size:80%;
}

.menu #accordian {
	border-bottom:1px solid #FEFDFD;
	width:217px;
	padding:1px;
}

.menu #items {
	border-bottom:1px solid #FEFDFD;
	width:217px;
	margin-top:12px;
}

.menu .headings {
	padding:3px 4px 3px 4px; 
	background-color: #1F4A80;
	font-weight: normal;
 	color:#FFFFFF;
	border-top:1px solid #FEFDFD;
	cursor:pointer;
}

.menu .headings:hover {
	background:#00CCFF;
}

.menu .header_highlight {
	font-weight:bold;
	border-bottom:1px solid #FEFDFD;
}

.menu .header_arrow {
	background:url("../images/squareDown.gif") no-repeat center right ;
	margin-top:4px;
	width:9px;
	height:9px;
	float: right;
}

.menu .child {
	padding:0px;
	height:284px;
	font-size: 90%;
	overflow-y: scroll;
	margin-right:1px;
}

.menu .child ul {
	padding: 3px 5px 3px 5px;
	margin: 0px;
	list-style-type: none;
}

.menu .child li {
	line-height: 0.97;
	padding-top:3px;
	padding-bottom:3px;
	overflow: hidden;
	border:0px;
}

.menu .child img {
	height: 72px;
	padding-top:3px;
	overflow: hidden;
}

.big {
	font-size: 140%; 
	font-weight: bold;
}

#centerTitle{
	display: none;
}