body {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #333333;
	background-color: #e0e0e0;
	margin: 0px;
	margin-bottom: 20px;
}

h1 {
	font-size: 2em;
	color: #154c5e;
	text-align: left;
}

h2 {
	font-size: 1.5em;
	color: #72a3b4;
	text-align: left;
	background-image: url('/images/h2.gif');
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	left: -10px;
	padding-left: 10px;
}

h3 {
	font-size: 1.2em;
	color: #72a3b4;
	text-align: left;
}

p, li, span.li_text, table, input, textarea {
	font-size: 12px;
	font-family: Verdana, Arial;
}

a:link, a:visited {
	color: #156e33;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

input {
	width: 250px;
}

li {
	line-height: 24px;
}

th {
	background-color: #cee5ed;
	font-weight: bold;
	padding: 5px;
}

div.header_container {
	width: 100%;
	background-color: #cee5ed;
	padding-top: 30px;
	text-align: center;
}

div.header {
	width: 80%;
	margin: auto;
	padding: 10px;
	text-align: left;
	background-color: #9dc9d7;
}

div.header h1 {
/* see also ie-styles.css */
	position: relative;
	left: 250px;
	width: 80%;
}

img.logo {
/* see also ie-styles.css */
	position: absolute;
	left: 10%;
	top: 50px;
}

div.menu_container {
/* see also ie-styles.css */
	position: absolute;
	right: 11%;
	top: 120px;
	font-size: 1.2em;
	font-weight: bold;
	color: #66b781;
}

div.menu_container a:link, div.menu_container a:visited {
	text-decoration: none;
	color: #66b781;
}

div.menu_container a:hover {
	color: #156e33;
}

div.page_container {
	width: 100%;
	text-align: center;
}

div.body {
/* see also ie-styles.css */
	width: 80%;
	margin: auto;
	padding: 10px;
	padding-top: 25px;
	text-align: left;
	background-color: #FFF;
}

div.footer {
	padding: 5px;
	text-align: center;
	font-size: 80%;
	color: #154c5e;
	background-color: #cee5ed;
}

div.footer a {
	color: #154c5e;
}

td.shading0 {

}

td.shading1 {
	background-color: #edf6f9;
}

.form_error {
	color: #F00;
	font-size: 10px;
}

.form_label {
	font-weight: bold;
	color: #000064;
}

img.showcase_preview {
	border: 1px solid #000;
}

img.border {
	border: 1px solid #e0e0e0;
}

p.showcase_heading {
	font-weight: bold;
	font-size: 110%;
}

a.w3c_html:link, a.w3c_html:visited {
	display: inline-block;
	width: 88px;
	height: 31px;
	background-image: url(/images/w3c_html.gif);
	background-position: 0 0;
}

a.w3c_html:hover {
	background-position: 0 -31px;
}

a.w3c_css:link, a.w3c_css:visited {
	display: inline-block;
	width: 88px;
	height: 31px;
	background-image: url(/images/w3c_css.gif);
	background-position: 0 0;
}

a.w3c_css:hover {
	background-position: 0 -31px;
}

img.santahat {
/* see ie-styles.css */
	position: absolute;
	left: 10%;
	top: 10px;
}
