@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-color: #0f79d1;
	background-image: url(../web_images/background.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.menu-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../web_images/layout/menu_blue.png);
	background-repeat: repeat-x;
	height: 26px;
	text-align: right;
}

.menu-blue a {
		color:#FFFFFF;
		text-decoration:none;
	}
	
.menu-blue a:hover {
		text-decoration:underline;
	}
	
.menu-brown {
	font-size: 1px;
	font-weight: normal;
	background-image: url(../web_images/layout/menu_brown.png);
	background-repeat: repeat-x;
	height: 5px;
}
.menu-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../web_images/layout/menu_green.png);
	background-repeat: repeat-x;
	height: 28px;
	text-align: right;
}

.menu-green a {
		color:#FFFFFF;
		text-decoration:none;
	}
	
.menu-green a:hover {
		text-decoration:underline;
	}

.footer{
	height: 54px;
	background-image: url(../web_images/layout/bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-align: center;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #5E6832;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5E6832;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5D09D;
	padding-bottom: 2px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

a {
		color:#6b7238;
		text-decoration:underline;
	}

	
a:hover {
		text-decoration:underline;
	}
.green-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../web_images/layout/box_green.png);
	text-align: right;
	height: 126px;
	width: 126px;
	padding: 10px;
	margin-left: 55px;
	cursor:pointer;
}
.blue-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../web_images/layout/box_blue.png);
	text-align: right;
	height: 126px;
	width: 126px;
	padding: 10px;
	margin-left: 55px;
	margin-top: 125px;
	cursor:pointer;
}
.details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #999999;
}
.block {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #585F28;
	padding: 20px;
	text-align: center;
	margin: 10px;
	border: 1px solid #4D532B;
}

.left-base{
	background-image: url(../web_images/layout/earth_machine_b.png);
	background-repeat: repeat;
	background-position: 0px -174px;
}
#table-grid table {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #F8FFDF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #565C26;
	border-left-color: #565C26;
}
#table-grid th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #565C26;
	padding: 3px;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #565C26;
	border-bottom-color: #565C26;
}
#table-grid td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #565C26;
	border-bottom-color: #565C26;
}
h5 {
	font-size: 12px;
	border-bottom-style: dotted;
	border-bottom-color: #C5D09D;
	border-bottom-width: 1px;
}
#kidscorner {
	background-image: url(../web_images/layout/kids_corner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 262px;
	width: 262px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	cursor:pointer;
	background-attachment: fixed;
	overflow: visible;
	visibility: visible;
	z-index: auto;
}

