body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0; 
	padding:0; 
	height:100%;
	background-color:white;
}
 
#right { 
position:absolute; 
right:0; 
top:0; 
bottom:0;
padding:0; 
width:150px; 
height:100%; /* works only if parent container is assigned a height value */ 
color:white; 
background:#000099; 
border:1px solid #333; 
} 

#left p { 
padding:0 10px; 
} 
#right p { 
padding:0 10px; 
} 
p.top { 
margin-top:20px; 
} 
table{
	height:100%;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	height : 100%;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
div#header-background{
	position: absolute;
	top:145px;
	left:10px;
	right:20%;
	color:yellow;
	/*width:750px;
	height:400px;*/
	text-align:center;	
	padding-right : 10px;
	padding-left:100px;	
}


div#content{
	top:150px;
	margin-left:0px; 
	margin-right:0px; 
	margin-bottom:20px; 
	color:#333; 
	background:#ffc; 
	border:1px solid #333; 
	padding:0 10px;
    width : 100%;
	
	
}
.navbar{	
	position:fixed; 
	font-family : "VAG Rounded Light" , Verdana, sans-serif;
	left:0;
	top:0; 
	width:150px; 
	height:100%;
	color:white; 
	background:#000099; 
	border:1px solid #333; 
	padding-top:150px;
	padding-right: 10px;
	  
}
.navbar a {
	display:block; 
	text-decoration:none;
	color:white;	
    padding: 2px 0px 1px 1px;
    
}

.navbar a:hover{
   color: rgb(50%,50%,50%);
  /* border-right: 1px solid rgb(50%,50%,50%); */
   
}

.navbar h3{
    padding: 0.33em 0 0 0; /* 0.25em 0; ie, pad the top but nowhere else*/
	
}
div#image-holder{
position : relative;
top:10px;
padding-bottom:10px;
z-index:2;

	
}
.drop-caps{
	text-shadow : 10px;
   text-transform : capitalize;
   font-family : Garamond;
   font-size : 250%;
   padding-bottom : -1px;
}

abbr, acronym, span.abbr {
  cursor: help;
  border-bottom: 1px dashed #000;
}

BLOCKQUOTE {
            background: #FAF0E6;
						border: medium solid #008080;
            text-align: left;
						/*margin-left: 12%;
						margin-right: 12%;*/
        		color: black;
				padding: 12px 12px 12px 12px;
}
.logo-explain{
 background-color:white;
 width:90px;
 height:74px;
}