﻿#myHome
{
    background-color: gray;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image: url(../graphics/image519.jpg);
}

div#outer {
	width: 80%;
	height: 90%;
	background-color:white;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: thin solid red;
}
div#header {
	padding: 10px;
	margin: 10px;
	height:10px;
	text-align: center;
	color:red;
	
	
}
div#nav {
	width: 5cm;
	padding: 5px;
	margin-top: 2.2cm;
	border-right:inset 5px blue;	
	float:  left;
	
}
div#main {
	width: auto;
	margin-top: 2.2cm;
	margin-left:5cm;	
	padding: .5cm;
	}
	
div#right {

	width: 4cm;
	padding: .5cm;
	margin-top: 2.2cm;
	border-left:thin;
	padding: 5px;
	float:right;
	
}


div#footer {
	padding: 1px;
	margin: 15px;
	border-top: thin solid #000000;
	clear:left
	
}
.myMenu {
    background-image: url(./graphics/ButtonStatic.png);
    background-color:#c9c9c9;
   width:179px; 
   /*  height:45px; */
    clear:both; 
    font-size: 11pt; 
    color:Red;
    font-family: Baskerville;
    font-weight:bold;    
    padding-top:10px;
    padding-left:2px;
    padding-bottom:12px;
    background-repeat: no-repeat;    
    border-top: 0; 
    cursor:hand;
   
}
.myMenu.myHover
{
    background-image: url(graphics/buttonOver.png);
    background-repeat: no-repeat;
    color:Navy;
   
}
.myMenu.mySelected
{
    background-image: url(graphics/buttonOver.png);
    background-repeat: no-repeat;
    color:Blue;
}
