/* Tag Definitions */
		body {
			margin: 5px;
			background: #FFFFFF;
		}
		
		h3 {
			font: bold 12pt Arial;
		}
		
		select
			{
			font: 8pt Arial;	
		}
		
		input
			{
			font: 8pt Arial;	
		}		
		
/* Container Definitions */
		.leftColumnContainer {
			width: 150px;
			position: absolute;
			top: 1px; 
			left: 1px;
			background: #003063;
		}
		
		.breadcrumbContainer {
			width: 460px;
			background: blue;
			position: absolute;
			top: 1px;
			left: 152px;
			background: #31619C;
			height: 20px;
		}
		
		.titleContainer {
			width: 460px;
			position: absolute;
			top: 21px; 
			left: 152px;
			background: #CECFFF;
			height: 40px;
		}
		
		.contentContainer {
			top: 62px;
			width: 460px;
			position: absolute;
			left: 152px;
		}
		
		.footerContainer {
			width: 460px;
			position: absolute;
			left: 152px;
			background: #31619C;
			height: 20px;
		}		

		.rightColumnContainer {
			width: 150px;
			position: absolute;
			top: 1px; 
			left: 613px;
			background: #6699CC;
		}
				
/* Left Menu Definitions */
.leftMenu {
			width: 150px;
			border: 0px;
		}

		.leftMenuHeader {
			border-bottom: 1px solid #000000;
			height: 25px;
			padding-left: 10px;
			margin-top: 0px;
			padding-top: 0px;
			vertical-align: middle;
		}

		.leftMenuHeader a {
			font: bold 8pt Arial;
			color: white;
			text-decoration: none;
		}

		.leftMenuHeaderOver {
			border-bottom: 1px solid #003366;
			height: 25px;
			
			padding-left: 10px;
			padding-top: 0px;
			vertical-align: middle;
			
			background: #FFCC00;
			cursor: hand
		}
		
		.leftMenuHeaderOver a {
			font: bold 8pt Arial;
			color: black;
			text-decoration: none;
		}
		
		.leftMenuSubmenu {
			background: #000000;
			width: 150px;
			padding-bottom: 10px;
			padding-right: 0px;
		}
		
		.leftMenuSubmenuMenuStateOpen {
			list-style-image: url(/images/menuopen.gif);
		}
		
		.leftMenuSubmenuMenuStateClosed {
			list-style-image: url(/images/menuclosed.gif);
		}
		
		.l3 {
			list-style-image: url(/images/dash.gif);
			padding-bottom: 0px;
		}

		.leftMenuSubmenu ul {
			padding-left: 15px;
			margin-left: 0px;
			margin-bottom: 0px;
			padding-bottom: 0px;
			margin-top: 0px;
			line-height: 16px;
		}
				
		.leftMenuSubmenu a:link, .leftMenuSubmenu a:visited, .leftMenuSubmenu a:active {
			font: 8pt Arial;
			color: white;
			text-decoration: none;
		}

		.leftMenuSubmenu a:focus {
			font: 8pt Arial;
			color: #FFCC00;
			text-decoration: none;
		}		
		
		.leftMenuSubmenu a:hover {
			font: 8pt Arial;
			color: #FFCC00;
			text-decoration: underline;
		}

/* Breadcrumb Definitions */
		.breadcrumb {
			padding-top:0px;
			margin-top:2px;
			padding-left: 5px;			
		}

		.breadcrumb a {
			font: 8pt Arial;
			color: white;
			text-decoration: none;
		}
		
		.breadcrumb a:hover {
			color: #003366;
			text-decoration: underline;
		}		

/* Title Definitions */
		.title {
			font: bold 12pt Arial;
			padding-left: 10px;
			padding-top: 12px;
			color: #003366;
		}

/* Footer Definitions */
		.footer {
			width: 100%;
			height: 100%;
			padding-right: 5px;
		}
		
		.footer a {
			font: 8pt Arial;
			color: white;
			text-decoration: none;
		}
		
		.footer a:hover {
			color: #003366;
			text-decoration: underline;
		}

		.footer td {
			font: 8pt Arial;
			color: white;
		}
		
/* Right Column Definitions */
		.rightColumnModule {
			width: 100%;
			margin-top: 10px;
		}
		
		.rightColumnModuleHeader {
			padding-left: 10px; 
			font: bold 8pt Arial;
			color: white;
			background: #31619C;
			height: 20px;
		}

		.rightColumnModuleQuickLink {
			width: 100%;
			margin-top: 0px;
		}
		
		.rightColumnModuleContents {
			padding-left: 10px;
			width: 100%;
			border: 0px;
			font: 8pt Arial; 
			color: white;			
		}
		
		.rightColumnModuleContents li {
			list-style-image : url(/images/rightMenuArrow.gif);
		}
		
		.rightColumnModuleContents ul {
			padding-left: 10px;
			margin-left: 0px;
			margin-bottom: 0px;
			margin-top: 0px;
			line-height: 16px;
		}
		
		.rightColumnModuleContents a {
			color: white;
			text-decoration: none; 
		}

		.rightColumnModuleContents a:hover {
			color: #003366;
			text-decoration: underline;
		}		
		
/* Leadership Team */		
		.leadershipTeamImage {
			text-align: right;
			float: right;
			margin: 20px;
			margin-right: 0px;
			margin-left: 10px;
			margin-bottom: 0px;
		}		
		
		
/* Content Table Definitions */
	
		.contentTable {
			border: 1px solid #FFFFFF;
			width: 440px;
			padding-left: 0px;
			margin-left: 0px;
			padding-bottom: 3px;
		}
		
		.contentTable th {
			font: bold 8pt Arial;
			background: #FFE79C;
			height: 20px;
			text-align: left;
			border-right: 1px solid white;
		}
		
		.contentTable th a {
			color: #000000;
		}
		
		.contentTable td {
			vertical-align: top;
			background: #FFEFBD;
			border-right: 1px solid white;
		}
	
		.contentTable td a {
			color: #003366;
		}


/* Custom Definitions */
		.searchBox {
			height: 18px;
			font: 8pt Arial;
			margin-top: 4px;
			margin-left: 0px;
			margin-bottom: 4px;
		}
		
		.searchButton {
			border-style: outset;
			border-width: 1px;
			font: 8pt Arial;
			margin-top: 4px;
			margin-bottom: 4px;
		}
		
		.content {
			padding: 10px;
			padding-top: 1px;
			font: 8pt Arial;
			line-height: 16px;
		}
		
		.content table {
			font: 8pt Arial;
		}
		
		.content a {
			text-decoration: none;
		}
		
		.content a:hover {
			color: #000000;
			text-decoration: underline;
		}
		
		.header {
			font: bold 8pt Arial;
		}
		
		.subTitle {
			color: 003063;
			font: 14pt Arial;
			margin-top: 0px
		}
		
		.subMenu li {
			list-style-image : url(/images/largeArrowBlack.gif);
			margin-left: 0px;
			padding-left: 0px;
		}
		
		.topImage {
			margin-top: 10px;
			margin-bottom: 0px;
		}
		
		.noTopMargin {
			margin-top: 0px
		}
		
		.faqAnswer {
			margin-left: 15px;
		}