 html, body {
 height: 100%;
 width: 100%;
 margin: 0px;
 padding: 0px;
 border: none;
 font-family: Arial, Helvetica, sans-serif;
 position: absolute; 
 min-height: 100%;
 background-color: #999999;
 }
ul {
 margin-top: 0px;
 margin-bottom: 0px;
 }
#textfield {
/*we will first set the border styles.*/
border-width: 2px;
border-style: groove;
border-color: #000000;
text-align: center;
}

select { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	min-width: 250px;
	
  } 
.screen-cover { 
background-color: #519381; 
} 

#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

A.BlackLinks {text-decoration: none; color: black;}
A.BlackLinks:hover {text-decoration: underline; color: black;}
#top a:link {
 color: #fff;
 }
#top a:active {
 color: #fff;
 }
#top a:visited {
 color: #fff;
 }

#leftnav a:link {
 color: #000;
 }
#leftnav a:visited {
 color: #000;
 }
#leftnav a:active {
 color: #000;
 }
#footer a:link {
 color: #000;
 }
#footer a:visited {
 color: #000;
 }
#footer: a:active {
 color: #000;
 }

.mainContents a:link {
 color: #134679;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: 600;
 
 }
.mainContents a:visited {
 color: #134679;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: 600;
 font-style: italic;
 }
.mainContents a:active {
 color: #134679;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: 600;
 font-style: italic;
 }
.mainContents a:hover { 
 color: #000000;
 } 

.mainContents th {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 26px;
 font-style: italic;
 font-weight: bolder;
 text-decoration: underline;
 color: #134679;
 text-align: center; 
 }





.smallText {
 font-size: 13px; 
 font-family: Arial, Helvetica, sans-serif;
 }
.redText {
 color: #FF0000;
 } 
.crossOut {
 text-decoration: line-through;
 }

p {
	text-indent: 1.5em;
	margin-top: 0px;
  padding-top: 0px;
	margin-bottom: 4px;
  padding-bottom: 4px;
  
}



img.floatLeft { 
    float: left; 
    border: 2px solid #134679; 
    padding: 4px;
    margin: 4px;
    background-color: #ddd;
}
img.floatRight { 
    float: right; 
    border: 2px solid #134679; 
    padding: 4px;
    margin: 4px;
    background-color: #ddd;
}
img.floatLeftNoBorder { 
    float: left; 
    margin: 4px;
}
img.floatRightNoBorder { 
    float: right; 
    margin: 4px;
}
h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 24px;
 font-style: italic;
 font-weight: bolder;
 color: #134679;
 margin-top: 5px;
 padding-top: 5px;
 margin-bottom: 0px;
 padding-bottom: 0px;
}
h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 22px;
 font-style: italic;
 font-weight: bolder;
 text-decoration: underline;
 color: #134679;
 margin-top: 5px;
 padding-top: 5px;
 margin-bottom: 0px;
 padding-bottom: 0px;
 }
h3 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 20px;
 font-style: italic;
 font-weight: bolder;
 color: #134679;
 margin-top: 5px;
 padding-top: 5px;
 margin-bottom: 0px;
 padding-bottom: 0px;
}
h4 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-style: italic;
 font-weight: bolder;
 color: #134679;
 margin-top: 4px;
 padding-top: 4px;
 margin-bottom: 0px;
 padding-bottom: 0px;
} 
h5 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-style: italic;
 font-weight: bolder;
 color: #134679;
 margin-top: 3px;
 padding-top: 3px;
 margin-bottom: 0px;
 padding-bottom: 0px;
}
a:hover { 
	color: #000000;

	}
td {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 text-align: center;
 }
th {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 26px;
 font-style: italic;
 font-weight: bolder;
 color: #134679;
 text-align: center; 
 }

hr {
	color: #134679;
	height: 5px;
	width: 80%;
	text-align: center;
 }


	.progressBar {
		position: relative;
		padding: 2px;
		width: 325px;
		height: 40px;
		font-size: 14px;
	}
	.progressBar .background {
		border: solid 1px black;
		width: 295px;
		height: 20px;
	}
	.progressBar .bar {
		position: relative;
		background-color: blue;
		width: 0px;
		height: 20px;
	}

