BODY {	
	font-family:Arial,Helvetica;
	background-attachment: scroll;
	overflow:auto;
}

#allheader {
	position: fixed;
	width: 100%;
	height: 212px;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	background: white url("./blueishgrade.jpg");
	background-repeat:repeat;
	color: blue;
	font-size:18pt;
	font-family:"Monaco";
	text-shadow: yellow 0px 0px 3px;
	text-align:center;
  }
#headerspacer {
	position: fixed;
	width: 80px;
	height: 144px;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
  }
#headericon {
	position: fixed;
	width: 144px;
	height: 144px;
	top: 4;
	right: 0;
	bottom: auto;
	left: 18px;
}

#headertitle {
	position: fixed;
	width: auto;
	height: 144px;
	top: 24px;
	right: 0;
	bottom: auto;
	left: 164px;
	color: #FFFB79;
	font-size:48pt;
	font-family:"Arial Black";
	text-shadow: blue 0px 0px 3px;
	text-align:left;
}

#latestbuild {
	position: fixed;
	width:  auto;
	height:48px;
	left: 168px;
	right: auto;
	bottom: auto;
	top: 108px;
	font-size: 12pt;
	font-family:"Arial";
	text-shadow: black 1px 1px 2px;
	text-align:left;
	color: #FFFB79;
}
  
#leftsidebar {
	position: fixed;
	width: 186px;
	height: auto;
	left: 0;
	top: 212px;
	right: auto;
	bottom: 0;
	
}

#mainsection {
	position: fixed;
	width:auto;
	height: auto;
	left: 32px;
	right: 2px;
	top: 213px;
	bottom:32px;
	font-family:Arial,Helvetica;
	overflow:auto;
}

#footersection {
	position:fixed;
	width:auto;
	height:32px;
	top:auto;
	bottom:0;
	left:0;
	right:0;
	font-size:5pt;
	text-align:center;
}

#topnavigator {
	position: fixed;
	width: 100%;
	height: 38pt;
	left: 0;
	right: auto;
	bottom: auto;
	top: 186px;
	text-align:center;
}

#bottombannersection {
	position:fixed;
	width: auto;
	height: 100px;
	left: auto;
	right:16px;
	bottom:42px;
}

#googleadleft {
	position:absolute;
	left:5px;
	top:120px;
}

.leftsidebar {			
  font-weight: bold; 
  font-size: 12pt;
  line-height: 14pt; 
  font-family: helvetica; 
  font-variant: normal;
  font-style: normal;
}

a:link.leftsidebar {
	color:#2A72A9;
	text-decoration:none;
}
a:visited.leftsidebar {
	text-decoration:none;
	color:#2A72A9;
}
a:hover.leftsidebar {
	color:#60717F;
	text-decoration:underline;
}
a:active.leftsidebar {
	text-decoration:none;
}

.intext {			
  font-weight: bold; 
  font-size: 10pt;
  line-height: 12pt; 
  font-family: helvetica; 
  font-variant: normal;
  font-style: normal;
}

a:link.intext {
	color:#2A72A9;
	text-decoration:none;
}
a:visited.intext {
	text-decoration:none;
	color:#2A72A9;
}
a:hover.intext {
	color:#60717F;
	text-decoration:underline;
}
a:active.intext {
	text-decoration:none;
}


H1.headerstyle_1 {
	text-decoration:none;
	font-weight: bold;
	font-size: 18pt;
	line-height: 21pt;
	font-family:Arial,Helvetica;
	font-variant:normal;
	font-style:normal;
	text-align:left;
}

H2.newsheadline_1 {
	text-decoration:none;
	font-weight: bold;
	font-size: 12pt;
	line-height: 12pt;
	font-family:Arial,Helvetica;
	font-variant:normal;
	font-style:normal;
	text-align:left;
}	
