/* style elements for most of the pages */
body 
{
	font-family: Times New Roman, sans-serif;
	font-size: 83%;	
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;		    
}

body, html 
{
	height: 100%;		
}
a
{
    text-decoration:none;
    color:Yellow;
    font-size:16px;
    font-weight:bold;
    border: 0px;
}
div
{
    border: 0px; 
    visibility:visible;
    /* display:block;
    z-index:1; 
    border: 1px solid Pink; */
	
}
img
{
    border: 0px;
    visibility:visible;
    /* display:block; */
}
.anchormenu
{
    font-size:13px;
}

#divmenu
{
    position:absolute;
	left:45px;
	top:320px;
	width:175px;
	height:400px;	
	z-index:2;		
	display:block;
	visibility:visible;
}
.menufont
{
	font-size: 22px;
	font-weight: Bold;
	border:0px;	
	padding:2px;	
}
.submenufont
{
	font-size: 16px;
	font-weight: Bold;	
	border:0px;		
	padding:1px;
	color:#FFFFCC;		
}
.twistie
{
    position:absolute;
    left:0px;
    top:9px;    
    cursor:pointer;    
}
.yellowmenu
{
    position:absolute;
    left:15px;
    top:0px;
    color:Yellow;
    cursor:pointer;
    font-weight:bold;
    width:165px;
}
.graymenu
{
    position:relative;
    left:16px;
    top:1px;
    color:#333333; 
    cursor:pointer;   
    font-weight:bold;
    width:165px;
}


#headerpic
{
    position:absolute;
	left:342px;
	top:121px;	    
}
#mailbox
{
    position:absolute;
	left:242px;
	top:626px;	    
	width:58px;
	height:79px;
}
#divcontent
{
    position:absolute;
	left:319px;
	top:194px;
	width:588px;
	height:450px;
}
.tooltip {
	position: absolute;
	display: none;
	margin: 0px;
	padding: 5px;		
	border:2px solid Gray; 
	background-color: Black;
	color: White;
	font-family:Times New Roman, sans-serif;	
	font-size:90%;
	font-weight:bold;
	z-index: 333;
}

.contheader
{
	font-family: Times New Roman, Sans-Serif, Serif;
	font-size: 24pt;
	font-weight: bold;
	color: Green;
	margin-left:24px;
	text-align: center;
}
.conttext, p
{
	font-family: Times New Roman, Sans-Serif, Serif;
	font-size: 18px;
	font-weight: bold;
	/*
    color: #093A1A; */
    color: #051A1A;
	margin-left:24px;
	margin-right:24px;
	margin-bottom:8px;
	text-align: center;
}
.conttext img
{
    border:1px solid Black;
    padding:0px;
    margin:12px;
}
.shakeimage
{
    position:relative;
	font-size: 22px;
	font-weight: Bold;
	border:0px;
	padding:2px;	
	
}

.shadow
{
    position:absolute;
	font-size: 22px;
	font-weight: Bold;
	border:0px;
	padding:2px;	
	right:+1px;
	top:+1px;
	color:Gray;	
	
}

