@charset "utf-8";
/* CSS Document */

#footer {
	background-image: url(../images/footer_background.gif);
	height: 30px;
	color: #FFFFFF;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	height: 100%;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	height: 100%;
	background-image: url(../images/bg.gif);
}
.logo_top {
	height: 55px;
}

#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/wrapper_bg.gif);
	height: auto;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	margin-top: 0px;
	margin-bottom: 0px;
}
#navigation {
	position: relative;
	top: 125px;
	width: 770px;
	clip: rect(auto,auto,auto,auto);
	background-image: url(../images/navigation_bg.png);
	height: 45px;
}
#center {
	margin-top: 0px;
	margin-bottom: 0px;
}
#welcome {
	position: relative;
	left: 50px;
	top: 21px;
}
#right_side {
	float: right;
	width: 246px;
}
#yellowbox {
	background-image: url(../images/yellow_bg.gif);
	height: 221px;
	padding-top: 17px;
	padding-left: 30px;
}
#greenbox {
	background-image: url(../images/green_background.gif);
	height: 230px;
	margin-top: 9px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.maintext p {
	width: 330px;
	margin-left: 60px;
}
.yellowtext {
	color: #fdf050;
}
.yellow_u {
	font-size: 10px;
	color: #fdf050;
	text-decoration: underline;
}
.space {
	font-size: 4px;
}
#footer a {
	color: #FFFFFF;
}
.pic {
	padding: 4px;
	margin-right: 8px;
	border: 1px solid #CCCCCC;
}
