/* to fix IE not supporting Fixed attribute. 
body{
  margin:0;
  padding:0 0 120px 0;
 } 
 div#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:800px;
  height:120px;
  background-color:#FFFFFF;
  	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
 }
 @media screen{
  body>div#footer{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#wrapper{
  height:100%;
  overflow:auto;
 }*/

#footspace { 
	height:0px;
	width:800px;
}
html>body #footspace{
	height:120px;
	}
#footer {
	position: fixed;
	width: 800px;
	bottom: 0px;
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	background-color: #FFFFFF;
} 

#content {
	width: 630px;
}

.heading {
	font-family: "Arial Black";
	font-size: 26px;
	color: #000066;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bold;
	font-size: 16px;
}
.subheadred {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FF0000;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
.text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
}
.textred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul {
	list-style-position: inside;
	list-style-image: url(../images/bullet.gif);
}
#bluetable td {
	color: #cccccc;
	background-color: #003399;
	font-weight: bold;
	text-align: justify;
}
