/*Last Modified 1/9/2002*/

/* No margins */
Body	{font-family: verdana, arial, helvetica, sans-serif;
			margin: 0px;
			padding: 0px;
	}

/*table formatting*/
 table	{border:0;
				}
			
		
/* table side top */
 #t1 {background-image:url(images/sidetop.gif);
		 background-repeat:no-repeat;
		 height:113px;
		 width: 198px;
	   }

/* side top */
 #ta {background-image:url(images/sidetops.gif);
	 	 background-repeat:x;
		 height:100px;
		 width: 80px;
		 margin:0em;
		 float:left;
		 }
#center {float:center;
				}
	
/* table head */
#t2 {background-image:url(images/topbg.gif);
		height: 112px;
		background-repeat: repeat-x;
	}

/* side tidy */
#t3 {background-image:url(images/sidebg.gif);
		background-repeat:repeat-y;
		width:198px;
		height:800px;
	}

/* simple cell */	
.t4 {vertical-align: top;
	}
	
/* reci side tidy */
#t5 {background-image:url(images/resiside.gif);
		background-repeat:repeat-y;
		width:180px;
		height:800px;
	}

/* paragraph formatting */
/*all paragraph text is 10pt by default*/
p {font-size:10pt;
	}
.pi {font-size:10pt;
	text-indent: .1cm;
	}
	
/*paragraph text used for subtitles*/
.p2 {font-size: 9pt;
		text-align: center;
	}

#p3 {font-family: times new roman;
		font-size: 8pt;
		text-decoration: none;
		margin-left:1px;
	}
.p4 {font-size:10pt;
	background-color:#E3E7EB;
	}

.p5 {font-family: Georgia;
		font-size: 18pt;
		color:#809DB8;
		margin: 0px 0px 0px 0px;
		}

/* link formatting */
a:link {color:#085294;}
a:visited {color:#085294;}
a:hover {color:#085294;}

/* image formatting */
img {border-width:0px;
	}


/* 4/3/07 - NEW JAVASCRIPT IMAGE LOAD */
.NoDisplay {
	Display: none;
}
.Display {
	Display: Block;
}







