/* SHOW SCROLLBARS PERMANENTLY IN FIREFOX */
html {
     overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #DBEED8;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 10pt;
	color: #333333;
	height: 100%;
}

/* Formval styles */
* formval.css */

  .info   { color: black; background-color: transparent; font-weight: normal; }
  .warn   { color: rgb(120,0,0); background-color: transparent; font-weight: normal; }
  .error  { color: red; background-color: transparent; font-weight: bold }


/* DIV LAYOUT STYLES */

div.overall {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}

div.header {
	background-color: #DBEED8;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	position:relative;
	height: 220px;
}

div.menu {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	text-align: center;
	font-weight: bold;
	color: #444444;
}

div.main {
	width: 750px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

div.lastupdated {
	font-size: 8pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	text-align: right;
	position: relative;
	vertical-align: bottom;
	padding-top: 20px;
	padding-bottom: 5px;
	float:right;
}

/* GALLERY STYLE */

table.gallery {
	width: 100%;
	border: none;
	text-align: center;
}

td.picCell {
	width: 30%;
	padding: 3px;
	border: none;
	text-align: center;
	vertical-align: middle;
}

td.captionCell {
	width: 30%;
	padding: 3px;
	border: none;
	text-align: center;
	vertical-align: middle;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 8pt;
	color: #333333;
}

/* TEXT STYLES */

h1 {
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 22pt;
	font-weight: bold;
	color: #333333;
}

h2 {
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #333333;
	margin-left: 5px;
}

h3 {
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 16pt;
	color: #333333;
	margin-left: 7px;
}

p.normal {
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin-left: 10px;
}

/* LINK STYLES */

a:link {
	text-decoration: underline;
	color: #333333;
}

a:visited {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #9966CC;
}

a:active {
	text-decoration: underline;
	color: #9966CC;
}

img {
	border: 0px;
}

ul {
	line-height: 150%;
}