html {  
        height:100%; 
        max-height:100%; 
        overflow:hidden;
        padding:0; margin:0; 
        #overflow:auto;
        border:0;
        background:#fff; 
        font-size:76%; 
        font-family:georgia, palatino linotype, times new roman, serif;
        }
        
body {  
        height:100%; 
        max-height:100%; 
        overflow:hidden;
        padding:0;
        margin:0;
        border:0;
        }
        
        
#content {
        position:absolute;
        z-index:3; 
        top:75px; 
        bottom:25px;
        left:132px;
        right:0;
        overflow:auto; 
        background:#eee;
	padding-left:10px;
        padding-right:10px;
        }
        
/*      
#content {
        overflow:auto; 
        position:absolute; 
        z-index:3; 
        top:100px; 
        bottom:50px; 
        left:200px; 
        right:0; 
        background:#eee;
        }
*/
* html #content {
        top:0; left:0; right:0;
        bottom:0; 
        height:100%; max-height:100%;
        width:100%; 
        overflow:auto;
        position:absolute;
        z-index:3; 
        border-top:75px solid #fff;
        border-bottom:25px solid #fff;
        border-left:132px solid #fff;
        }
        

#head {
        position:absolute;
        margin:0; top:0; left:0;
        display:block;
        width:100%; height:75px;
        background:url(images/head.jpg) rgb(123,187,221);
        background-position:0 0;
        background-repeat:repeat-x:font-size:4em;
        z-index:5;
        overflow:hidden; color:#901000;
        }
#foot {
        position:absolute;
        margin:0; bottom:0; left:0;
        display:block;
        width:100%; height:25px;
        font-size:1em;
        z-index:5;
        overflow:hidden;
        background:rgb(76,76,76);
        color:#fff;
        }
#left {
        position:absolute;
        left:0; top:75px;
        bottom:25px; width:132px;
        background:url(images/left.jpg) rgb(123,187,221);
        background-repeat:repeat-y: font-size:1.2em;
        z-index:4;
        overflow:hidden;
        #background-repeat:no-repeat;
        }

* html #left {
        height:100%; top:0; bottom:0;
        border-top:75px
        solid #fff;
        border-bottom:25px
        solid #fff;
        color:#fff;
        }

#content p {padding:10px;}
.bold {font-size:1.2em; font-weight:bold;}

#OHM {

	position:absolute; 
/*	float:right;*/
	top:5px; 
	right:3px;  
	background:rgb(76,76,76); 
	border:0px solid #000; 
	margin:0px; 
	padding:2px; 
	font-size:2em; color:#c00;
	}
* html #OHM
	{
	float:right;
        top:-7px; /*left:300;*//* right:300;*/
/*        bottom:0;*/
/*        height:100%; max-height:100%;*/
/*        width:10%;*/
        overflow:hidden;
/*        position:absolute;*/

        z-index:3;
/*
        border-top:0px solid #fff;
        border-bottom:0px solid #000;
        border-left:10px solid #0aa;
*/
	}

#embimage1 {
	float:right; 
	top:100px; 
	right:150px; 
	height:200px; 
	width:190px; 
	background:#def; 
	border:1px solid #000; 
	margin:7px; 
	padding:2px;
	}

#embimage2 {
	float:right; 
	top:100px; 
	right:150px; 
	height:200px; 
	width:190px; 
	background:#def; 
	border:1px solid #000; 
	margin:7px; 
	padding:2px;
	}

#embimage3 {
	float:right; 
	top:100px; 
	right:150px; 
	height:306px; 
	width:408px; 
	background:#def; 
	border:1px solid #000; 
	margin:7px; 
	padding:2px;
	}
dd {display:none;}
a.nav, a.nav:visited
        {
        margin-left:2px;
        display:block;
        width:125px; height:25px;
        background:rgb(209,205,193);
        color:#901000;
        border:1px
        solid #000;
        text-decoration:none;
        text-align:center;
        line-height:25px;
        }
a.nav:hover
        {
        background:#000;
        color:#fff;
        }

a.gnav, a.gnav:visited
        {
        margin-left:212px;
        display:block;
        width:10px; height:10px;
        background:rgb(209,205,193);
        color:#901000;
        border:1px
        solid #000;
        text-decoration:none;
        text-align:center;
        line-height:15px;
        }
a.gnav:hover
        {
        background:#fff;
        color:#000;
        }

 .hiddenlink
        {
          color: #000; /* same color as the surrounding text */
          text-decoration: none; /* to remove the underline */
          cursor: default; /* to make the cursor stay as a text cursor, not the hand */
        }
