@charset "iso-8859-1";
/*Last Modified 2/5/2003*/
/*body defaults info.  margin, padding, acceptable fonts, font color, background image, repeat?*/
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	background-image:url(images/install.jpg);
	background-repeat: no-repeat;

	}
	
/*floating div*/
#content {
		 position: absolute;
		 top: 0;
		 background-image:url(images/install.jpg);
		 background-repeat: no-repeat;
			}
#content1 {
		 position: absolute;
		 left: 20px;
		 top: 40px;
	 	}

#nav {
		 position: absolute;
		 top: 270px;
		 left: 10px;
		 }
#bottom {
				position: absolute;
				bottom: 12px;
				left: 180px;
				}
#pic {
			position: absolute;
			top: 10px;
			bottom: 10px;
			right: 20px;
			z-index:-1;
			}
		 
.bg  {position:absolute;
		 left:0;
		 top:0;
		 z-index:-1
		 }
		 
		/* paragraph formatting */
.sm {font-size: 7pt;
			 
			 }
.p1 {font-size: 10pt;

		}
.pc {font-size: 10pt;
		text-align: center;
		}
.w {font-size: 12pt;
		color: #4B7FAF;
		}
.p2 {font-size: 12pt;
		}
.p2c {font-size: 12pt;
		 text-align:center;
		}

.p3 {font-size:14pt;
		}
		
.p3b {font-size:14pt;
		 color: #401C18;
		}
.p3c {font-size:14pt;
		 text-align: center;
		}

.p4 {font-size:16pt;
		}
.red {font-size:16pt;
		 font-weight:bold;
		 color:#8F352C;
		 position: absolute;
		 top: 120px;
		 left:130px;
		 text-align:center;
		 }

.pr {font-size: 12pt;
		 padding: 100px 0% 0px 150px;
		 }
		 
.title {font-size:14pt;
			 position: absolute;
			 top: 70px;
			 left:170px;
			 text-align:center;
			 }
.side {font-size: 10pt;
		 background-color:#EFDFC3;
		 }
			 
address {font-size: 10pt;
				}
				
/*Link*/			
a:link {color:#085294; 
		   background-color:transparent;
		   }
		   
a:visited {color:#085294;
			background-color:transparent;
			}
			
a:hover {color:#085294;
		    background-color:transparent;}
				
/* image formatting */
img {border-width:0px;
		}
		
#tipDay {
    float:left;
    width:205px;
    }
ul {font-size: 10pt;
	 list-style-type: none;

	 }
td {padding-right:.5cm}