
/* Main Universal Styles*/

html
{
   margin: 0;
   padding: 0;
}

body {
	color: #000;
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Verdana Arial, Helvetica, sans-serif;
	text-align: left;
	}

td {
	font: normal 10pt/18pt Verdana, Arial, Helvetica, sans-serif;
	}

input,option,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	/*letter-spacing:0em;*/
}

#colLeft {
	display: none;
	width: 0;
	}

#colMain {
	width: 650px;
	}
* html #colMain {
	margin-left: -50px;
	}


#bodycontent {
	width: 100%;
	}

#bodycontent p, #bodycontent h3, #bodycontent dt, #bodycontent dd,
#bodycontent li, #bodycontent a, #bodycontent .col_1, #bodycontent .col_2, .copyright {
	font-size: 10pt;
	line-height:12pt;
	margin: 0 0 15px 0;
  padding: 0;
}

a#txt_subscribe, #header_img_general,
#btn_subscribe a, .dot_v, #navlink, .breadcrumbing, #printbutton,
#leftTreeNav_top, div#p7TMnav, td.leftTreeNav, #leftTreeNav_btm, .btn_gotop, .gotop,
.callout, .calloutBtm,
#l3, .footer {
	display: none !important;
	}

#dgm1, #dgm2, #dgm3, #dgm4, #dgm5, #dgm6 {
	display: block !important;
	}

td.copyright {
	text-align: right;
	font-size: 8pt;
	}
* html td.copyright {
	text-align: left;
	padding-left: 400px;
	}


a {
	/*letter-spacing:0.1em;*/
	color: #0060A8;
	text-decoration:none;
}


#pasteboard {
	position:relative; 
	min-height: 1px;
	height:3%;
	margin: 0;
	width: 760px;
}

#pb_inner{
	width: 760px;
	position:relative;
	margin:0; 
/*	min-height:100%;*/
}

.dot_h {
	background-image: url(/pix/universal/bg_dotline_h.gif);
	background-repeat: repeat-x;
	height:1px;
	padding:0;
	margin:0;
}

.dot_h_i {
	background-image: url(/pix/universal/bg_dotline_h.gif);
	background-repeat: repeat-x;
	min-height:1px;
	width:665px;
	padding:0;
	margin:0;
}

.dot_v {
	background-image: url(/pix/universal/bg_dotline_v.gif);
	background-position: center center;
	background-repeat: repeat-y;
}

#media_room {
   	display: none;
}

/* Home Page SEO Text*/

#seo_copy_holder {
	position: absolute; 
	left: -10000px;
}

/*Inline Headers, Comments and Content*/

#bodycontent h1 {
	font: bold 14pt/18pt  Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 7px 0;
	margin: 0 0 5px 0;
	}

#bodycontent h2 {
	font: bold 12pt/16pt Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	padding: 0;
	}

#bodycontent h3 {
	font-weight: bold;
}

.commentBox {
	border: none;
	background: none;
	padding:10px;
}

#bodycontent .comment {
	font-size: 100%;
	line-height:18px;
	color: #666;
	font-weight:bold;
	text-align: right;
	border-top: 5px solid #ccc;
	padding-top: 5px;
}

#bodycontent .signature {
	font-size: 107%;
	line-height:18px;
	color: #333;
	font-weight:bold;
	float:right;
	width:35%;
	text-align:right;
}

#bodycontent .divide_bar_blue {
	display: none;
}



/*Style Break*/

.clear {
	clear:both;
}

/*Hide Caption (4 Gracefully Degrade)*/

.hide {
	display:none;
}

#txt_subscribe {
	position: absolute; 
	left: -5000px;
}

#txt_news_feed {
	position: absolute; 
	left: -5000px;
}


/*All Images & Illustrations*/

.img_r_align {
	margin:6px 6px 6px 12px;
	float: right;
	border:0px solid #B1D9F7;
}

.img_exe_lrg {
	border-width:1px;
	border-style:solid;
	border-color:#B1D9F7;
	padding:0;
	margin:0 6px 2px 12px;
	float: right;
}

.img_exe {
	border-width:1px;
	border-style:solid;
	border-color:#B1D9F7;
	padding:0px;
	margin:0 6px 2px 0;
}

.img_il {
	border-width:1px;
	border-style:solid;
	border-color:#B1D9F7;
	float: left;
	padding:0px;
	margin:0 6px 2px 0;
}

/*Ruler*/

hr {
	border-top: 1px dotted #ccc;
	height: 1px;
}

div.hr {
	border-top: 1px dotted #ccc;
	height: 1px;
	margin:0;
	padding:5px 0 5px 0;
}

/*List*/

ul li {
	list-style: disc;
}

#bodycontent ul.down li {
	list-style-image: url(/pix/universal/li_down.gif);
}

#bodycontent ul.go li {
	list-style-image: url(/pix/universal/li_go.gif);
}

#bodycontent ul li {
	list-style-image: url(/pix/universal/li.gif);
	margin: 0 0 5px;
	padding: 0;
}

#bodycontent ol.decimal li {
	list-style-type: decimal;
	margin:0px;
	padding:0px;
}

#bodycontent .select {
	margin: 0;
	padding: 10px 0;
	margin:0px;
	padding:0px;
	}

#bodycontent .select li {
	display: inline;
	list-style: none;
	margin:0px;
	padding:0px;
	}

#bodycontent .selected {
	font-weight: bold;
	}

/*All Tables*/

table {
	margin-bottom: 10px;
	}

.tableHeading {
	margin-bottom: .5em;
	}
	
.tableRowTitle {
	background: #fff;
	padding: 0 0 0 10px;
	}

.tableRowEven {
	background: #F7F7F7;
	padding:10px;
	}

.tableRowOdd {
	background: #EEE;
	}

.tableRowTitle th {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font: bold 9pt/12pt Verdana, Arial, sans-serif;
	}
	
#bodycontent .tableRowOdd td, #bodycontent .tableRowEven td, #bodycontent .tableRowEven th {
    padding: 0.7em;
  	/*font-size: 70%;*/
	font-size: 8pt;
	line-height:12pt;
	border-bottom: 1px solid #aaa;
}

#bodycontent .tableRowEven a, #bodycontent .tableRowOdd a {
	font-size: 8pt;
}

#bodycontent .tableRowEven .total, #bodycontent .tableRowOdd .total {
	text-align:right;
	font-weight:bold;
}

/* Form Sets */

#bodycontent fieldset {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	}

#bodycontent legend {
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	}

#bodycontent form label {
	cursor: pointer;
	}

#bodycontent fieldset table{
	border-collapse; separate;
	border-spacing: 0px;
	}
	
#bodycontent fieldset table th {
	width: 250px;
	text-align: right;
	vertical-align:top;
	}

#bodycontent fieldset p.required, #bodycontent form p.submit {
	text-align: center;
	padding: 0 10px;
	}

#bodycontent fieldset table td {
	padding-top: 5px;
	vertical-align:top;
	}

#bodycontent fieldset table td.checkradio {
	padding-top: 7px;
	}

