/* CSS Document for 1024 by 768 pixel pages*/

/* BEGIN General Control ---------------------- ALL PAGES */
html{ 
height:100%; 
}

body{
height:100%;
margin:0;
padding:0;
border:0;
background-color:#ffffff;
font-family: "Times New Roman", Times, serif;
}	

ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table{
margin:0;
padding:0;
border:0;
}	
 
.ImageLeft{float:left;}                                              /* places Image on left*/ 
.ImageRight{float:right;}                                           /* places Image on right*/ 

.clearAll{clear:both;}                                  /* text control following a picture */
.clearLeft{clear:left;}                                 /* text control following a picture */
.clearRight{clear:right;}                               /* text control following a picture */

/* END General Control  ---------------------- */



/* BEGIN Menu ---------------------------- ALL PAGES */
#menucontainer {
  float:left;
}

#menu {
  position:relative;
}

#menu div.menubutton {                     /* picture container, can act as a link if desired */
  position:relative;
  width:102px                               
  height:69px;                                
  float:left;
}

#menu div.submenu {                                                         /* drop down menu */
	position:absolute;
	top:0px;            /* this can be changed if you desire to not cover the Site Menu Image */
	left:0px;           /* this can be changed if you desire to not cover the Site Menu Image */
	width:192px;                                                        /* width of sub menus */
	display:none;
	text-align:left;
}

#menu a.submenu, a.submenu:visited {
	width:192px;                                                        /* width of sub menus */
	display:block;
	background-color:#ffffff;                                /* background color normal state */
	color:#000088;                                                     /* sub menu text color */
	text-align:left;
	text-indent:14px;
	line-height:26px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	clear:left;
}

#menu a.submenu:hover {
	color:#01029e;                                          /* on hover sub menu text color */
 background-color:#ccccff;                         /* on hover sub menu background color */
	text-decoration:none;
}

    /* PageBanner is part of Site Menu and its call must be immediately after the Menu call */
#PageBanner{/* Blue, bold 34pt Times New Roman, spaced and padded to work with the Site-Menu */
height:38px;              
width:786px; 
float:left;
color:#000088;
text-align:center; 
font-size:34pt;
font-weight:bold;
fort-spacing:6px;
letter-spacing:1px;
font-family:"Times New Roman", Times, serif;
padding: 13px 0 38px 0;
}

#PageBannerS{/* Blue, bold 34pt Times New Roman, spaced and padded to work with the Site-Menu */
height:30px;              
width:605px; 
float:left;
color:#000088;
text-align:center; 
font-size:26pt;
font-weight:bold;
letter-spacing:1px;
font-family:"Times New Roman", Times, serif;
padding: 10px 0 30px 0;
}

#PageBanner2{/* BlueBlack, bold 34pt Times New Roman, spaced & padded to work with the Site-Menu */
height:38px;              
width:786px; 
float:left;
color:#000050;
text-align:center; 
font-size:34pt;
font-weight:bold;
fort-spacing:6px;
letter-spacing:1px;
font-family:"Times New Roman", Times, serif;
padding: 13px 0 38px 0;
}
/* END Site-Menu ----------------------- */


/* gallery stuff */
.galActuator{
 	font-weight:bold;
	 color:#00cccc;
	 text-decoration:none;
 	font-family:helvetica,arial,monospace;

.galActuator:link, .galActuator:visited{      
  color:#00cccc;
}

.galActuator:hover, .galActuator:active{
  color:#008888;
}                                                                                                 */
/* END gallery stuff */

