body { 
font-family: verdana,arial,helvetica,sans-serif;
background-color: rgb(255, 255, 204);
color: rgb(0, 153, 0);
font-size: 15px;
}
img { 
	border: 0px; 
}
h1 { margin: 0px 0px 15px;
padding: 0px;
font-weight: 900;
font-size: 34px;
}
h2 { margin: 0px 0px 5px;
padding: 0px;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 12px;
line-height: 14px;
font-size-adjust: none;
font-stretch: normal;
}
h4 { 
font-size: 16px;
}

table,td,th { 
padding: 5;
/* font-size: 13px; */
text-align: left;
/* vertical-align: center;  */
/* spacing: 15; */
}

p { 
/*
margin: 0; 
padding: 0; 
*/
margin: 0px 0px 16px;  
font-style: normal;
font-variant: normal;
font-weight: normal;
/* line-height: 20px; */
font-size-adjust: none;
font-stretch: normal;
}

#global_notify {
margin-right: 10%;
margin-left: 10%;
border-style: solid;
border-width: 1;
padding: 5px;
text-align: center;
}

#navbar {
/*
position: fixed;
border: 1px solid;
background-color: 000;
*/
}

/* the following 2 directives fix a bug in IE where images disappear behind a background color */
.contentWide img{
position:relative;
}
/* exclude gallery pages (in tables) */
.contentWide td img{
position:static; 
}
/* end background bug*/

.contentWide { 
border: none;
margin: 10px 50px 100px 50px;
/* padding: 10px; */
position: relative;
width: auto;
z-index: 3;
min-width: 220px;
}
.fwText {
font-size: 11.5pt;
}
.fwCatText {
font-size: 11.5pt;
}
.fwSmallText {
font-size: 8pt;
}
.loginText{
/*font-size:7pt;*/
}
.topRight {
float:right;
position:relative;
}

a:hover { }
#nav_logobox{
                float:left;
                left:1%;
                top:50px;
                width:30%;
                }
}
#nav_pages{
                float:left;
                margin-top: 3em;
                text-align:center;
                width:35%;
}
#nav_gallery{
                float:right;
                margin-top: 3em;
                text-align:left;
                width:20%;
                right:10%;
}




#dropmenudiv{
position:absolute;
font-size:8pt;
background-color:lightyellow;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
border-bottom: 1px solid black;
padding-left: 2px;
text-decoration: none;
color: black;
}

#dropmenudiv a:hover{ /*hover background color*/
/* background-color: CCCCCC;  */
}


