@charset "utf-8";
html,body{
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	background-color: #99CCFF;
	margin: 0px;
	background-image: url(images/skyback.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#foot {
	background-image: url(images/grass.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 60px;
	bottom: 1px;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	font-size: 10px;
	color: #999999;
}

a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	background-color: #FFFF00;
	text-decoration: none;
}
#left {
	float: left;
	width: 312px;
}
#menu {
	position: relative;
	width: 360px;
	left: 365px;
	top: 120px;
}
#frame {
	width: 780px;
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#head {
	background-image: url(images/header.gif);
	height: 210px;
}
#right {
	float: left;
	width: 448px;
	padding-right: 10px;
	padding-left: 10px;
}
h1 {
	text-align: center;
	padding: 0px;
	font-size: 24px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
h2 {
	font-size: 14px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#clear {
	clear: both;
	height: 60px;
	font-size: 10px;
	color: #999999;
}
h3 {
	font-size: 18px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
#swish {
	color: #009900;
	font-weight: bold;
}
p {
	text-align: justify;
}
#rla {
	color: #000066;
	font-weight: bold;
}

