/* THA STYLES */

td {
 font-size: 11px;
 }

.texttd {
	padding-top: 14px;
	padding-left: 32px;
	padding-right: 20px;
	padding-bottom: 28px;
	}

.texttd-2col {
	padding-top: 14px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 28px;
	}

/* stick class="leftpic" or class="rightpic" (left vs right side of text)
 into your img tags for photos and stuff and it'll put a 9 pixel padding 
around it so text doesn't run into it.. */ 
.leftpic {
	margin-top: 8px;
	margin-left: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	}
	
.rightpic {
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	}
	
.navtd {
	padding-top: 7px;
	padding-left: 9px;
	padding-bottom: 7px;
	padding-right: 9px;
	}
	
.pictd {
	padding-top: 14px;
	padding-left: 22px;
	padding-bottom: 13px;
	padding-right: 22px;
	}
	
/* orange headline style--use <h1> and they will be styled orange and bold */
h1 {
			font-size: 12px;
			font-style: bold;
			color: #B9740C;
	}
	
	
/* main body text */
p {
			font-size: 11px;
			line-height: 16px;
			color: #333333;

	}
		
body { padding-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		font-family: verdana, sans-serif;
		font-size: 11px;
}

 
/* inline text links-- default link style  */
a:link {
    color: #112B7B;
	}
a:active {
    color: #132D7C;
	}
a:visited {
	color: #8C5B9D;
	}	


/* navigation link style  */
a.nav:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
a.nav:active {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}
a.nav:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
/* footer with links */
div#footer, #footer2 {
width: 656px;
height: 30px;
margin:  0 auto;
padding: 0 0 5px;
float: left;
text-align: center;
}
#footer2 {
padding: 5px 0 0 0;
border-top: 1px solid black;
}
p.footer {
color: #000;
text-align: center;
font-family: arial, helvetica, "sans-serif";
font-size: 110%;
font-variant: small-caps;
padding: 0;
margin: 0;
letter-spacing: 1px;
line-height: 130%;
}
p.footer a, p.footer a:visited {
text-decoration: none;
color: #000;
outline: none;
}
hr {
}
