.redBorder {
	border: solid 1px red;
}
.yellowBorder {
	border: solid 1px yellow;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

html, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	background-color: rgb(225,242,177);
}
body, h1, h2, h3, form, a, input[type=submit] {
	font: 10px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #5C5C5C;
	background-color: transparent;
	border: none;
}

h1, h2, h3 {
	font: tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #9AAB68;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 8px;
}

img {
	border: 0;
}

p {
	text-indent: 2em; 
	padding: 0;
	margin: 0;
}

a, input[type=submit] {
	font-weight: bold;
	text-decoration: none;
	color: #5C5C5C;
}
a:hover, input[type=submit]:hover {
	text-decoration: underline;
	cursor: pointer;
}

#stamp {
	float:left;
	height: 203px;
	margin-left:-203px;
}
#stamp img {
	margin:5%;
	padding-left:20px;
	height: 80%;
	display: block;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 870px;
}

#header {
	height: 203px;
	margin:0px;
	padding:0px;
}
#header_logo {
	height: 96px;
}
#header_logo img {
	height: 70px;
	padding-top: 20px;
	padding-left: 410px;
}
#header_menu {
	height: 41px;
}
#header_menu_left_border {
	margin-left:65px;
}
#header_menu .menuItem {
	float: left;
}
#header_menu .menuItem img {
	height:100%;
}
#header_menu .menuItem a {
	margin-top: 11px;
	padding-left: 3px;
	padding-right: 3px;
	height: 28px;
	display:block;
}
#header_menu .menuItem a img {
	padding-top: 7px;
	height: 18px;
	display:block;
}

#header_menu #language_bar {
	margin-top: 15px;
}

#header_middle {
	height: 42px;
}
#header_bottom {
	height: 23px;
}
#header_content_spacer {
	height: 10px;
}

#content {
	text-align: left;
}

.heading {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	padding: 3px 4px 4px 4px;
	margin: 2px 0 0 0;
	color: #5C5C5C;
}


#footer {
	color: #FFFFFF;
	background: #42453D;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font-weight: bold;
	width: 100%;
}

#footer p {
	margin: 3px;
	padding: 3px;
	text-align: center;
}



