/* Branding styles */
#inner {
    background: url("../imgs/inner-bg.png") repeat-y scroll left center transparent;
    height: 100%;
    margin: 0 auto;
    min-height: 1000px;
    position: relative;
    width: 1023px;
}
td#header
{
	background-color: #979668;
	height: 155px;
	width: 995px;
}

td#header div#companyLink {
    background: url("../imgs/sprite.png") no-repeat scroll 0 0 transparent;
    height: 93px;
    width: 322px;
}

td#header div#companyLink a {
    display: block;
    height: 93px;
    text-indent: -9999px;
    width: 322px;
}

body#body
{
	margin:0; padding:0; background-color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#5C5E64;
	font-size:12px;
	text-align: center;
	
	background: none repeat scroll 0 0 #EBEBEB;
    font: 0.625em/1.5 Arial;
}
table#mainTable
{
	width:995px;
	height:100%;
	background-color: #FFFFFF;
    padding: 0px;
}
td#logoPanel
{
	background: transparent;
	height:155px;
	width:100%;
}
/*
#header a.logo img
{
	display:block;
	border:none;
}
*/
img.blnkdot
{
	height: 1px;
	width: 1px;
}
div#cvMailFooter
{
	margin-right: 35px;
	font-size:9px;
}
div#cvmailFooterImg,
div.cvmailFooterTxt
{
	text-align: center;
	margin-top:10px;
}
img#cvMailLogo
{
	height: 33px;
	padding: 0 0 5px;
	width: 140px;
}
a.cvMailFooterLink:link,
a.cvMailFooterLink:visited,
a.cvMailFooterLink:hover,
a.cvMailFooterLink:active,
span.footerLinkSpacer,
div.cvmailFooterTxt
{
	font-family: arial, sans-serif;
	text-decoration: none;
	font-size: 9px;
	
}
span.footerLinkSpacer
{
	padding: 0 6px;
}
a.cvMailFooterLink:link,
a.cvMailFooterLink:visited,
a.cvMailFooterLink:hover,
a.cvMailFooterLink:active
{
	color:#5C5E64;
	text-decoration:none;
}
a.cvMailFooterLink:hover
{
	color:#B82109;
	text-decoration:none;
}
a
{
	color: #B82109;
	TEXT-DECORATION: none;
}
a:hover
{
	COLOR: #B82109;	
}


