@charset "utf-8";
body {	
  font-family: Arial, sans-serif;
  background-image: url(../pics/bg_tile.jpg);
}
#page {
  display: block;
  width:800px; height:auto; /* was 660 */
  margin-left: auto;
  margin-right:auto;
  border-top: 1px solid black;
	border-left: 1px solid black;
	padding:0;
	color: #fff;
	background-color: #000099;
}
#layout01 {
	color: #fff;
	background: #000099;
}


#id_screen {
  display: block;
	float: right;
  width:20px; height:100%;
  margin: 0;
  padding: 0;
	color: #fff;
	background: #000099;
}
#id_screen img{
  color: #ffffff; 
	background: transparent; 
	border: 0px; 
	margin:0;
	margin-top: 5px; 
	margin-bottom: 5px;
}
#id_screen a:link {
  color: #ffffff; 
	background: transparent;
}
#id_screen a:hover {
  color: #ffffff; 
	background: #006699; 
}
#id_print {
	display: none;
}

#menu {
	width: 180px; 
  clear:right;
	display:block;
	float: right;
	margin: 0 10px 0 0;
 	padding: 0;
	height:auto; 
}

#menu ul{
	margin: 0;
	padding: 5px 0px 5px 10px;
	float: left;
	list-style-type: none;
	width: 250px;
}

#menu li{
	margin:0;
  margin-right: 2px;
	padding: 0;	
}

#menu a {
	width: 150px;
	border-right: #000099 1px solid; 
	border-bottom: #000099 1px solid; 
	color: #fff; 
	background: url(../pics/bgbutton02.png) no-repeat top left transparent; 
	text-decoration: none;
	font-weight: normal; font-size: 90%; text-align: left;
	padding: 2px 10px 2px 10px; margin: 2px 0px 2px 0px;/**/ 
	display: block;
}

#menu a:visited {
	
}
#menu a:hover {
	border-right: #000 1px solid; 
	border-bottom: #000 1px solid;
	color: #fff;
	background: url(../pics/bgbutton02hover.png) no-repeat top left transparent; 
	font-weight: bolder;
	text-decoration: none;
}

#menu a.this_page{
	border-right: #000099 1px solid; 
	border-bottom: #000099 1px solid; 
	background: url(../pics/bgbutton02.png) no-repeat top left transparent;    
	color: #fff; text-decoration: none;
	font-weight: bold;
}



#content {
	width: 570px;
	float: left;
	padding: 0 10px 0 10px;
	margin: 0;
}

#footers {
  display: block;
  width:800px; height:auto;
  margin-left: auto;
  margin-right:auto;
  border-bottom: 1px solid black;
	border-left: 1px solid black;
	padding:0;
	color: #fff;
	background-color: #000099;
}

#footers p {
	margin:0;
	padding: 2px;
	font-size: 60%;

}/**/

p.bg_caption{
  margin: 50px 0 10px 0;
	font-size: 60%;
	width: 400px;
	color: #333399;
	background-color: transparent;
}

img.screen_logo {
  float: right; margin-left: 10px; margin-right: 10px;
}

h1.title {
	background: url(../pics/50th.jpg) no-repeat top left;
	clear: left;
	color: #0066aa; 
	padding: 60px 200px 40px 40px;
	margin: 0;
}

.dropcap {
  font-size: 200%;
	margin: -1% 0.05em 0 0;
	padding: 0;
	float: left;
}