/* CSS Document */

#container{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}
#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 100px 0 100px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#linkstbl {
	width: 424px;
	position: relative;
	left: 0px;
	top: 0px;
	}
	
#pdftbl{
	width: 150px;
	position: relative;
	left: 0px;
	top: 0px;
	}
		
#navtbl {
	position: absolute;
	left: 150px;
	top: 0px;
	}
	a:hover{
  color: #AA0000;
}
a.menu{
  font-family: Arial, Helvetica, sans-serif;
  color: #3E75BF;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
a.menu:hover{
  text-decoration: underline;
  color: #000000;
}
p{
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
li{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
h2{
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}
h4{
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000F4F;
}
