/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;
 background: #FFFFFF;
 color: #FFFFFF;
 }
	 
#hdr{
 height:35px;
 background:#FFFFFF;
 color:#FFFFFF;
 border:solid #000000;
 border-width:0px 0px;
 margin:20px 40px 0px 250px;
 }

#lh-col{
 position: absolute;
 top: 0px; /* 284 */
 left: 0px;
 width: 220px;
 height: 100%;
 border: 0px solid #000000;
 background: #003366; 
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
 }

#rh-col{
 margin: 0px 40px 20px 250px;
 border: 0px solid #000000;
 background: #FFFFFF;
 color: #FFFFFF;
 padding: 10px;
 position: relative;
 }

#image {
  background: #FFFFFF;
  position: absolute;
  top: 540px;
  left: 16px;
  width: 180px;
  height: 180px;
}

h1,h2,h3,h4,h5 {color: black}
a.main {color: #FFFFFF; font-family: verdana; font-size:80%}
a.grid {color: #000000; font-family: times new roman}
a.image {color: #000000; font-family: times new roman}
a:hover {color: #0066FF}
a.bottom{color: #FFFF00; font-family: times new roman}
p.text {color: #003366; font-family: verdana; font-size:80%}
p.main {color: #FFFFFF; font-family: verdana; font-size:80%}