p, td, li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
b, strong {
	font-weight: bold;
}
u {
	text-decoration: underline;
}
i {
	font-style: italic;
}
.txtHeader {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.txtBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
li{
	list-style-position: outside;
	list-style-type: square;
	font-size: 12px;
}
/*
START top
------------------------------------------------------------------------------------------------------------------------
*/
td.myHomeTop{
	height: 5px;
}

/*////////New Nav Style for int pages//////////
changed menu styles
Todd 4/18/05
/////////////////////////////////////////////*/
.navOff{
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width: 107px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}
.navOn{
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width: 107px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background-color: #fae7cf;
	cursor: pointer; 
}

a.subNav:Link,a.subNav:active,a.subNav:visited{
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	cursor: pointer; 
	text-decoration: none;
}
a.subNav:Hover{
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #808080;
	text-align: center;
	vertical-align: middle;
	cursor: pointer; 
	text-decoration: none;
}
/*
START content
------------------------------------------------------------------------------------------------------------------------
*/

.content{
	padding: 10px;
	display: block;
	width: 750px;
	text-align: left;  
	margin-left: auto;
	margin-right: auto;
}
.imgContent {
	border-top-width: 5px;
	border-right-width: 20px;
	border-bottom-width: 5px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FEF8F1;
	border-right-color: #FEF8F1;
	border-bottom-color: #FEF8F1;
	border-left-color: #FEF8F1;
	margin: 5px;
}
/*
END content
------------------------------------------------------------------------------------------------------------------------
*/
/*
START footer
------------------------------------------------------------------------------------------------------------------------
*/

.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
		text-align: center;  
	margin-left: auto;
	margin-right: auto;
}
p.footer{
	vertical-align: middle;
	margin: 0px 0px 10px;
	padding: 20px 0px 0px;
	width: 750px;
}
p.footer, a:link.footer, a:visited.footer, a:active.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a:hover.footer{
	text-decoration: underline;
}
/*
END footer
------------------------------------------------------------------------------------------------------------------------
*/
/*
START home
------------------------------------------------------------------------------------------------------------------------
*/
.home{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 12px 10px;
	padding: 0px;
}
.homeDate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E9A14A;
	text-decoration: none;
}
a:link.home, a:visited.home, a:active.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
		margin: 0px;
	padding: 0px;
}
p.homeFooterText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a:hover.home{
	text-decoration: underline;
			margin: 0px;
	padding: 0px;
}
/*
END home
------------------------------------------------------------------------------------------------------------------------
*/
.border{background-color: #ECA34D;border: solid 1px black;font-weight: bold;}

form {
	margin: 0px;
	padding: 0px;
}
.myTdBg {
	background-color: #FEF8F1;
	padding: 3px;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
}
input, select, textarea {
	background-color: #FEF8F1;
	font-weight: bold;
}
.btn {
	background-color: #CCCCCC;
}
.navLinkHolder {
	text-align: center;
}
.NavWrapper {
}
