@CHARSET "UTF-8";

body {
	background-color: #cedbc9;
	color: #33302b;
	font-family: Verdana, arial, sans;
	font-size: 90%;
}

#page {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: thick solid #496442;
	border-right: thick solid #496442;
}

#header1 {
	background-color: #8BA783;
	height: 100px;
	text-align: center;
} 

#header {background-image:url("images/insect-attacked-beam.png");
	background-repeat: no-repeat;
	background-color: #8BA783;
	height: 160px;
	text-align: center;
}

.stamp { background-image:url("images/stamp.png");
	background-repeat: no-repeat;
		 background-position:top right;
}

#container {
	background-color: #ece7c1; /* Same as #content */
	overflow: hidden;
	/*	border-top:thick solid #496442;
	border-bottom:thick solid #496442; */
}

#content {
	background-color: #ece7c1;
	width: 600px;
	border-left: 150px solid #5e7f54; /* The width and color of the rail */
	margin-left: -150px; /* Hat tip to Ryan Brill */
	float: right;
}

#content p {
	padding: 5px;
	margin-top: 3px;
}

#content h3, #content h4  {
	padding: 5px;
	margin-bottom: 5px;
}

#rail {
	background-color: #5e7f54;
	width: 150px;
	float: left;
}

#rail p {
	color: #ece7c1;
}


#footer {
	background-color: #8BA783;
	text-align: center;
	font-size:70%;
}

#footer a {
	color: #33302b;
	font-weight: normal;
}

h1 {
	margin-top: 0;
	padding-top: 20px;
	margin-bottom: 5px; font-family : Arial;
	font-size: xx-large;
	font-family: Arial;
}

h2 {
	font-family: Arial;
	margin-top: 5px;
}

#rail p {
	padding-left: 10px;
}

.log {
	padding: 20px 3px 0;
	padding-top: 100px;
}

.logo {
	padding-left: 5px;
	padding-top: 20px;
}

a {
	color: #33302b;
	font-weight: bold;
}

a img {
	border: 0;
}

A:link {
	text-decoration: none
}

A:visited {
	text-decoration: none
}

A:active {
	text-decoration: none
}

A:hover {
	text-decoration: underline;
	color: white;
}

td {
	font-size:60%;
}

.right {
	float:right;
}

.left {
	float: left;
}

.errortext {
	color:#C00000; font-weight: bold;
}

.mandatory {
	color:#C00000; font-weight: bold;
}


