@charset "utf-8";
/* CSS Document */

/* Remove margins from the 'html' and 'body' tags, and ensure the page takes up full screen height */
html, body {
height:100%; 
margin:0; 
padding:0;
text-align:center;
}
/* Set the position and dimensions of the background image. */
#page-background {
position:fixed; 
top:0; 
left:0; 
width:100%; 
height:100%;
}
/* Specify the position and layering for the content that needs to appear in front of the background image. Must have a higher z-index value than the background image. Also add some padding to compensate for removing the margin from the 'html' and 'body' tags. */
#content {
	position:relative;
	z-index:1;
	margin:auto;
	width:800px;
	text-align:center;
}

.thelogo {
width:820px;
margin-top:10px;
}

.themenu {
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0054a6;
	margin-top: 15px;
	width: 800px;
	text-align: left;
}


a:link {
	color: #0054a6;
	text-decoration: none;
}

a:visited {
	color: #0054a6;
	text-decoration: none;

}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

.themenu a:link {
	color: #0054a6;
	text-decoration: none;
	font-weight: bold;
}

.themenu a:visited {
	color: #0054a6;
	text-decoration: none;
		font-weight: bold;

}

.themenu a:hover {
	color: #ffffff;
	text-decoration: none;
		font-weight: bold;

}
.themenu2 {
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0054a6;
	margin-top: 15px;
	text-align: left;
}

.themenu2 a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.themenu2 a:visited {
	color: #ffffff;
	text-decoration: none;
		font-weight: bold;

}

.themenu2 a:hover {
	color: #0054a6;
	text-decoration: none;
		font-weight: bold;

}





.notlastmenu {
margin-right:18px;
display:inline;
}
.menulast {
margin:0;
display:inline;

}

#rlplogob {
z-index:200;
position:absolute;
bottom:26px;
right:26px;
}

#rlplogot {
}
.style1 {
	font-size: 14px;
	font-style: italic;
}

.style2 {
	font-size: 16px;
	font-weight: bold;
}
.style3 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

#inner_content {
	background-image: url(../images/background.png);
	width: 800px;
	padding: 10px;
	position: relative;
	margin-top:5px;
	text-align:left;
}

#thefooter {
	background-image: url(../images/background.png);
	width: 810px;
	padding: 5px;
	position: relative;
	margin-top:2px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

#content_full {
	background-image: url(../images/background.png);
	width: 800px;
	padding: 10px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top:5px;
		text-align:left;

}

#about_contentleft {
float:left;
width:150px;
	text-align:left;

}

#about_contentright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 155px;
	margin-top: 35px;
		text-align:left;


}
#inner_content #about_contentleft h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin-bottom:12px;
	margin-top: 0px;
		text-align:left;

}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#welcome {
	position:absolute;
	top:150px;
	right:15px;
	text-align:left;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #006699;
	font-weight: bold;
}


#toplogo {
float:left;
width:550px;

}

#rlplogo_top {
width: 250px;
text-align:right;
float:right;
}
