/* CSS Document */
img {border:none;}

table {
	cellpadding: 0px;
	cellspacing: 0px;
}

body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	/*margin: 0px 41px 23px 41px;*/
	background: #7487bf;
	color: #7487bf;
	min-width: 908px;
	z-index: -5
}

#pageContainer {
	width: 825px;
	background: #33415D url(../images/mainBodyBG_palladium.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}


/* BEGIN HEADER STYLES */
#header {
	position: relative;
	width: 825px;
}
/* END HEADER STYLES */

/*BEGIN a STYLES */
a:link, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}
/* END a STYLES */

/*BEGIN NAV STYLES */
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
}

.nav a:link, .nav a:visited {
	color: #666;
	text-decoration: none;
}

.nav a:hover {
	color: #FF6600;
	text-decoration: underline;
}
/* END NAV STYLES */



/* BEGIN HOME PAGE STYLES */
#mainBody {
	position: relative;
    width: 825px;
	background: #33415D url(../images/mainBodyBG_palladium.gif);
	background-repeat: repeat-y;
}

.leftColumn {
	float: left;
	width: 267px;
	padding: 37px 16px 0 56px;
}

.rightColumnHeader {
	float: left;
	width: 411px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	padding: 26px 0 26px 0;
	margin: 37px 0 0 0;
	border-bottom: 2px solid #e3e3e3;
	border-top: 2px solid #e3e3e3;
	/*background: #33415D url(../images/homeRTColBG_palladium.gif);
	background-repeat: repeat-y;*/
}

.rightColumn {
	float: left;
	width: 411px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 16px 0 0 0;
	/*background: #33415D url(../images/homeRTColBG_palladium.gif);
	background-repeat: repeat-y;*/
}

/* END HOME PAGE STYLES */

/*BEGIN SUB PAGE STYLES */
.subHead {	
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	padding: 0 0 20px 0;
}


.subText {	
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 38px 10px 0 10px;
}

.subNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 13px 0;
}

.subNav a:link, .subNav a:visited {
	color: #666;
	text-decoration: none;
}

.subNav a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.subNote {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

td.subPageCol {
	border-left: 2px solid #e3e3e3;
}


/* BEGIN SUB PAGE STYLES */


/* BEGIN FOOTER STYLES */
.footer{
	padding: 26px 0px 0px 0px;
	color: #E3E3E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

#footer.content{
	background: #33415D url(../images/footerBG_palladium.gif);
	padding: 20px 0px 0px 0px;
	color: #E3E3E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	width: 766px;
}

table.footer {
	background: #33415D url(../images/footerBG_palladium.gif);
	margin-left:auto;
	margin-right:auto;
	padding: 0 0 0 0;
	border: none;
	color: #CCCCCC;
	width: 826px;
	text-align:center;
}
	
/* END FOOTER STYLES */

