/* CSS Document */
body{
	background-color : #f5f5f5;
    padding : 0;
    margin : 0;
}
a:hover {
	color : blue;
    text-decoration: underline; 
}
#logo{
      font-family : Trebuchet MS, Helvetica, sans-serif;
	  font-stretch : narrower;
      font-size : 250%;
      font-weight: bold;
      color : #cc3333;
    position : absolute;
    top : 50px;
    left : 23px;
    z-index : 50;
}
#content{
   background-color : #ffffff;
   position : absolute;
   top : 105px;
   left : 200px;
   width : 600px;
	  border-style: solid;
	  border-width : 1px;
}
#content a:hover {
	color : blue;
    text-decoration: underline; 
}
#content h1{
      font-family : Trebuchet MS, Helvetica, sans-serif;
      font-size : 140%;
      font-weight : normal;
      background-color : transparent;
      margin : 5px;
}                     
#content h2{
      font-family: Trebuchet MS, Helvetica, sans-serif;
      font-size: 120%;
      font-weight: bold;
      background-color : transparent;
   margin : 5px;
}
#content h3{
      font-family: Trebuchet MS, Helvetica, sans-serif;
      font-size: 100%;
      font-weight: lighter;
	  font-style : italic;
      background-color : transparent;
      margin-top : 20px;
      margin-left : 5px;
      margin-right : 5px;
}
#content h4{
      font-family: Trebuchet MS, Helvetica, sans-serif;
      font-size: 80%;
      background-color : transparent;
      font-weight: lighter;
      margin-left : 5px;
      margin-right : 5px;
}     
#content h5{
      font-family: Trebuchet MS, Helvetica, sans-serif;
      font-size: 90%;
      background-color : transparent;
      font-weight: lighter;
      margin-top : 2px;
}     
#content h6{
      font-family: Trebuchet MS, Helvetica, sans-serif;
      font-size: 70%;
      background-color : transparent;
      font-weight: lighter;
}     
#content p{
      font-family : Trebuchet MS, Helvetica, sans-serif;
      font-size : 90%;
      font-weight : normal;
      color : #000000;
      background-color : transparent;
      line-height : 120%;
	  margin-left : 5px;
	  margin-right : 7px;
	  margin-top: 10px;
}
#content a{
      color : #003399;
      background-color : transparent;
	  text-decoration : none;
}
#content pre{
	margin-left : 8px;
}
#leftimage{
       position : absolute;
       top : 105px;
       left : 23px;
       width : 167px;
}
#leftbar a:hover {
	color: blue;
    text-decoration: underline; 
}
#leftbar{
	   background-color : #f5f5f5;
       position : absolute;
       top : 350px;
       left : 23px;
       width : 142px;
}
#leftbar a{ 
       font-family: Trebuchet MS, Helvetica, sans-serif;
       color : #003399;
 	  text-decoration : none;
      background-color: transparent;
}
#leftbar h1{
      font-family : Trebuchet MS, Helvetica, sans-serif;
      font-size : 80%;
      font-weight : normal;
      color : #000000;
      background-color : transparent;
	  margin-bottom : 5px;
	  margin-top : 3px;
}                     
#leftbar p{
      font-family : Trebuchet MS, Helvetica, sans-serif;
      font-weight : normal;
      font-size : 80%;
      color : #000000;
      background-color : transparent;
	  margin-top : 5px;
}
