.invisible { display:none;}

html, body {
	background-color: #e4e9e9;
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
	min-width: 750px;
}

a {
	color: #4B5E69;
	text-decoration: none;
	border-bottom: 1px dotted #4B5E69;
}

a:hover{
	color: #33CBCB;
	border-bottom:1px solid #33CBCB;
}

a:active {
	color: #FFF6AB;
	border-bottom:1px solid #FFF6AB;
}

#header-image {
	margin: 0px;
	background: url('../images/main_menu_background.gif') repeat-y;
}

#player-launch {
	margin: 0px;
	background: none;
}


#top-menu {
	font-size: 10pt;
	font-weight: bold;
	float: left;
/*	clear: both; */
	margin: 0px;
	width: 161px;
	background: url('../images/main_menu_background.gif') repeat-y;

}

#top-menu ul {
	margin: 0px;
	background: url('../images/main_menu_bottom.gif') no-repeat bottom right;
	list-style: none;
	padding: 5px 0px 10px 0px;
}

#top-menu ul li {
	margin: 5px 0px 2px 78px;
	padding: 0px 0px 0px 13px;
	background: url('../images/main_menu_arrow.gif') no-repeat 0px 2px ;

}

#top-menu a{
	color: #4B5E69;
	text-decoration: none;
	border: 0px;
}	
	
 #top-menu a:hover{
    color: black;
	border-bottom: 1px dotted black;
	border: 0px;
}

#Menu {
/*	position: relative;
	top: -54px; */
	float: right;
/*	clear: right; */
	width: 216px;
	margin: 0px;
	padding: 0px;
	background: #b0dbf4 url('../images/side_menu1_top.gif') top left no-repeat;
	font-size: 10pt;
	font-weight: bold;
	color: #074569;
}

#Menu ul {
	padding: 5px 0px 35px 0px;
	list-style: none;
	margin: 0px;
	background: url('../images/side_menu1_bottom.gif') bottom left no-repeat;
}

#Menu ul li {
	margin: 10px 40px 0px 10px;
	padding: 7px 0px 2px 1em;
	background: url('../images/side_menu1_arrow.gif') no-repeat 0px 10px ;
	border-bottom: 1px dotted black;
}

#Menu a{
	color: #4B5E69;
	text-decoration: none;
	border: 0px;
}	
	
#Menu a:hover{
    color: black;
    border: 0px;
}

#Menu p {
	font-weight: normal;
	margin: 10px 10px 0px 10px;
}

#Menu ul ul {
background: none;
border-bottom: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
}

#Menu ul ul li {
border-top: 1px dotted black;
border-bottom: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
}

#content {
    min-height: 300px;
	margin: 0px 230px 0px 180px;
	padding: 0px 9px 10px 9px;
	background: #fff url('../images/content_top_l.gif') top left no-repeat;
	min-width: 300px;
}

h1#mainheader {
	background: url('../images/content_top_r.gif') top right no-repeat;
	margin: 0px -9px 0px 0px;
	padding: 0px 10px 0px 0px;
}

#content h1 {
	margin: 0px -9px 0px 0px;
	padding: 0px 10px 0px 0px;
}

#footer {
   	font-size: 8pt;
	margin: 0px 230px 0px 180px;
	padding: 0px 9px 0px 9px;
	background: #e4e9e9 url('../images/content_bottom_l.gif') top left no-repeat;
	min-width: 300px;
}

#footer h4 {
	font-size: 8pt;
	background: #e4e9e9 url('../images/content_bottom_r.gif') top right no-repeat;
	margin: 0px -9px 0px 0px;
	padding: 20px 0px 0px 0px;
}


div.newsitem {

margin: 2em 0 0 0;
border-top: 1px dotted black;
}

div#header-image a, div#header-image a:hover, div#header-image img{
	border:0px;
}
