
html   {height:100%;}
body   {
         height:101%;
       }


/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:link {
	color: #C64826;
	text-decoration: none;
}
a:visited {
	color: #C64826;
	text-decoration: none;
}
a:hover {
	color: #665276;
	text-decoration: underline;
}

/*The Link style for top-level menuitems*/
.nav div a {
	color: #C64826;
	font-weight: bolder;
	text-decoration: none;
	font-size: 18px;
}
.nav div a:visited {
	color: #C64826;
}
.nav div a:hover {
	color: #665276;
	text-decoration: underline;
}

/*The Link style for lower-level menuitems*/
.subnav {
	color: #C64826;
	font-weight: bolder;
	font-size: 12px;
	padding: 0;
	text-decoration: none;
}
.subnav div a {
	color: #C64826;
	font-size: 10px;
	padding: 0;
	letter-spacing: -1px;
	text-decoration: none;
}
.subnav div a:visited {
	color: #C64826;
}
.subnav div a:hover {
	color: #665276;
}

.thirdnav {
	color: #C64826;
	font-weight: bolder;
	font-size: 10px;
	text-decoration: none;
	line-height: 20px;
}
.thirdnav a {
	color: #C64826;
	font-size: 10px;
	letter-spacing: -1px;
	text-decoration: none;
}

.thirdnavSELECTED {
	color: #CC9933;
	font-size: 10px;
	letter-spacing: -1px;
	text-decoration: none;
	line-height: 20px;
}

.thirdnav a:visited {
color: #C64826;
}
.thirdnav a:visited {
color: #C64826;
}

.thirdnav a:hover {
color: #665276;
}

.bodycopy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.bodycopylg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.headerpurp {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bolder;
	color:  #665276;
}
.subheaderpurp {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #665276;
}
.bodycopycheck {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	list-style-image: url(images/block.gif);
	line-height: 15px;
}
