body > div{
	max-width:80%;
	height:100%;
}

#wrapper{
	width: 80%;
	margin: 0 auto;
}#date{
    margin-top:0px;
    margin-left: 1000px;
    font-weight:bold;
}#leftCol{
    margin-top: 0px;
    float:left;
    width:180px;
    height: 800px;
	-webkit-border-radius: 0px 0px 0px 20px;
	-moz-border-radius: 0px 0px 0px 20px;
	border-radius:0px 0px 0px 20px;
	background-color:#E6D9CD;
	-webkit-box-shadow:#B3975F 59px 59px 59px inset;
	-moz-box-shadow: #B3975F 59px 59px 59px inset; 
	box-shadow: #B3975F 59px 59px 59px inset;
}
#below-left-col{
    float:left;
	margin-top: 10px;
	width: 180px;
	height: auto;
}#header{
	margin: 0 auto;
    font-size:large;    
    height: 160px; 
    width: 80%; 
    padding-top: 0px;
    background-color:White;
	border-bottom: 1px Solid Gray;
}#header img {	
    float:left;
	width:400px;
	height: 150px;
}
#navmenu{
    margin-top: 100px;
	height:250px;
}
#navmenu ul{
	left: 40px;
	margin:0;
	padding:0;
	position: relative;
	list-style: none;
}#navmenu ul li{
	position:relative;
    width: 150px;
	z-index: 1;
	text-decoration: none;
}#navmenu ul li a{
	color: Navy;
	text-decoration: none;
	font-size:16px;
	line-height:2;
	padding:10px 0px;
	font-family:sans-serif;	
	text-align: left;
	font-weight: 500;
}#navmenu ul li a:hover{
    color:Blue;
	border: 4px outset #8abaff;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding: 0px 10px;
}#navmenu ul ul{
	width:220px;
	top:0;
	left:5px;
	display:none;
	position: relative;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: #E6E1D1 59px 59px 59px inset;
}#navmenu ul li ul li{
	width:220px;
	list-style:none;
	padding:0px 10px;
}
#navmenu ul li:hover ul {display: block;}
#navmenu ul li ul li:hover a{padding: 0px 5px; text-decoration:underline; border:0px;}
#content{ 	
    margin-left: 200px;
    padding-top: 10px;
    padding-left: 0px;
	height:auto;
	background-image: url("./Images/OpacityLogo.jpg") ;
	background-repeat: no-repeat;
	background-size: 500px 600px;
	margin-bottom:40px;
}#content ul{
	padding-top: 10px;
    padding-left: 100px;
}#content p{
    padding-left: 20px;
}#content table{
    padding-left: 20px;
}#Left-homeContent{
	margin-top: 30px;
	width:400px;
	height:auto;
}#Right-homeContent{
    float:right;
	width:400px;
	height: auto;
}#ESWT{
	padding-top: 20px;
	margin-top: 20px;
   width:800px;
   height:100px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   border: 1px Dotted #D3DBDB;
}h1, h2, h3{
    font-family:@Arial Unicode MS;
    font-weight: 300;
}
h1 { font-size:180%; color:Navy; padding-left: 20px; width: 700px;}
h2 { padding-top: 10px; font-size: 1.8em; font-weight:600; color: #dbb768; padding-left: 20px;}
h3 {margin-top:0px; padding-top:0px; font-size: 1.2em; font-weight: 550; color: Red; width: 400px; padding-left:20px;}
h4 {font-size:180%; color:Navy; padding-left: 20px;}
p {
	font-size: 16px;
	padding-top: 0px;
	padding-left: 20px;
}#left-side-references{
	display: inline;
	width: 800px;
}#footer{
	margin-top: 150px;
	width: 80%;
	padding-top: 10px;
	height: 40px;
	border-top: 1px Solid Gray;
    font-size: 0.8em;
    position:relative;
    text-align: center;
    border-bottom: 1px Solid White;
}
