body {
	background-color: #002000;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	text-align: center;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	text-decoration: none !important;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #ccffcc;
}
a:hover {
	text-decoration: underline;
	color: #99ff66;
}
a.sitelink {
	padding-right: 18px;
	background-image: url('../icons/link.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
a.sitelink:hover {
	background-image: url('../icons/link-h.gif');
}
a.maillink {
	padding-right: 18px;
	background-image: url('../icons/mail.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
a.maillink:hover {
	background-image: url('../icons/mail-h.gif');
}
a.filelink {
	padding-right: 18px;
	background-image: url('../icons/file.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
a.pdflink {
	padding-right: 18px;
	background-image: url('../icons/pdf.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
#container {
	width: 960px;
	background-color: #204030;
	margin: 0 auto;
}
#header {
	width: 960px;
	height: 240px;
	background-image: url('lapus2009-bg.jpg');
	background-repeat: no-repeat;
}
#menu {
	padding: 4px 0px 12px 0px;
}
#menu a, #menu a:link, #menu a:visited {
	border: 1px solid #507060;
	border-top: 0;
	background-color: #305040;
	font-weight: bold;
	padding: 5px 12px;
}
#menu a.selected {
	text-decoration: none;
	background-color: #486858;
	border: 1px solid #608070;
	border-top: 0;
	border-bottom: 1px solid #ccffcc !important;
	color: #e0ffb0;
	letter-spacing: .2em;
}
#menu a:hover {
	text-decoration: none;
	background-color: #508060;
	border: 1px solid #608070;
	border-top: 0;
	color: #99ff66;
	border-bottom: 1px solid #66cc33;
}

#content {
	text-align: justify;
	margin: 10px 50px 0px 50px;
}
#footer {
	font-size: 80%;
	background-color: #002000;
	border-top: 5px solid #698A19;
}
#floater {
	width: 240px;
	float: right;
	font-size: 80%;
	margin-right: -40px;
	.margin-right: -20px;
	margin-left: 15px;
	margin-top: -10px;
}
#floater ul {
	padding: 0px;
	margin: 0px;
}
#floater li {
	font-size: 10px;
	font-weight: normal;
	margin: 8px 0px;
	list-style-image: url(../layout/bullet.gif);
	list-style-position: inside;
}
#floater .boxtitle {
	border-bottom: 1px solid #99cc99;
	font-weight: bold;
	color: #e0ffe0;
}
#amr {
	float: right;
	background-color: #698A19;
	color: #000000;
	padding: 0px 4px 0px 10px;
}
#contor {
	display: none;
	visibility: hidden;
}

.jurnal {
	border: 1px solid green;
	background: #698A19;
	margin: 12px;
	padding: 8px;
}
.jurnal img {
	vertical-align:top;
}
.extrasezon td {
	background: #acbb8f;
}
.marker {
	position: relative;
	top: -12px;
	width: 30px;
	font-size: 18px;
	float: left;
	border: 1px solid #ffffff;
	margin: 0px 16px -5px 2px;
	padding: 3px 10px;
	text-align: center;
	background: #479734;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.markdate {
	font-size: 9px;
	width: 40px;
	background-color: #40a080;
}
.program td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
.program em {
	font-weight: bold;
	font-style: italic;
}
.program strong {
	font-weight: bold;
	font-variant: small-caps;
}