/* SelfBuild & Design Show style sheet */

/* expanding columns layout borrows from
   One True Layout: http://www.positioniseverything.net/articles/onetruelayout/equalheight
   (but this didn't fill to the bottom of the window on short pages)
   and footerStickAlt: http://themaninblue.com/experiment/footerStickAlt/
   for WinIE, needs to be combined with #righthand { float:left; margin-left: 0px; } 
   in conditional comments
*/

html,body	{ margin: 0px; 
			  font-family: Arial,Verdana,sans-serif; 
			  height: 100%; }

#wholepage {  overflow: hidden;
			  min-height: 100%; }

/* left-hand side of page */

#lefthand	{ background: white;
			  color: black;
			  width: 200px;
			  float: left;
			  padding-bottom:2000px;
			  margin-bottom:-2000px;
			  height: 100%; }

#top_pic	{ background: #333333;
			  width: 200px; 
			  height: 120px;
			  float: left; }

#login		{ background: #A6DEEB;
			  width: 188px;
			  padding: 6px;
			  text-align: right;
			  float: left;
			  color: black; }
			  
#login p	{ }

#lh_nav		{ padding: 4px;
			  float: right;
			  text-align: right; }

#lh_nav a		    { color: black; text-decoration: none; font-weight: bold; }
#lh_nav a:visited	{ color: black; text-decoration: none; font-weight: bold; }
#lh_nav a:hover		{ color: black; text-decoration: underline; font-weight: bold; }
			  
/* general */

.floatpic	{ float: left; margin-right: 10px; }

/* right-hand side of page */
			  
#righthand	{ background: white;
			  color: black;
			  margin-left: 200px;
			  padding-bottom:2000px;
			  margin-bottom:-2000px;
			  height: 100%; }

#masthead	{ background: #01A5EC; /* 009DE0; */
			  color: black;
			  height: 120px; }

#main		{ color: black;
			  padding: 6px 6px 6px 16px; }
			  
#main a		{ color: #BDE5F8; }
#main a:visited	{ color: #BDE5F8; }
