body {
     margin:0;
     padding:0;
     font-family:arial,helvetica;
     font-size:10pt;
     background-image: url('/images/body_background.gif');
     }
     
A {
     color:#000099;	
     text-decoration:none;
     }
     
A:hover {
     color:#000099;	
     text-decoration:underline;
     }
     
H1,H2,H3,H4 {
     display:inline;
     color:#990100;
     }
     
     H1 {
          font-size:19pt;
          }
          
     H2 {
          font-size:16pt;
          }
          
     H3 {
          font-size:13pt;
          }
          
     H4 {
          font-size:11pt;
          color:#000000;
          }     

#container {
     position:relative;
     width:1000px;
     height:707px;
     margin:0;
     padding:0;
     border:1px solid #000000;
     text-align:left;
     }

#masthead {
     position:relative;
     width:1000px;
     height:155px;
     margin:0;
     padding:0;
     background-image: url('/images/masthead.jpg');
     }

     #masthead DIV.links {
     	position:absolute;
     	width:730px;
     	height:25px;
     	bottom:0px;
     	left:137px;
     	color:#FFFFFF;
     	font-size:10pt;
     	font-weight:900;
     	line-height:25px;
	}

	#masthead DIV.links a {
	     color:#FFFFFF;
	     text-decoration:none;
	     margin-right:30px;
	     }

	     #masthead DIV.links a:hover {
		 color:#fab700;
		 text-decoration:underline;
		 }


#content {
     float:right;
     width:863px;;
     height:443px;
     margin:0;
     padding:0;
     background-color:#FFFFFF;
     overflow:hidden;
     }

     #content DIV.pad {
	  position:relative;
	  margin:10px;
	  width:843px;
	  height:423px;
	  overflow-y:auto;
          }


#leftnav {
     position: relative;
     float:left;
     width:137px;
     height:443px;
     margin:0;
     padding:0;
     background-color:#fab700;
     font-weight:900;
     }

     #leftnav DIV.pad {
	margin:15px 0px 15px 15px;
	}

	#leftnav a {
		color:#000000;
		text-decoration:none;
		margin-right:30px;
		line-height:13px;
		}

	#leftnav a:hover {
		color:#000000;
		text-decoration:underline;
		}


#footer {
     clear:both; 
     width:1000px;
     height:109px;
     margin:0;
     padding:0;
     font-family:verdana;
     font-size:8pt;
     font-weight:900;
     font-color:#000000;
     line-height:15px;
     letter-spacing:-1px;
     }

	 #footer DIV.links {
	     	position:absolute;
	     	width:800px;
	     	left:20px;
	     	bottom:15px;
	     	}

			#footer DIV.links a {
			     color:#000000;
			     text-decoration:none;
			     }

			     #footer DIV.links a:hover {
					 color:#FFFFFF;
					 text-decoration:underline;
			         }
			         
TABLE.borderless {
	border-collapse:collapse;
	}
	
	TABLE.borderless th {
		font-size:14pt;
		font-weight:bold;
		color:#990100;
		text-align:left;
		border:0;
		line-height:30px;
		}
		
		TABLE.borderless th a {
			font-size:14pt;
			font-weight:bold;
			color:#990100;
			text-decoration:none;
			}
	
	TABLE.borderless td {
		vertical-align:top;
		padding:2px;
		}
		
TABLE.contactform {
	border-collapse:collapse;
	width:500px;
	}
	
	TABLE.contactform th {
		vertical-align:middle;
		text-align:left;
		padding:2px;
		border-top:0;
		border-left:1px solid #000000;
		border-right:0;
		border-bottom:1px solid #000000;
		font-size:12pt;
		font-weight:bold;
		color:#990100;
		background-color:#CCCCFF;
		}
	
	TABLE.contactform td {
		vertical-align:middle;
		padding:2px;
		}
		
		TABLE.contactform td.right {
			width:30%;
			text-align:right;
			}
		
TABLE.quad {
	border-collapse:collapse;
	}
	
	TABLE.quad td, th {
		border: 3px solid #000000;
		}
	
	TABLE.quad td {
		height:70px;
		padding:5px;
		font-size:13pt;
		font-weight:bold;
		vertical-align:middle;
		text-align:center;
		background-image: url('/images/quad_background.gif');
		}
		
		TABLE.quad td A {
			text-decoration:none;
			color:#FFFFFF;
			}
			
		TABLE.quad td A:hover {
			text-decoration:none;
			color:#B0C4DE;
			}
					
	
a[href $='.pdf'] { 
   padding-left: 20px;
   background: transparent url('/images/icon-pdf.gif') no-repeat center left;
   line-height:17px;
}

a[href $='.doc'] { 
   padding-left: 20px;
   background: transparent url('/images/icon-word.gif') no-repeat center left;
   line-height:17px;
}

a[href ^="mailto:"] {
   padding-right: 20px;
   background: transparent url('/images/icon-email.gif') no-repeat center right;
   line-height:17px;
}

A.jumplinks {
	text-decoration:none;
	font-weight:bold;
	color:#990100;
	}
	
A.jumplinks:hover {
	text-decoration:underline;
	}	