
body, p, h1, h2, h3, h4, h5, ul, li, button {
	margin: 0px;
	padding: 0px;
}

img { border: 0px; }

body {
	background-color: #A0D004;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#header {
	margin: 0px auto;
	height: 144px;
}

#body {
	background-color: #1189B4;
	/*min-height: 375px;*/
}

* html #body {
	/*
	height: 364px;
	overflow: visible;
	*/
}

#menu {
	height: 75px;
}

#menu table {
	margin: 0px auto;
	width: 660px;
	height: 27px;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#menu table td {
	height: 27px;
}

#menu table td a {
	display: block;
	height: 27px;
	border-right: 1px solid #ffffff;
	background-color: #0D6889;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
}

#menu table td a:hover {
	background-color: #1189B4;
}

#menu table td a.active {
	background-color: #1189B4;
}

#footer {
	height: 36px;
	height: 100px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
}

#footer #frame {
	margin: 0px auto;
	width: 662px;
}

#copyright {
	float: right;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 13px;
	margin-top: 11px;
	margin-right: 4px;
}

#languages {
	float: left;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 13px;
	margin-top: 11px;
}

#languages img {
	border: 1px solid #ffffff;
}

#languages a {
	display: block;
	height: 20px;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 8px;
	background-color: rgb(140,182,2);
}

#languages .active {
	background-color: rgb(160,208,4);
}

#content {
	position: relative;
	margin: 0px auto;
	width: 662px;
	text-align: left;
	padding-bottom: 50px;
}

#leftbar {
	position: absolute;
	left: 0px;
	top: 0px;
}

#textbody {
	margin-left: 186px;
}
#textbody a {
	color: white;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
	padding-bottom: 24px;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding-bottom: 18px;
}

p {
	font-family: Arial, sans-serif;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 18px;
}

p.nospace {
	padding-bottom: 0px;
}

#content ul {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	list-style-type: disc;
	padding-left: 20px;
	padding-bottom: 20px;
}

img.right {
	float: right;
	margin-left: 14px;
	margin-bottom: 6px;
}
