/* styles common to all appearances of that element */

BODY {
	margin : 0px;
}

A {
	text-decoration : none;
	font-size : 8pt;
	color : #CC3300;
	/*original color #C3735B*/
	font-weight : normal;
}

A:HOVER {
	text-decoration : underline;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : black;
	font-weight : bold;
}

/* styles commonly applied to content */

TD.basic {
	vertical-align : top;
	padding-bottom : 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	padding-right : 5px;
}

TD.header {
	vertical-align : top;
	padding-bottom : 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	border-bottom : 1px solid Black;
	font-weight : bold;
}

P.highlight {
	font-weight : bold;
	line-height : 1.5;
}


/* styles used exclusively in the include files */

/*      TOP.INC  */

/*            top/first table */
TD#topline {
	background-color : #00BBCB;
}

TD#masthead {
	border-bottom : 1px solid #939598;
}

/*           middle/second table */

/*                left nav column */
TABLE#middle {
	border-bottom : 2px solid #939598;
}

TD#leftcolumn {
	border-right : 1px solid #939598;
	background-image : url(/images/sitewide/leftmenuback.jpg);
	background-repeat : repeat;
}

TABLE#leftcolumn {
	padding-left : 10px;
	padding-right : 5px;
	padding-top : 10px;
	padding-bottom : 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

TD.leftnavmain {
	padding-bottom : 4px;
	font-weight : bold;
}

A.leftnav {
	color : Black;
	font-weight : bold;
}

TD.leftnavmainlast {
	padding-bottom : 15px;
	font-weight : bold;
}

TD.leftnavmainlastlast {
	padding-bottom : 50px;	
}

Span#leftnavmember {
	/*font-size : 9pt;*/
	color : #CC3300;
	/*original color #C3735B*/
	font-weight : bold;
}

/*                middle/body column */
TD#body {
	border-right : 1px solid #939598;
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

/* TABLE#printerTable {
	padding-bottom : 20px;
} */


/*      BOTTOM.INC */

P#logos {
	margin-top : 20px;
}


P#copy {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : Black;
	font-weight : normal;
}

TD#rightColumn {
	background-color : #D8E9B8;
	padding : 0px 5px 5px 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : Black;
	vertical-align : top;
}

P.rightColumn {
	margin-bottom : 7px;
	margin-top : 7px;
}

P.rightColumnHead {
	color : #CC3300;
	/*original color #C3735B*/
	font-weight : bold;
	margin-bottom : 7px;
	margin-top : 14px;
	text-align: center;
}

TABLE#footer {
	background-color : #00BBCB;
	text-transform : uppercase;
	text-align : center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

A.footer {
	color : Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}


TD#footer1 {
	padding-top : 15px;
	padding-bottom : 15px;
}

TD#footer2 {
	color : White;
	padding-top : 15px;
	padding-bottom : 15px;
	font-weight : bold;
}

TD#bottomline {
	background-color : Black;
}

span.sm {
	font-variant: small-caps; vertical-align: super; font-size: 9px;
}


/* Printer-page Formats */
.contact-popup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content-popup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	padding: 20px;
}