/* Style sheet for the homepage; in general, it is better to break out any formatting style sheets from the html documents so that they can be reused by multiple language versions */

h1 {
	margin-top:0.5em;
	margin-bottom:0.25em;
	}
h2 {
	font-style:italic;
	margin-top:0;
	margin-bottom: 1.5em;
	}
h4 {
	text-align:center;
	text-transform:uppercase;
	padding:0;
	margin-top:1px;
	margin-bottom:5px;
	}
#header {
	letter-spacing:normal; 
	text-align:right;
	}
#header a:link, #header a:visited {
	color:#EEE;
	}
#header a:hover, #header a:active {
	color:#FC0;
	}
#splash {
	width:100%;
	background-color:#000;
	text-align:right;
	}
#apps {
	height: 90px;
	background: url(apps.jpg) repeat-x;
	text-align: left;
	}
.linkbox {
	width:95%;
	background-color:#48B;
	padding:5px;
	text-align:center;
	margin-bottom:1em;
	color:#EEE
	}
ul {
	list-style:outside none;
	margin:0;
	padding:0;
	border:none;       /* Required for IE compatibility */
	}
li {
	list-style-type:none;
	border-bottom: 2px solid #48B;
	margin:0;
	}
ul li a {
	display: block;
	width: 100%;
	padding: 5px;
	font-weight:normal;
	}
ul li a:link, ul li a:visited {
	background-color:#047;
	color:#EEE;
	}
html>body li a { 
	width: auto;         /* Required for Netscape compatibility */
	}
ul li a:hover, ul li a:active {
	text-decoration:none;
	background-color: #036;
	color:#FC0;
	}
