@charset "UTF-8";
@import url("mystyle.css");

/*
	This is where the main styles are located.
*/

* {
	font-size: 8pt;
	font-family: "Baybayin Stylized", Tahoma, Verdana, sans-serif;
	color: #000000;
	text-align: left;
}

html {
	overflow: hidden;
	height: 99%;
}

body {
	background: rgb(211,226,195);
	height: 99%;
	margin: 0;
	padding: 0;
	line-height: 150%;
	text-align: center;
	position: relative; /* leave this here; safest */
}

.list {
	margin: 5px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

/* === Containers === */
#first_container {
	margin: 0 auto 0 auto;
	display: table;
	height: 100%;
	position: relative;
	overflow: hidden;
	width: 660px;
}

#second_container {
	position: absolute;
	top: 50%;
	vertical-align: middle;
	width: 100%;
}

#third_container {
	position: relative;
	top: -163px;
	width: 660px;
}

/* === Menu === */
#third_container > nav:first-child {
	height: 31px;
}

nav:first-child > ul {
	padding-right: 2px;
	margin: 0;
	list-style: none;
}

#third_container > nav:first-child li {
	float: right;
	display: block;
	width: 82px;
	height: 31px;
}

#third_container > nav:first-child a {
	display: block;
	width: 82px;
	height: 31px;
	background-color: inherit;
	text-decoration: none;
	line-height: 31px;
	text-align: center;
}

#third_container > nav:first-child a:link,
#third_container > nav:first-child a:visited {
	color: #749942;
	background-color: #D3E2C3;
}

#third_container > nav:first-child a:hover,
#third_container > nav:first-child a:active {
	background-image: url('../img/taba2.jpg');
	color: #ffffff;
}

#navselected {
	display: block;
	width: 82px;
	height: 31px;
	background-image: url('../img/taba.jpg');
	text-decoration: none;
	line-height: 31px;
	color: #ffffff;
	text-align: center;
}

/* === Language menu === */
#third_container > nav#last-child {
	float: left;
	height: 31px;
	width: 300px;
}

nav#last-child > ul {
	padding-left: 10px;
	margin: 0;
	list-style: none;
}

#third_container > nav#last-child li {
	float: left;
	display: block;
	width: 82px;
	height: 31px;
}

#third_container > nav#last-child a {
	display: block;
	width: 82px;
	height: 31px;
	background-color: inherit;
	text-decoration: none;
	line-height: 25px;
	text-align: center;
}

#third_container > nav#last-child a:link,
#third_container > nav#last-child a:visited {
	color: #749942;
	background-color: #D3E2C3;
}

#third_container > nav#last-child a:hover,
#third_container > nav#last-child a:active {
	background-image: url('../img/tabb2.jpg');
	color: #ffffff;
}

#submenuselected {
	display: block;
	width: 82px;
	height: 31px;
	background-image: url('../img/tabb.jpg');
	text-decoration: none;
	line-height: 25px;
	color: #ffffff;
	text-align: center;
}

/* === Other Divs === */
.border {
	background-color: #ffffff;
	padding: 15px 15px 15px 146px;
	height: 232px;
	background-image: url('../img/back.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
}

.title {
	position: absolute;
	margin-left: 15px;
	margin-top: 15px;
	width: 32px;
	height: 232px;
	/* background-image: url('../img/vanero.gif'); */
}

.border > section:first-child {
	height: 217px;
	overflow: auto;
	padding: 7px;
}

footer {
	margin-top: 5px;
	/* text-align: right; */
	text-align: center;
	color: #749942;
	background-color: inherit;
}

/* === Inline Text Styles === */
h1 {
	margin: 10px 0 -40px -2px;
	padding: 0 10px 40px 9px;
	font-size: 16px;
	color: #ffffff;
	background-color: inherit;
	border-left: 5px solid rgb(211,226,195);
}

.details {
	display: none;
	font-size: 9px;
	color: #6E7468;
}

p {
	display: block;
	margin: 5px 5px 20px 12px;
}

p a {
	color: #666F53;
	text-decoration: none;
	font-weight: bold;
}

p a:hover, p a:active {
	color: #000000;
}

blockquote {
	margin: 3px 0 3px 0;
	padding: 5px 10px 5px 10px;
}

.note {
	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.bold {
	font-weight: bold;
}
