body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
}
a:link,a:visited {
	color:#A25602;
	text-decoration:none;
}
a:hover,a:active {
	color:#A25602;
	text-decoration:underline;
}


/* HEADER
=====================*/
#wrapHeader {
	background: url(/_common/bg/header.gif) 0 0 no-repeat;
}
#wrapNav,#wrapBody {
	background: url(/_common/bg/body.gif) 0 0 repeat-y;
}
#wrapHeader,#wrapNav,#wrapBody {
	margin:0 auto;
	width:773px;
}
#wrapHeader img {
	margin:0 7px 0 4px;
}
#tableNav {
	border-left:1px solid #032f5d; 
	border-right:1px solid #032f5d; 
	border-top:3px solid #032f5d; 
	background-color:#2f5fb1;
	margin:0 7px 0 4px;
}
#tableSubnav {
	border-bottom:1px solid #5686d6;
}


/* GENERAL LAYOUT

=====================*/
#tableMain {
	border-left:1px solid #032f5d; 
	border-right:1px solid #032f5d; 
	background-color:#fda23e;
	margin:0 7px 0 4px;
}
#tableMain td {
	background-color:#EEF4FB;
}
#tableMain td .textArea {
	padding:20px 30px;
	font-size:11px;
}
#tableMain td .textArea .pageTitle {
	font-weight:bold;
	color:#535353;
}
.breadcrumb {
	color:#2F5FB1;
	font-size:13px;
	padding-bottom:8px;
}

#tableSidenav {
	margin:10px 0;
}
#tableSidenav .sidenavOff {
	background-color:#EEF4FB;
	color:#0B5197;
	padding:4px;
	padding-left:18px;
	font-size:12px;
}
#tableSidenav .sidenavOn {
	background-color:#0B5197;
	color:#fff;
	padding:4px;
	padding-left:18px;
	font-size:12px;
	cursor:pointer;
}
#tableSidenav .sideSubnavOff {
	background-color:#EEF4FB;
	color:#0B5197;
	padding:3px;
	padding-left:28px;
	font-size:10px;
}
#tableSidenav .sideSubnavOn {
	background-color:#0B5197;
	color:#fff;
	padding:3px;
	padding-left:28px;
	font-size:10px;
	cursor:pointer;
}


/* FOOTER
=====================*/
#tableFooter {
	border-left:1px solid #032f5d; 
	border-right:1px solid #032f5d; 
	margin:0 7px 0 4px;
	background-color:#EEF4FB;
}
#tableFooter #tdAddress {
	border-left:7px solid #fda23e; 
	border-bottom:7px solid #fda23e; 
	padding:17px 0 20px 20px;
	font-size:13px;
	color:#004182;
}
#tableFooter #tdCopyright {
	border-right:7px solid #fda23e; 
	border-bottom:7px solid #fda23e; 
	padding:17px 20px 20px 0;
	font-size:12px;
	color:#004182;
}
#tableFooter #tdAddress a, #tableFooter #tdCopyright a {
	color:#A25602;
	text-decoration:underline;
}
#tableFooter #tdAddress a:hover, #tableFooter #tdCopyright a:hover {
	color:#A25602;
	text-decoration:underline;
}