/*  center table in page
    column widths
    spacing
    typography
*/

body
{
    text-align : center;
    width : 100%;
}

table.main
{
    text-align : left;
    width : 800px;
    margin-left : auto;
    margin-right : auto;
    border-collapse : collapse;
}

table.main td
{
    padding : 0;
}

table.content
{
    margin-top : 1em;
    margin-bottom : 1em;
}

table.content td
{
    vertical-align : top;
}

table.content td.sidebar
{
    width : 265px;
}

table.content td.column
{
    width : 525px;
}

body.template_1 td.sidebar
{
    border-right : 2px solid #8D8D8D;
}

body.template_1 td.column
{
    padding-left : 1em;
}

body.template_2 td.column
{
    border-right : 2px solid #8D8D8D;
}

body.template_2 td.sidebar
{
    padding-left : 1em;
}

div.footer
{
    font-family : Arials, sans-serif;
    color : #969696;
    font-size : 6pt;
    font-weight : bold;
}

div.footer span
{
    margin-top : 1em;
    margin-left : 2em;
    float : left;
}

div.footer a
{
    color : #969696;
    text-decoration : none;
}

div.footer ul
{
    margin : 0;
    margin-top : 1em;
    list-style-type : none;
    float : right;
}

div.footer li
{
    display : inline;
    margin-right : 1em;
    padding-right : 1em;
    border-right : 1px solid #969696;
}

div.footer li.last
{
    border : 0;
}

.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	left: auto;
	width: auto;
	cursor: auto;



}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #518EB6;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #518EB6;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6699CC;
}
.bodyCopylink {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6699CC;
	left: auto;
	width: auto;
	cursor: auto;
}
.headinggreen {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999933;
}
.linkblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
.headergreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999933;
	font-weight: bold;
}
.headergrey {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
}
.linkblue {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #0099CC;
}
