/* the colours in this stylesheet are standard colours used for Microsoft XP icons and are.... *//* font colours: 255,051,000 bright red, 000,102,000 dark green, 000,051,153 dark blue *//* background colours: 180,226,255 pale blue, 222,255,255 pale green-blue *//* set the font style and color for for the whole site except when overridden below */

body {margin-top:10px; background-color:rgb(255,255,255); font-family: Verdana, Arial, sans-serif;  color:rgb(000,000,000)}
/* sets the font size for whole site except when overridden below */

/* sets the width of the site */
table { width:1000px; font-size:11px; border:0px;
}

.displacement { padding-left: 190px; }
.bottomTable { font-size: 9px; border: 0px; color:rgb(000,051,153)}

.pTable {vertical-align:top; width:100%; border:0; padding-left:37px;}

/* set up the fonts other than normal (defined above) */

.header1 {color:rgb(153,051,000); font-size: 11px; font-weight:bold; letter-spacing:.2em;} 

.header2 {color:rgb(000,102,000); font-size: 11px; font-weight:bold;}

table.mainTable{
	padding-left:-200px; border-spacing: 0px 1px; 
}


.important {color:rgb(000,000,000); font-size: 11px; text-decoration:none}

.small {font-size:10px; text-decoration:none}
.smalltable { padding-left:38px;}

.smallImportant {color:rgb(000,000,000); font-size:10px; text-decoration:none}

td {vertical-align:centre;}

/* fonts for the menus and hyperlinks*/

.menuLink {font-size:11px; color:rgb(000,051,153);  text-decoration:none}

.normalLink {color:rgb(000,000,255);  text-decoration:none}

.smallLink {font-size:9px; color:rgb(000,051,153);  text-decoration:none}

.normalLinkCurrent {color:rgb(153,051,000);  text-decoration:none}

.menuLink:hover, .normalLink:hover, .smallLink:hover {text-decoration:underline;}

.menuCurrent {font-size:12px; color:rgb(153,051,000); text-decoration:none;}

 /* used to emphasis current menu */
/* set the sizes, background colours and borders for the main elements of the site */

/*td.menuCell {width:100px; background: #7E8FAB; letter-spacing:.18em; text-align: center; border: 1px solid rgb(102,102,102);} */

.menuCell {background: #3F706D; letter-spacing:.13em; text-align: center; border-right: 1px solid black; }
.menuCell2 {background: #7E8FAB; letter-spacing:.17em; text-align: center; }

.titleCell {  border: 1px solid rgb(102,102,102);}

.rightCell {color:rgb(051,051,051); width:250px; text-align:left; vertical-align:top; }

.bodyCell {  width:700px; padding:0px; margin:0; color:rgb(051,051,051); text-align:justify; height:100%; vertical-align:top; }


/* Pretty styling */
body { font-family: verdana, arial, sans-serif; font-size: 0.8em; background-color: black; }


/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for sample Gallery
visibility: hidden;
border: 3px solid silver;
margin-left:20px; 
top:20px;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}

div.background{
  width:633px;
  height:700px;
  background: #598787; /* for non-css3 browsers */
  background: url('images/bodybackground.jpg') no-repeat;
  background-position: center center;
}

div.rightbackground{
  width:365px;
  height:700px;
  background: #7e8fab; /* for non-css3 browsers */
  background: url('images/rightbackground.jpg') no-repeat;
  background-position: center center;
}

div.transbox{
  width:600px;
  height:650px;
  margin-left:10px;
  margin-top:20px;
  -top:40;
  background-color:#ffffff;
  border:1px solid black;
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */
  opacity: 0.6;
  -moz-opacity:0.6;
  position:absolute;
}

div.transbox p{
  margin:30px 40px;
  font-weight:bold;
  color:#000000;
opacity: 1;
-moz-opacity:1;

}
