body {
	background-color: #f8fff0;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	text-align: center;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	text-decoration: none !important;
}
p {
	padding: 5px 0;
	margin: 0;
}
h1 {
	font-size: 20pt;
	color: #ff4000;
}
h2 {
	font-size: 16pt;
	color: #004040;
}
h3 {
	font-size: 12pt;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #008000;
}
a:hover {
	text-decoration: underline;
	color: #20c000;
}
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: #ffffff;
	margin: 0 auto;
}
#header {
	width: 960px;
	height: 200px;
	background-image: url('lapus2010-bg.jpg');
	background-repeat: no-repeat;
}
#menu {
	padding: 4px 0px 12px 0px;
}
#menu a, #menu a:link, #menu a:visited {
	border: 1px solid #90f090;
	border-top: 0;
	background-color: #e8ffe8;
	font-weight: bold;
	padding: 5px 36px;
}
#menu a.selected {
	text-decoration: none;
	background-color: #a0f090;
	border: 1px solid #d0f060;
	border-top: 0;
	border-bottom: 1px solid #00cc00 !important;
	color: #404000;
	letter-spacing: .2em;
}
#menu a:hover {
	text-decoration: none;
	background-color: #a0ff90;
	border: 1px solid #c0ff00;
	border-top: 0;
	color: #408020;
	border-bottom: 1px solid #339900;
}

#content {
	text-align: justify;
	margin: 10px 50px 0px 50px;
}
#footer {
	font-size: 80%;
	background-color: #f8fff0;
	border-top: 5px solid #698A19;
}
#floater {
	width: 240px;
	float: right;
	font-size: 80%;
	margin-right: -50px;
	.margin-right: -25px;
	margin-left: 15px;
	margin-top: -15px;
	padding: 0 5px;
	background-color: #f0fff8;
	height: 600px;
}
#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: #004000;
}
.hilight {
	background-color: #ffff80;
}
.mailfield {
	background-image: url('../icons/mail.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 16px;
	width: 140px;
}
#amr {
	float: right;
	background-color: #698A19;
	color: #ffffff;
	padding: 0px 4px 0px 10px;
}
#contor {
	display: none;
	visibility: hidden;
}

.jurnal {
	border: 1px solid #80ff80;
	background: #e0ffd0;
	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: #90d080;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.markdate {
	font-size: 9px;
	width: 40px;
	background-color: #b0f0d0;
}
.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;
}