html,body
{
	margin: 0;
	padding: 0;
}
body
{
	font: 12px Arial, sans-serif;
	color: #1e1e1e;
	background-color: #D0D2D4;
}
td{font: 12px Arial, sans-serif;}

/* ~~~ Headings ~~~ */
h1, h2, h3{margin: .3em 0 1em;}
h1{font-size: 20px;}
h2{font-size: 16px;}
h3{font-size: 12px;}

p{margin: 1em 0; line-height: 1.3em}
ul{list-style-type: square;}
a,
a:link,
a:visited
{
	color: #2082B8;
}
a img{border: none;}
textarea{font: 12px Arial, Helvetica, sans-serif;}

/* ~~~ POSITIONING SELECTORS ~~~ */
#wrapper
{
	width: 750px;
	border-top: 6px solid #BBBDBF;
	border-bottom: 6px solid #BBBDBF;
	background: #fff url(../images/faux_borders.gif) repeat-y;
}

#masthead h1
{
	height: 61px;
	margin: 0;
	background: #fff url(../images/logo.gif) no-repeat;
}
#leftcol
{
	display: inline;
	width: 158px;
	float: left;
}
#midcol
{
	display: inline;
	width: 432px;
	float: left;
}
#rightcol
{
	display: inline;
	float: right;
	width: 160px;
	/*margin-top: 22px;*/ 
	font-size: 11px;
	
}
#footer
{
	clear: both;
	position: relative;
	border-top: 1px solid #BBBDBF;
	height: 39px;
	font-size: 11px;
	background-color: #fff;
}

/* ~~~ TWO COLUMN LAYOUT ~~~ */
#default #wrapper
{
	background: #fff url(../images/faux_borders_two.gif) repeat-y;
}
#default #midcol
{
	width: 588px;
	float: left;
}
#share #wrapper
{
	background: #fff url(../images/faux_borders_two.gif) repeat-y;
}
#share #midcol
{
	width: 588px;
	float: left;
}
/* ~~~ THREE COLUMN LAYOUT ~~~ */
/* ~~~ Content layout table (2 column table editable through editor ) ~~~ */
#midcol .two-column-layout-table
{
	width: 591px;
}
#midcol .tblleftcol
{
	width: 431px;
	padding: 0 16px;
}
#midcol .tblrightcol
{
	width: 146px;
	padding: 0 16px;
	vertical-align: top;
}
#midcol .two-column-layout-table table td
{ 
	padding: 0;
}

/* ~~~ FORMATING CLASSES ~~~ */
.replace span{display: none;}
.right{text-align: right;}
.left{text-align: left;}

/* ~~~ Header ~~~ */
.header-image
{
	position: relative;
	height: 86px;
}
.header-image img{display: block;}
.date
{
	position: absolute;
	top: 12px;
	left: 440px;
	margin: 0;
	font-size: 11px;
	color: #fff;
}

/* ~~~ Main Navigation ~~~ */
#nav .navlist {font-size: 11px;}
#nav .navlist li
{
	text-align: right;
	display: inline;
	float: right;
	width: 100%;
	border-bottom: 1px solid #ccc;	
}
#nav .navlist li a
{
	display: block;
	padding: 3px 8px 3px 0;
	color: #007274;
	text-decoration: none;
}
#nav .navlist li a.active{color: #F26635;}
/* Give I.E extra top & bottom margin on the image to even them up */ 
* html #nav .navlist li a img{margin: 3px 0 3px 0;}

/* ~~~ Main content ~~~ */
.copy
{
	margin: 0 16px 30px;
}
.copy table.bordered-rows
{	
	border-collapse: collapse;
	border: 1px solid #BBBDBF;
}
.copy table.bordered-rows th
{
	background-color: #E8E9EA; 
	padding: 2px 4px;
}
.copy table.bordered-rows td
{
	padding: 2px 4px;
	border-top: 1px solid #BBBDBF;
}

/* ~~~ Shares Table ~~~ */
.tblshares
{
	border-collapse: collapse;
	border: 1px solid #BBBDBF;
	margin-bottom: 24px;
}
.tblshares th
{
	text-align: left;
	padding: 2px 4px;
	background-color: #E8E9EA;
	text-align: center;
}
.tblshares td
{
	padding: 2px 4px;
	border: 1px solid #BBBDBF;
	text-align: center;
}
.tblshares .right{text-align: right;}
.tblshares .left{text-align: left;}

/* ~~~ Right column ~~~ */
#rightcol p{margin: 1em 16px;}

/* ~~~ Shares Information page ~~~ */
table.tbl-email-form td
{
	padding: 0 16px 4px;
}

/* ~~~ footer navigation ~~~ */
#footer .navlist{margin-top: 12px;}
#footer .navlist li
{
	display: inline; 
	margin-left: 13px;	
}
#footer .navlist li a
{
	text-decoration: none; 
	color: #646464;
}
.copyright
{
	position: absolute;
	top: 12px;
	right: 24px;
	margin: 0;
}


/* ~~~ LISTS ~~~ */
.navlist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ~~~ FORMS ~~~ */
label{font-weight: bold;}
.input{border: 1px solid #BBBDBF; font-size: 12px;}
.formtable td{padding: 4px;}
.button
{
	font: bold 12px Arial, Helvetica, sans-serif;
	background-color: #E8E9EA;
	padding: 0px 4px;
}