/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	spacing: 0px;
	background-color: #D5E5F5;
	background-image: url("/images/bg-fade.gif");
	background-repeat: repeat-x;
	}
	
body, table, tr, td, p, h1, h2, h3, h4, h5, h6, a, b, i, ul, ol, li {
	font-family: arial, helvetica, geneva, swiss, sunSans-regular;
	}

body, table, tr, td, p, a, b, i, ul, ol, li {
	font-size: 12px;
	color: 333333;
	line-height: 16px;
	}

h1 {
	font-size: 15px;
	}

h2 {
	font-size: 12px;
	}
	
div.siteEnvelope {
	/* margin-bottom not displayed respected by IE; 
	work-around implenents an empty table in the .jsp */
	margin: 25px 25px 0px 25px;
	}
	
table.mainTable {
	/*background-image: url("/images/right-bg-company.gif"); */ 
	background-repeat: no-repeat;  
	}
	 
table.contentEnvelope {
	background-color: #FFFFFF; /* Background color for entire content */
	/* firefox 1.5 bug? margin-left causes table to center-left, so omitting */
	margin: 25px 25px 0px 25px; /* IE7 doesn't mantain bottom-padding; 25 px tall table used as work-around; */
	padding: 4px; 
	}
	
ul	{
	list-style: url("/images/list-greyed.gif");
	list-style-position: outside;
	border: 0px;
	margin: 0px;
	padding-left: 20px;
	}
	
a:link {
	color: 336699;
	}
	
a:hover {
	color: 336699;
	text-decoration: none;
	}

a:visited {
	color: 336699;
	}

a:active {
	color: 336699;
	}

.footer tr td{
	font-size: 10px;
	line-hight: 15px;
	color: 666666;
	padding-bottom: 4px;
	}
	
td.mainContent {
	padding-top: 15px;
	padding-bottom: 30px;
	}
	
td.leftNav{
	padding-top: 15px;
	}
	
td.lnelement {
	padding: 5px;
	}

.sublink ul, .sublink a:link, .sublink a:active, .sublink a:visited {
	font-size: 11px;
	color: 336699;
	text-decoration: none;
	}
	
.sublink a:hover {
	color: 468DD3;
	}
	
td.sublinkTd {
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
.homepage {
	font-size: 11px;
	color: #333333;
	}

.homepage a {
	font-size: 11px;
	}
	
.rightside {
	padding-top: 145px;
	text-align: center;
/*	
*	moving the left padding to a child div.inner, 
*	so that cell-wide content can go underneath the callout
*/
	} 

td.rightside div.inner {
	padding-left: 50px;
	margin-bottom: 10px;
	} 
	
.indentLeft {
	margin-left: 50px;
	}
	
/* For the drop shadows */
td#shadowTL {
	height: 9px;
	width: 9px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/common/shadows/tl.png',sizingMethod='scale'); /* IE bug fix */
	}

tr>td#shadowTL { /* IE on Windows can't understand the child selector, so should ignore this rule */
	background-image: URL('/images/common/shadows/tl.png');
	}

td#shadowTR {
	height: 9px;
	width: 9px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/common/shadows/tr.png',sizingMethod='scale'); /* IE bug fix */
	}

tr>td#shadowTR { /* IE on Windows can't understand the child selector, so should ignore this rule */
	background-image: URL('/images/common/shadows/tr.png');
	}
	
td#shadowBL {
	height: 9px;
	width: 9px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/common/shadows/bl.png',sizingMethod='scale'); /* IE bug fix */
	}

tr>td#shadowBL { /* IE on Windows can't understand the child selector, so should ignore this rule */
	background-image: URL('/images/common/shadows/bl.png');
	}

td#shadowBR {
	height: 9px;
	width: 9px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/common/shadows/br.png',sizingMethod='scale'); /* IE bug fix */
	}

tr>td#shadowBR { /* IE on Windows can't understand the child selector, so should ignore this rule */
	background-image: URL('/images/common/shadows/br.png');
	}

td#shadowTop {
	height: 9px;
	width: 776px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/common/shadows/top.png',sizingMethod='scale'); /* IE bug fix */
	}

tr>td#shadowTop { /* IE on Windows can't understand the child selector, so should ignore this rule */
	background-image: URL('/images/common/shadows/top.png');
	}

td#shadowBottom {
	height: 9px;
	width: 776px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/common/shadows/bottom.png',sizingMethod='scale'); /* IE bug fix */
	}

tr>td#shadowBottom { /* IE on Windows can't understand the child selector, so should ignore this rule */
	background-image: URL('/images/common/shadows/bottom.png');
	}

td#shadowLeft {
	width: 9px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/common/shadows/left.png',sizingMethod='scale'); /* IE bug fix */
	}

tr>td#shadowLeft { /* IE on Windows can't understand the child selector, so should ignore this rule */
	background-image: URL('/images/common/shadows/left.png');
	}

td#shadowRight {
	width: 9px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/common/shadows/right.png',sizingMethod='scale'); /* IE bug fix */
	}

tr>td#shadowRight { /* IE on Windows can't understand the child selector, so should ignore this rule */
	background-image: URL('/images/common/shadows/right.png');
	}

td#pageArea, td#pageAreaHome {
	background-color: #ffffff;
	padding: 4;
	/* text-align: left; */ 
	}

td#pageAreaHome {
	padding-left: 4px ! important;
	}

td.rightDrp {
	text-align: center;
	padding-top: 230px;
	}
	
td.rightDrp a {
	/* display: block; */
	}

.left {
	float: left;
	margin-right: 1em;
}

.right {
	float: right;
	margin-left: 1em;
}