#mainFrame {position:absolute;
        left: 145px;
        top: 121px;
        width: 400px;
        height: 500px;
        z-index: 100
		
       }

	   
body {
  background-color: #FFF;
  margin: 0;
  padding: 0;
  }

#main {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	margin-top: 0;
}

#left {
	position:absolute;
	z-index:100;
	width: 150px;
    top: 125px;
    height: 500px;
	left: 20px;
	
	
	font-family: Trebuchet MS, Times New Roman, Arial, Verdana, sans-serif; font-size: 14px; color: #FFFFFF
}

#logo{
	position:absolute;
	z-index:99;
	left:111px;
	top: 0px;
}

#logoline{
	
	left:150px;
	
}

#topBar{
	position:absolute;
	z-index:98;
	font-family:"Arial";
	font-size:10.0pt;
	top:67px;
	left:111px;
}
#topBarText{
	position:absolute;
	z-index:99;
	
	top:70px;
	left:120px;
	font-family:"Trebuchet MS";
	font-size:10.0pt;
	color:white;
	text-transform:uppercase;
	letter-spacing:2.0pt;
	
}

h1 
{
	font-size:18.0pt;
	font-family:Trebuchet MS;
	font-style:normal;
	font-weight:normal;
	color:black;
	margin-bottom: 0;
}
pre
{
	font-size:12.0pt;
	font-family:Trebuchet MS;
	font-style:normal;
	font-weight:normal;
	color:black;
	margin-bottom: 0;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}


a:link { color: blue; text-decoration: none;}
a:visited { color: blue; text-decoration: none;}
a:hover { color: black; }






