/*////////////////////////////////////////
//					//
//       CSS for RoyPoper.com		//
//					//
//					//
// Last Edit:  14 March, 2006		//
// contact:    joelbrennan@gmail.com	//
//					//
//					//
////////////////////////////////////////*/

body {
  font-size: 12pt;
  height: 100%;
  color: #3D536B;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #B0C0D0;
}	

/*--------------------------------------*/
					
div#title {
  color: #EAEAEA;
  background-color: #B0C0D0;
  font-weight: 400;
  font-size: 42px;
  font-family: Garamond, Times, serif;
  margin-left: 15px;
  margin-bottom: 5px;
  font-variant:  none;
}

/*--------------------------------------*/

div.introbox {	
  height: 202px;	
  width: 450px;	
  overflow: auto;	
  padding: 5px;
  border: 2px solid #7793B1;
  line-height: 1.5; 
  text-align: justify;
  color: #3D536B;
  background-color: #B0C0D0;
}

/*--------------------------------------*/

p#introtext {
  text-indent: 10px;
  margin-left: 5px; 
  margin-top: 5px; 
  margin-right: 5px; 
  margin-bottom: 5px; 
}

/*--------------------------------------*/

div.infobox {
  height: 202px;	
  width: 450px;	
  overflow: auto;	
  padding: 5px;
  border: 2px solid #7793B1;
  line-height: 1.5; 
  color: #3D536B;
  background-color: #B0C0D0;
}

/*--------------------------------------*/

div.bigbox {	
  width: 450px;	
  overflow: auto;	
  padding: 5px;
  border: 2px solid #7793B1;
  line-height: 1.5; 
  text-align: justify;
  color: #3D536B;
  background-color: #B0C0D0;
}

/*--------------------------------------*/

div.verybigbox {	
  width: 500px;	
  overflow: auto;	
  padding: 5px;
  border: 2px solid #7793B1;
  line-height: 1.5; 
  color: #3D536B;
  background-color: #B0C0D0;
}

/*--------------------------------------*/

.heading {
  font-weight: bold;
}

/*--------------------------------------*/

.cap {
  font-weight: bold;
  font-size: larger;
}

/*--------------------------------------*/

.menuitem {
  font-size: 13pt; 
}

/*--------------------------------------*/

.footer {
  text-decoration: none; 
  font-family: 'Garamond', 'Times', serif;
  color: #3D536B;
  font-size: 10pt;
}

/*--------------------------------------*/

a {
  font-family: Garamond, Times, serif;
  font-weight: bold;
  font-variant: small-caps;
  color: #EAEAEA;
  background-color: #B0C0D0;
  text-decoration: none;
}

/*--------------------------------------*/

a:link, a:visited {
  color: #EAEAEA;
  background-color: #B0C0D0;
}

/*--------------------------------------*/

a:hover, a:active {
  color: #3D536B;
  background-color: #B0C0D0;
}

/*--------------------------------------*/


.sublinks a, .sublinks a:link, .sublinks a:visited, .sublinks a:hover, .sublinks a:active {

  font-family: Times, serif;
  font-variant: normal;
  text-align: center;
  color: #3D536B;
  background-color: #B0C0D0;
}

/*--------------------------------------*/

.initiallyhidden {
  visibility: hidden;
  display: none;
  height: 0pt;
  margin-top: 0px;
}
/*--------------------------------------*/

.initiallyshown {
  visibility: visible;
  display: block;
  height: auto;
  margin-top: 0px;
}

/*--------------------------------------*/

.borderpic {
  padding:  5px;
  border:  2px solid #7793B1;
}

.movement {
  margin-left: 35px;
}
