/* CSS Document */

body {
	padding: 16px 0px 10px;
	color: #ffffff;
	font-family: tahoma, arial, sans-serif;
	font-size: 14px;
	text-align: left;
	background-color: #0033AA;
}

a {color: white;}
a:visited {color: yellow;}
a:hover {color: #00ff00;}


#head {
	text-align: center;
	border: 3px solid #dee8f5;
	  
}

#left {
  /* border: 3px red solid; */
	float: left;
	top: -80px;
	width: 160px;
	padding-left: 1%;
}


#left li {
  list-style-type: none;
  width: 11em;
  text-align: center;
  margin-left: -2.5em;
  float:none;
}

#left a {
  text-decoration: none;
  color: black;
  display: block;
  border: 3px blue outset; 
  background-color: #CCCCFF;
}

#left a:hover {
  border: 3px blue inset;
}


#addr_pan {
	padding-top: 5px;
	padding-right: 29px;
	float: none;
	margin: 6px;
	border: 3px solid #dee8f5;
	text-align: left;
	clear: both;
	padding: 5px;
	float: none;
	height: auto;
	color: #000000;
	background-color: #6699cc;
	text-decoration: none;
	line-height: 20px;
	
}


#right{
	/* border: 2px gray solid; */
	float: left;
	width: 60%;
	margin-left: 1%;
 	padding-left: 1%;
	background-color: #0033cc;
}

#footer {
  /* border: 5px blue double; */ 
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
}
