/* CSS Document */
#main { width: 650px; }
img.right_img { float: right; width: 150px; margin-left:10px; }
@media (max-width:650px) {
  #main { width: 100%; }
}
@media (max-width:450px) {
  img.right_img { width: 33%; }
}
#main h1 { padding: 1px 25px 0 12px; }
#main table tr td p img { margin-left: 15px; }			  
.link_header { margin:  1px 0 0 25px;
 padding: 0;
 font-family: arial;
 font-weight: bold;
 font-size: 18px;
 color: #0078C1;
} 
.menu { width: 200px; margin:  1px 0 15px 25px; border: 1px solid white; }
.menu table { margin: 0; border: 0; width: 200px; font-size: 15px; font-family: arial; }
.menu td { height: 19px;
           border-bottom: 1px solid white;
         }
.menu td.bottomRow { border-bottom: 0; } 
.menu td a { padding: 3px 5px 3px 5px;
             background-color: black;
             display: block;
             margin: 0;
             color: #FFFE00;
			 text-decoration: none;
		   }
.menu td a:hover { background-color: white; color: #0078C1; }
.menu td a.current { background-color: white; color: #0078C1; }		
#leftcol select { display: none; }
@media (max-width:950px) {
  #leftcol .link_header { display: none; }
  #leftcol .menu { display: none; }
  #leftcol .menu table  { display: none; }
  #leftcol .menu table tr td a { display: none; }
  #leftcol select { display: inline-block; }
}
