/* globals */
body {
	padding: 0px;
	margin: 0px auto 0px auto;
	vertical-align: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	line-height: 130%;
	font-size: .86em;
	color: #333333;
}
td {
	vertical-align: top;
}
/* links */
a:link {
	color: #990000;
	text-decoration: none;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
img {
	border-style: none;
	border-width: 0px;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #800000;
	line-height: 150%;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #666666;
	line-height: 150%;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	line-height: 150%;
	font-style: italic;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	line-height: 150%;
}
h5 {
	font-size: 1em;
	color: #333333;
	line-height: 150%;
	font-style: italic;
}
h6 {
	font-size: .85em;
	font-weight: bold;
	color: #800000;
	line-height: 150%;
	font-style: italic;
}
/* IDs */
#container {
	padding: 0px;
	width: 750px;
	margin: 0px auto;
	text-align: left;
}
#contentarea {
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	width: 576px;
	text-align: left;
}
#main {
	width: 574px;
}
#pf-content {
	border-style: none;
	border-width: 0px;
	margin: 0px;
	padding: 2px;
	color: #6D6D6D;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.unpadded {
	margin: 0px;
	border-style: none;
	border-width: 0px;
	padding: 0px;
}
/* footer */
#footer {
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	width: 750px;
}
#footerRed {
	width: 20px;
	height: 20px;
	background-color: #990000;
}
.footer200px {
	padding: 7px;
	margin: 0px;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	border-color: #808080;
	font: .85em Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	width: 200px;
}
/* classes */
td.col1 {
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	width: 174px;
	vertical-align: top;
}
td.col2 {
	border-style: none;
	border-width: 0px;
	padding: 0px 7px 0px 0px;
	margin: 0px;
	width: 100%;
	vertical-align: top;
	text-align: justify;
	line-height: 130%;
}
td.col3 {
	border-style: none;
	border-width: 0px;
	padding: 1px;
	margin: 0px;
	width: 184px;
	vertical-align: top;
	font-size: .8em;
	text-align: left;
}
td#col3 {
	border-style: none;
	border-width: 0px;
	padding: 1px;
	margin: 0px;
	width: 184px;
	vertical-align: top;
	font-size: .8em;
	text-align: left;
}
/* The Global Menu */
#underlinemenu {
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url('../layout/quick_bkg.jpg');
	background-repeat: repeat-x;
}
#underlinemenu ul {
	margin: 0;
	margin-bottom: 1px;
	padding-left: 0;
	float: left;
	font-weight: bold;
	width: 100%;
	border: 1px solid #DFDFDF;
	border-width: 1px 0;
}
* html #underlinemenu ul {
	/*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}
#underlinemenu ul li {
	display: inline;
}
#underlinemenu ul li a {
	float: left;
	color: #666666;
	font-weight: bold;
	padding: 2px 2px 4px 2px;
	text-decoration: none;
	background: url('../images/navigation/menudivide.gif') repeat-y right top;
	font-size: 11px;
}
#underlinemenu ul li a:hover {
	color: black;
	background-color: #F3F3F3;
	border-bottom: 4px solid black;
	padding-bottom: 0;
	border-bottom-color: #000000;
}
/* The Main Menu */
#MenuBarVertical {
	margin: 0px;
	padding: 0px;
	width: 170px;
	background-color: Transparent;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
}
/*
ul.MenuBarVertical a:visited {
	padding: 7px 12px 7px 7px;
	border-style: solid;
	border-width: 1px 3px 1px 3px;
	border-color: #999999 #FFCC66 #808080 #FFCC66;
	margin: 0px;
	display: block;
	text-decoration: none;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
	background-color: Transparent;
}
ul.MenuBarVertical a:link {
	padding: 7px 12px 7px 7px;
	border-style: solid;
	border-width: 1px 3px 1px 3px;
	border-color: #999999 #FFCC66 #808080 #FFCC66;
	margin: 0px;
	display: block;
	text-decoration: none;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
	background-color: Transparent;
}
ul.MenuBarVertical a {
	padding: 7px 12px 7px 7px;
	border-style: solid;
	border-width: 1px 3px 1px 3px;
	border-color: #999999 #FFCC66 #808080 #FFCC66;
	margin: 0px;
	display: block;
	text-decoration: none;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
	background-color: Transparent;
}
ul.MenuBarVertical a:hover {
	padding: 7px 12px 7px 7px;
	border-style: solid;
	border-width: 1px 3px 1px 3px;
	border-color: #999999 #FFCC66 #808080 #FFCC66;
	margin: 0px;
	display: block;
	text-decoration: none;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
	background-color: #DFDFDF;
}
/* ACCENT STYLES -----*/
.accent01 {
	color: #000066;
}
.accent02 {
	color: #000080;
	text-decoration: none;
}
a.lnkAccent01 {
	color: #B1281B;
	text-decoration: underline;
}
a.lnkAccent01:link {
	color: #B1281B;
	text-decoration: underline;
}
a.lnkAccent01:active {
	color: #B1281B;
	text-decoration: none;
}
a.lnkAccent01:visited {
	color: #B1281B;
	text-decoration: underline;
}
a.lnkAccent01:hover {
	color: #B1281B;
	text-decoration: none;
}
a.lnkAccent02 {
	border: 1px solid #000080;
	padding: 3px;
	color: #000066;
	text-decoration: none;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
}
a.lnkAccent02:visited {
	border: 1px solid #000080;
	padding: 3px;
	color: #000066;
	text-decoration: none;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
}
a.lnkAccent02:link {
	border: 1px solid #000080;
	padding: 3px;
	color: #000066;
	text-decoration: none;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
}
a.lnkAccent02:active {
	border: 1px solid #000080;
	padding: 3px;
	color: #000066;
	text-decoration: none;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
}
a.lnkAccent02:hover {
	border: 1px solid #000080;
	padding: 3px;
	color: #990000;
	text-decoration: none;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
}
/* TEXT STYLES -----*/
.txthighlight1 {
	color: #000066;
	font-style: italic;
	font-weight: bold;
}
.txthilight2 {
	color: #990000;
	font-style: italic;
}
txt.hilite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
	line-height: 16px;
	color: #B1281B;
	font-style: italic;
}
.txtsmall {
	font-size: .8em;
}
.txtsmallcenter {
	font-size: .9em;
	text-align: center;
}
.txtmedium {
	font-size: 12px;
}
txt.italic {
	font-style: italic;
}
txt.bold {
	font-weight: bold;
}
txt.bolditalic {
	font-weight: bold;
	font-style: italic;
}
.txtbig {
	font-size: 14px;
}
.txtbigbold {
	font-size: 14px;
	font-weight: bold;
}
.txtxbig {
	font-size: 24px;
}
.txtxxbig {
	font-size: 28px;
}
.txtbold {
	font-weight: bold;
}
.txtitalic {
	font-style: italic;
}
.txtexpanded {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}
.txtjustified {
	text-align: justify;
}
.skipLinks {
	display: none;
}
/* FORM STYLES ----*/
#search {
	border: none;
	background-position: 50% 0;
	padding: 7px 2px 2px 2px;
	margin: 0px;
	width: 172px;
	background-image: url('../layout/bkgsearch.gif');
	background-repeat: no-repeat;
	height: 75px;
	text-align: center;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}
option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}
form {
	margin: 0px;
	padding: 0px;
}
/* extra */
#txteop {
	padding: 4px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: justify;
	font-variant: small-caps;
}
.name {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: italic;
	font-variant: small-caps;
}
.title {
	font: italic bold 12px Arial, Helvetica, sans-serif;
	color: #666666;
}
.copyright {
	font: 10px/16px Arial, Helvetica, sans-serif;
	color: #cccccc;
	background-color: #808080;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	line-height: 150%;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #842018;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 12px;
	font-style: italic;
	color: #000000;
}
.emailFriendLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 16px;
	color: #6D6D6D;
}
.emailFriendTextField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 16px;
	color: #000000;
}
.subtleLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 16px;
	color: #6D6D6D;
	text-decoration: underline;
}
.img-left {
	border-style: none;
	float: left;
	padding: 0px 15px 7px 0px;
	margin: 0px;
}
.img-center {
	border-style: none;
	padding: .8em;
	margin: 0px;
	text-align: center;
}
.img-right {
	border-style: none;
	float: right;
	padding: 0px 0px 7px 15px;
	margin: 0px;
}
.skipLinks {
	display: none;
}
/**************** advert styles *****************/
.sitemappath {
	padding: 2px;
	text-align: left;
	background-color: #666666;
	color: #FFFFFF;
	width: auto;
	font-size: .8em;
}
.sitemappath a, .sitemappath a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.sitemappath a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
/************** Warnings and notes ***************/
p.view-program {
	background-position: left center;
	background: url('../images/icons/arrow.gif');
	font-size: 14px;
	padding: 0px 0px 0px 40px;
	font-weight: bold;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: left;
	line-height: 200%;
}
p.note-top {
	background: transparent;
	color: #666666;
	font-size: .8em;
	padding: 2px 4px 2px 34px;
	line-height: 100%;
}
p.note-top {
	background: url('../images/icons/totop.gif') no-repeat 8px 50%;
	font-size: .8em;
	line-height: 100%;
}
p.note-top:before {
	background: transparent;
	color: #FF6347;
	content: 'Go: ';
	font-weight: bold;
	font-size: .8em;
	line-height: 100%;
}
p.note-general {
	background: transparent;
	border: 1px solid #CCCCCC;
	color: #800000;
	padding: 2px 4px 2px 34px;
	font-style: italic;
}
p.note-general {
	background: url('../images/icons/note_general.gif') no-repeat 8px 50%;
}
p.note-general:before {
	background: transparent;
	content: 'NOTE: ';
	line-height: 100%;
}
p.note-general:hover {
	border: 1px solid #000000;
	color: #000000;
}
p.note-warning {
	background: transparent;
	border: 1px solid #FFCC99;
	color: #CC0000;
	font-size: 11px;
	padding: 2px 4px 2px 34px;
	line-height: 100%;
}
p.note-warning {
	background: url('../images/icons/note_warning.gif') no-repeat 8px 50%;
	line-height: 100%;
}
p.note-warning:before {
	background: transparent;
	color: #FF6347;
	content: 'ATTENTION: ';
	font-weight: bold;
	font-size: 11px;
	line-height: 100%;
}
p.note-warning:hover {
	border: 1px solid #000099;
	color: #000099;
	font-size: 11px;
	line-height: 100%;
}
/************* breadcrumb styles ***************/
#breadCrumb {
	padding: 2px 0px 7px 7px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}
#breadCrumb a {
	color: #666666;
	font-size: 10px;
}
#breadCrumb a:hover {
	color: #005FA9;
	text-decoration: underline;
	font-size: 10px;
}
