body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#243669;
	background-color:white;
	}
	
a                       { text-decoration: none;}                          

a:link                  { color: #B0BFE9;}

a:visited               { color: #B0BFE9;}

a:hover                 { color: #B0BFE9;}

a:active                { color: #B0BFE9;}       
	
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	line-height:20px;
	font-weight:900;
	color:#ccc;
	}
	
p { font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}

#logo { background-image: url(../images/logo.gif);
		position: absolute;
        right: 0px;
        bottom: 0px;
        width: 300px;
        height: 140px;
        }
        
#productLogos { position: absolute;
                left:200px;
                bottom:0px
                }
        
#menu { position:absolute;
	top:70px;
	left:10px;
	width:170px;
	padding:10px;
	height: 300px;
	background-color:#B0BFE9;
	border:1px dashed #999;
	line-height:17px;
/* ie5 hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
        }
        
#heading { text-align: center;
	       border:1px solid #999;
           padding: 10px;
           margin-left: 10px;
           margin-right: 10px;
           margin-top: 10px;
           background-color: #B0BFE9;
           }
        
#content {text-align: left;
          position: absolute;
          min-width: 500px;
          min-width: 300px;
          height: 400px;
          left: 210px;
          top: 70px;
          padding-right: 20px;
          }