/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.166;
	padding: 0px;
	margin-top: 25px;
	background-color: #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #022464;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 90%;
	color: #EEEEEE;
	text-align: left;
	padding-bottom: 5px;
	display: block;
	background-color: #022464;
	padding-top: 5px;
	padding-left: 5px;
}

h2{
	font-size: 114%;
	color: #022464;
	text-align: left;
}

h3{
 font-size: 100%;
 color: #0046d5;
}

h4{
	font-size: 100%;
	color: #666666;
	text-decoration: underline;
}

h5{
	font-size: 100%;
	color: #022464;
	margin-left: 0px;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}

ul{
	list-style-type: disc;
	margin-left: 0px;
}

ul li{
}

ul ul{
	list-style-type: circle;
	margin-top: 10px;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: 100% Arial,sans-serif;
	color: #EEEEEE;
}
				
/******** wrap STYLES********/
#wrap{
	width:770px;
	margin:0px auto;
	z-index: 1;
}

/******** wrapHrz STYLES********/
#wrapHrz{
	width:550px;
	margin:10px auto;
	z-index: 1;
	border: 1px solid #ccc;
}

/******** page top STYLES********/
#pageTop{
	color:#535353;
	width:770px;
	margin:0px auto;
	height: 35px;
	background-image:  url(images/pageTop.gif);
	text-align: right;
	background-repeat: repeat-x;
	border-bottom: 1px solid #eeeeee;
}

/************* #contentTop styles *************/
#contentTop{
	margin: 0px Auto;
	width: 770px;
	background-color: #FFFFFF;
	float: left;
	height: 16px;
	clear: both;
	background-repeat: no-repeat;
	margin-top: 30px;
	background-image: url(images/contentTop.gif);
}

/******** language STYLES********/
#language{
	width:150px;
	color: #383838;
	float: right;
	text-align: right;
	margin-top: 5px;
	padding-bottom: 2px;
	margin-right: 2px;
}

#language a:link {
	font-size: 75%;
	color: #022464;
}

#language a:visited{
	color: #022464;
	font-size: 75%;
}

#language a:hover{
	text-decoration: underline;
	font-size: 75%;
}


/******** prTools STYLES********/
#prTools{
	color: #383838;
	text-align: right;
	margin-top: 0px;
	padding-bottom: 2px;
	margin-right: 0px;
	background-color: #eeeeee;
	width: auto;
	padding-right: 5px;
	padding-top: 2px;
	margin-left: 10px;
}

#prTools a:link {
	font-size: 75%;
	color: #022464;
}

#prTools a:visited{
	color: #022464;
	font-size: 75%;
}

#prTools a:hover{
	text-decoration: underline;
	font-size: 75%;
}

/******** nlTools STYLES********/
#nlTools{
	color: #383838;
	text-align: right;
	margin-top: 2px;
	padding-bottom: 15px;
	margin-right: 0px;
	width: auto;
	padding-right: 5px;
	padding-top: 2px;
	margin-left: 10px;
	float: right;
}

#nlTools a:link {
	font-size: 75%;
	color: #022464;
}

#nlTools a:visited{
	color: #022464;
	font-size: 75%;
}

#nlTools a:hover{
	text-decoration: underline;
	font-size: 75%;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{

	background-image:  images/mastheadBG.gif);
	background-image: url(images/mastheadBG.gif);
	background-repeat: repeat-x;
	height: 40px;
	width: 768px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#header{
	margin: 0px Auto;
	width: 770px;
	background-color: #eeeeee;
	float: left;
	height: 20px;
	clear: both;
	background-image: url(images/pageBottom.gif);
	background-repeat: no-repeat;
}

#headerBottom{
	margin: 0px Auto;
	width: 770px;
	background-color: #FFFFFF;
	float: left;
	height: 15px;
	clear: both;
	background-image: url(images/headerBottom.gif);
	background-repeat: no-repeat;
}


/*************** #navbar START **************/
#navBar{
	margin: 0px auto;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 190px;
	float: left;
	border-left: 1px solid #cccccc;
}

/*************** #navbarHrz START **************/
#navBarHrz{
	width: 550px;
	float: left;
}


/*************** #content START **************/

#content{
	float:right;
	width: 535px;
	padding-right: 20px;
	margin: 0px auto;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#content a:link {
	text-decoration: underline;
}

#content a:visited{
	text-decoration: underline;
}

#content a:hover{
	color: #0046D5;
}

/*************** #contentHrz START **************/

#contentHrz{
	margin: 0px auto;
}

#contentHrz a:link {
	text-decoration: underline;
}

#contentHrz a:visited{
	text-decoration: underline;
}

#contentHrz a:hover{
	color: #0046D5;
}

/*************** #nlContent START **************/

#nlContent{
	width: 550px;
	padding-right: 5px;
	margin: 0px auto;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	float: right;
}

#nlContent a:link {
	text-decoration: underline;
}

#nlContent a:visited{
	text-decoration: underline;
}

#nlContent a:hover{
	color: #0046D5;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}

/************* #globalNav styles **************/

#globalNav{
	color: #383838;
	padding: 0;
	white-space: nowrap;
	text-align: right;
	background-color: #FFFFFF;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 70%;
	padding: 0px 4px 0px 0px; 
}

/************* #nlNav styles **************/

#nlNav{
	color: #383838;
	padding: 0;
	white-space: nowrap;
	text-align: right;
	background-color: #FFFFFF;
	margin-left: 10px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#nlNav a {
	font-size: 70%;
	padding: 0px 4px 0px 0px; 
}

/************* #topBTN styles **************/

#topBTN{
	color: #383838;
	padding: 0;
	white-space: nowrap;
	text-align: right;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	display: block;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#topBTN a {
	font-size: 100%;
	padding: 0px 4px 0px 0px; 
}

/************* #path styles *************/

#path{
	font-size: 75%;
	width: 500px;
	float: left;
	margin-left: 5px;
	padding-top: 18px;
	padding-bottom: 5px;
}



/************* #imageFloater styles *************/

#imageFloater{
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}




/************* #floater styles *************/

#floater{
	width: 190px;
	float: right;
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	padding: 2px 5px 2px 5px;
	margin-left: 12px;
	margin-bottom: 5px;
}

#floater a:link {
	color: #022464;
	text-decoration: underline;
}

#floater a:visited{
}

#floater a:hover{
	color: #0046d5;
}

#floater p{
	font-size: 80%;
	color: 333333;
	padding-top: 0px;
	text-align: justify;
	padding-left: 0px;
	text-decoration: none;
	padding-bottom: 0px;
}

#floater h4{
	font-size: 95%;
	color: #022464;
	padding-top: 1px;
	text-align: center;
	padding-left: 0px;
	text-decoration: none;
	border-bottom: 1px solid #022464;
	padding-bottom: 3px;
}

#floater h5{
	font-size: 95%;
	color: #0046D5;
	padding-top: 3px;
	text-align: left;
	padding-left: 0px;
	padding-bottom: 3px;
}

#floater ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#floater ul a:link, #floater ul a:visited {
	display: block;
	color: #022464;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	font-size: 95%;
}

#floater ul a:hover {
	color: #0046d5;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#floater li {
	padding: 3px 3px 3px 0px;
	line-height: 1.2em;
	text-align: left;
}

.floaterTitle {
	color: #CCCCCC;
	background-color: #022464;
	display: block;
	padding: 2px 0px 2px 5px;
}




/************* #homeFloater styles *************/

#homeFloater{
	width: 200px;
	float: right;
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 8px;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: justify;
}

#homeFloater a:link {
	color: #022464;
	text-decoration: underline;
}

#homeFloater a:visited{
}

#homeFloater a:hover{
	color: #0046d5;
}

#homeFloater p{
	font-size: 90%;
	color: 333333;
	text-align: left;
	text-decoration: none;
}


/************* #largeFloater styles *************/

#largeFloater{
	width: 262px;
	float: right;
	padding: 2px 0px 2px 5px;
	margin-left: 12px;
	margin-bottom: 5px;
}

#largeFloater a:link {
	color: #022464;
	text-decoration: underline;
}

#largeFloater a:visited{
}

#largeFloater a:hover{
	color: #0046d5;
}

#largeFloater p{
	font-size: 80%;
	color: 333333;
	padding-top: 0px;
	text-align: left;
	padding-left: 0px;
	text-decoration: none;
	padding-bottom: 0px;
}

#largeFloater h4{
	font-size: 95%;
	color: #022464;
	padding-top: 1px;
	text-align: center;
	padding-left: 0px;
	text-decoration: none;
	border-bottom: 1px solid #022464;
	padding-bottom: 3px;
}

#largeFloater h5{
	font-size: 95%;
	color: #0046D5;
	padding-top: 3px;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 3px;
	display: block;
	background-color: #eeeeee;
	background: url("bar_off.gif") repeat-x;
}

#largeFloater ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#largeFloater ul a:link, #largeFloater ul a:visited {
	display: block;
	color: #022464;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	font-size: 95%;
}

#largeFloater ul a:hover {
	color: #0046d5;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#largeFloater li {
	padding: 3px 3px 3px 0px;
	line-height: 1.2em;
	text-align: left;
}

.largeFloaterTitle {
	color: #CCCCCC;
	background-color: #022464;
	display: block;
	padding: 2px 0px 2px 5px;
}

/************* #largeFloater2 styles *************/

#largeFloater2{
	width: 275px;
	float: right;
	padding: 10px 0px 10px 5px;
	margin-left: 8px;
	margin-bottom: 5px;
	border-left: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-right: 1px solid #cccccc;
	color: #022464;
}

#largeFloater2 a:link {
	color: #022464;
	text-decoration: underline;
}

#largeFloater2 a:visited{
}

#largeFloater2 a:hover{
	color: #0046d5;
}

#largeFloater2 p{
	font-size: 80%;
	color: 333333;
	padding-top: 0px;
	text-align: left;
	padding-left: 0px;
	text-decoration: none;
	padding-bottom: 0px;
}

#largeFloater2 h4{
	font-size: 95%;
	color: #022464;
	padding-top: 1px;
	text-align: center;
	padding-left: 0px;
	text-decoration: none;
	border-bottom: 1px solid #022464;
	padding-bottom: 3px;
}

#largeFloater2 h5{
	font-size: 95%;
	color: #FFFFFF;
	padding-top: 3px;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 3px;
	display: block;
	background-color: #0046d5;
}

#largeFloater2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#largeFloater2 ul a:link, #largeFloater2 ul a:visited {
	display: block;
	color: #022464;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	font-size: 95%;
}

#largeFloater2 ul a:hover {
	color: #0046d5;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#largeFloater2 li {
	padding: 5px 5px 5px 3px;
	line-height: 1.2em;
	text-align: justify;
	border-bottom: 1px solid #cccccc;
}

.largeFloater2Title {
	color: #CCCCCC;
	background-color: #022464;
	display: block;
	padding: 2px 0px 2px 5px;
}

/************** #doubbleColumn styles *****************/

#doubbleColumn{
	clear: both;
	padding: 0px 0px 20px 0px;
	font-size: 80%;
	margin-left: 14px;
	height: auto;
}

/************* #rightColumn styles *************/

#rightColumn{
	width: 250px;
	float: right;
	padding-bottom: 15px;
}

#rightColumn a:link {
	color: #022464;
	text-decoration: underline;
}

#rightColumn a:visited{
}

#rightColumn a:hover{
	color: #0046d5;
}

#rightColumn p{
	font-size: 90%;
	color: #022464;
	padding-top: 0px;
	text-align: left;
	padding-left: 0px;
	text-decoration: none;
	padding-bottom: 0px;
}

#rightColumn h4{
	font-size: 95%;
	color: #022464;
	padding-top: 1px;
	text-align: center;
	padding-left: 0px;
	text-decoration: none;
	border-bottom: 1px solid #022464;
	padding-bottom: 3px;
}

#rightColumn h5{
	font-size: 95%;
	color: #0046D5;
	padding-top: 3px;
	text-align: left;
	padding-left: 0px;
	padding-bottom: 3px;
}

#rightColumn ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#rightColumn ul a:link, #rightColumn ul a:visited {
	display: block;
	color: #022464;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	font-size: 95%;
}

#rightColumn ul a:hover {
	color: #0046d5;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#rightColumn li {
	padding: 3px 3px 3px 0px;
	line-height: 1.2em;
	text-align: left;
}

.rightColumnTitle {
	color: #0046d5;
	padding: 2px 0px 5px 5px;
	font-weight: bold;
}

/************* #leftColumn styles *************/

#leftColumn{
	width: 230px;
	padding-bottom: 0px;
	margin-left: 0px;
}

#leftColumn a:link {
	color: #022464;
	text-decoration: underline;
}

#leftColumn a:visited{
}

#leftColumn a:hover{
	color: #0046d5;
}

#leftColumn p{
	font-size: 90%;
	color: #022464;
	padding-top: 0px;
	text-align: left;
	padding-left: 0px;
	text-decoration: none;
	padding-bottom: 0px;
}

#leftColumn h4{
	font-size: 95%;
	color: #022464;
	padding-top: 1px;
	text-align: center;
	padding-left: 0px;
	text-decoration: none;
	border-bottom: 1px solid #022464;
	padding-bottom: 3px;
}

#leftColumn h5{
	font-size: 95%;
	color: #022464;
	padding-top: 2px;
	text-align: center;
	padding-left: 0px;
	padding-bottom: 2px;
	background-color: #eeeeee;
	border-top: 1px solid #cccccc;
	margin-top: 2px;
}

#leftColumn ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#leftColumn ul a:link, #leftColumn ul a:visited {
	display: block;
	color: #022464;
	text-align: left;
	text-decoration: underline;
	font-size: 100%;
}

#leftColumn ul a:hover {
	color: #0046d5;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftColumn li {
	padding: 3px 3px 3px 0px;
	line-height: 1.2em;
	text-align: left;
}

.leftColumnTitle {
	color: #FF0000;
	padding: 2px 0px 5px 5px;
	font-weight: bold;
}



/************* #box styles *************/

#box{
	margin-left: 0px;
	float: left;
	padding: 5px;
	border: 1px solid #022464;
	background-color: #0046d5;
	color: f5f5f5;
	width: 290px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

#box a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#box a:visited{
	color: #FFFFFF;
}

#box a:hover{
	color: #eeeeee;
}

#box p{
	font-size: 90%;
	color: #022464;
	padding-top: 0px;
	text-align: left;
	padding-left: 0px;
	text-decoration: none;
	padding-bottom: 0px;
}

#box h4{
	font-size: 95%;
	color: #022464;
	padding-top: 1px;
	text-align: center;
	padding-left: 0px;
	text-decoration: none;
	border-bottom: 1px solid #022464;
	padding-bottom: 3px;
}

#box h5{
	font-size: 95%;
	color: #022464;
	padding-top: 2px;
	text-align: center;
	padding-left: 0px;
	padding-bottom: 2px;
	background-color: #eeeeee;
	border-top: 1px solid #cccccc;
	margin-top: 2px;
}

#box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#boxn ul a:link, #box ul a:visited {
	display: block;
	color: #022464;
	text-align: left;
	text-decoration: underline;
	font-size: 100%;
}

#box ul a:hover {
	color: #0046d5;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#box li {
	padding: 3px 3px 3px 0px;
	line-height: 1.2em;
	text-align: left;
}


/************* #prHeading styles *************/

#prHeading{
	width: 320px;
	margin-top: 10px;
	float: left;
	padding: 0px 8px 5px 8px;
	margin-bottom: 20px;
}

#prHeading a:link {
	color: #022464;
	text-decoration: underline;
}

#prHeading a:visited{
}

#prHeading a:hover{
	color: #0046d5;
}

#prHeading p{
	font-size: 80%;
	color: #0046D5;
	text-align: justify;
	text-decoration: none;
}

#prHeading h4{
	font-size: 95%;
	color: #022464;
	padding-top: 1px;
	text-align: center;
	padding-left: 0px;
	text-decoration: none;
	border-bottom: 1px solid #022464;
	padding-bottom: 3px;
}

#prHeading h5{
	font-size: 95%;
	color: #022464;
	padding-top: 2px;
	text-align: center;
	padding-left: 0px;
	padding-bottom: 2px;
	background-color: #eeeeee;
	border-top: 1px solid #cccccc;
	margin-top: 2px;
}

#prHeading ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#prHeading ul a:link, #prHeading ul a:visited {
	display: block;
	color: #022464;
	text-align: left;
	text-decoration: underline;
	font-size: 100%;
}

#prHeading ul a:hover {
	color: #0046d5;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#prHeading li {
	padding: 3px 3px 3px 0px;
	line-height: 1.2em;
	text-align: left;
}


/************* #nestedNav styles *************/

#nestedNav{
	height: auto;
	width: auto;
	margin-left: 8px;
	border-bottom: 1px solid #022464;
	border-top: 1px solid #022464;
	border-left: 1px solid #022464;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 96%;
	background-color: #FFFFFF;
}

#nestedNav a:link {
}

#nestedNav a:visited{
}

#nestedNav a:hover{
	color: #0080C0;
	text-decoration: underline;
}

#nestedNav h3{
	font-size: 90%;
	color: #FFFFFF;
	padding-top: 1px;
	text-align: left;
	padding-left: 5px;
	background-color: #0080C0;
}

#nestedNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nestedNav ul a:link, #nestedNav ul a:visited {
	display: block;
	font-size: 95%;
	color: #333333;
	text-align: left;
	text-decoration: underline;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#nestedNav li {
	padding: 3px 3px 3px 5px;
	line-height: 1.2em;
}

.nestedNavTitle {
	color: 333333;
	font-size: 90%;
	display: block;
	text-align: center;
}

.nestedNavPassive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-transform: none;
	color: #EEEEEE;
	width: auto;
	padding: 3px 0px 3px 10px;
	border-top: 1px solid #cccccc;
	display: block;
	background-color: #022464;
}

/************* #imageBox styles *************/

#imageBox{
	float: right;
	border: 1px solid #dddddd;
	background-color: #FFFFFF;
	width: 280px;
	margin: 5px 0px 5px 8px;
	padding: 0px;
}

#imageBox a:link {
}

#imageBox a:visited{
}

#imageBox a:hover{
	color: #000000;
	background-color: #0080C0;
	text-decoration: none;
}

#imageBox h3{
	font-size: 90%;
	color: #FFFFFF;
	padding-top: 1px;
	text-align: left;
	padding-left: 5px;
	background-color: #0080C0;
}

#imageBox img{
	float: right;
}

.imageBoxCaption {
	color: #CCCCCC;
	background-color: #000000;
	display: table-caption;
	text-align: center;
}

/************** notification styles ***************/
#notification{
	margin-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	border: 1px solid #dddddd;
	background-color: #CCCCCC;
}

.notification p{
	padding: 5px 0px 10px 0px;
	text-align: left;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 75%;
	text-align: justify;
}

.feature h3{
	padding: 0px 0px 5px 0px;
	text-align: left;
}

.feature h6{
	padding: 0px 0px 5px 0px;
	text-align: left;
	display: block;
	font-size: 100%;
	color: #000000;
	border-bottom: 1px solid #0046d5;
}

.feature img{
	margin: 5px 0px 5px 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .prFeature styles ***************/

.prFeature{
	padding: 5px 8px 15px 10px;
	font-size: 75%;
	text-align: justify;
	margin-top: 10px;
}

.prFeature h3{
	padding: 0px 0px 5px 0px;
	text-align: left;
}

.prFeature h6{
	padding: 0px 0px 5px 0px;
	text-align: left;
	display: block;
	font-size: 100%;
	color: #000000;
	border-bottom: 1px solid #0046d5;
}

.prFeature img{
	margin: 20px 0px 0px 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */



/************** .nlFeature styles ***************/

.nlFeature{
	padding: 5px 8px 15px 10px;
	font-size: 75%;
	text-align: justify;
	margin-top: 10px;
}

.nlFeature h3{
	padding: 0px 0px 5px 0px;
	text-align: left;
}

.nlFeature h6{
	padding: 0px 0px 5px 0px;
	text-align: left;
	display: block;
	font-size: 100%;
	color: #000000;
	border-bottom: 1px solid #0046d5;
}

.nlFeature img{
	margin: 20px 0px 0px 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .story styles *****************/

.story{
	clear: both;
	padding: 5px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 4px 0px 4px 0px;
	text-align: justify;
}

.story img{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


/************** .homeAd styles *****************/

.homeAd {
	clear: both;
	font-size: 80%;
	width: 525px;
	background-image: url(images/home1.jpg);
	background-repeat: no-repeat;
	height: 347px;
	margin-left: 10px;
}


#homeAdBox{
	width: 200px;
	z-index: auto;
	margin-top: 120px;
	float: left;
	clear: both;
	padding-left: 180px;
	text-align: center;
}


/************** .nl styles *****************/

.nl{
	clear: both;
	font-size: 80%;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	color: #022464;
	padding: 5px;
}

.nl p{
	padding: 4px 0px 4px 0px;
	text-align: justify;
}

.nl img{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 70%;
	color: #949494;
	padding: 10px 10px 10px 10px;
	margin-top: 20px;
	width: 535px;
	float: right;
	background-color: #EEEEEE;
	border: 1px solid #cccccc;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	font-size: 0.8em;
	float: right;
	white-space: nowrap;
	margin-right: 4px;
	padding-top: 16px;
}

#search form{
	margin: 0px;
	padding: 0px;
}

#search label{
	margin: 0px;
	padding: 0px;
}
#search a:link{
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: 100%;
	color: #EEEEEE;
	background-color: #022464;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #cccccc;
}

#search a:visited{
	color: #EEEEEE;
	background-color: #022464;
}

#search a:hover{
	text-decoration: none;
	color: #242424;
	background-color: #BACAEA;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	font-size: 75%;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}
#navBar ol {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 8px;
}
#navBar ol a:link, #navBar ol a:visited {
	display: inline;
	font-size: 75%;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks h3{
	padding: 8px 0px 2px 10px;
	font-size: 80%;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	font-size: 75%;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

/*********** #sectionLinksHrz styles ***********/

#sectionLinksHrz{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	text-align: right;
}

#sectionLinksHrz h3{
	padding: 8px 0px 2px 10px;
	font-size: 80%;
}

#sectionLinksHrz a:link{
	padding: 2px 0px 2px 10px;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	font-size: 75%;
}

#sectionLinksHrz a:visited{
	padding: 2px 0px 2px 10px;
}

#sectionLinksHrz a:hover{
	padding: 2px 0px 2px 10px;
	border-bottom: 2 px solid #cccccc;
}



/*********** .tools styles ***********/

#tools{
	width: 168px;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}

#tools p{
	font-size: 75%;
	color: #666666;
	border-bottom: 1px solid #cccccc;
	margin-top: 5px;
}

#tools form{
	margin-top: 5px;
	margin-bottom: 5px;
}


#tools ul a:link, #tools ul a:visited {
	display: inline;
	font-size: 100%;
	text-decoration: underline;
}

#tools ul a:hover{
	color: #0046d5;
}

#tools ul {
	list-style: none;
	margin: 8px 0px 5px 0px;
	font-size: 73%;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#tools li {
	display: block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #022464;
}

#tools h3 {
	display: block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #0046D5;
	font-size: 80%;
}


/*********** .toolsHrz styles ***********/

#toolsHrz{
	margin-left: 10px;
	width: 175px;
	float: right;
	margin-right: 8px;
}

#toolsHrz p{
	font-size: 75%;
	color: #666666;
	border-bottom: 1px solid #cccccc;
	margin-top: 5px;
}

#toolsHrz form{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 80%;
}


#toolsHrz ul a:link, #toolsHrz ul a:visited {
	display: inline;
	font-size: 100%;
	text-decoration: underline;
}

#toolsHrz ul a:hover{
	color: #0046d5;
}

#toolsHrz ul {
	list-style: none;
	margin: 8px 0px 5px 0px;
	font-size: 73%;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#toolsHrz li {
	display: block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #022464;
}

#toolsHrz h3 {
	display: block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #0046D5;
	font-size: 80%;
}





/*********** Article Viewer Toolbar styles ***********/

#av{
	margin-left: 10px;
	float: right;
	margin-right: 8px;
}

#av p{
	font-size: 75%;
	color: #666666;
	border-bottom: 1px solid #cccccc;
	margin-top: 5px;
}

#av form{
	margin-top: 5px;
	margin-bottom: 5px;
}


#av ul a:link, #av ul a:visited {
	display: inline;
	font-size: 100%;
	text-decoration: underline;
}

#av ul a:hover{
	color: #0046d5;
}

#av ul {
	list-style: none;
	margin: 8px 0px 5px 0px;
	font-size: 73%;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#av li {
	display: inline;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #022464;
	margin-right: 15px;
}

#av h3 {
	display: block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #0046D5;
	font-size: 80%;
}



/*********** .homeNews styles ***********/

#homeNews{
	width: 168px;
	margin-left: 8px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#homeNews p{
	font-size: 75%;
	color: #666666;
	border-bottom: 1px solid #cccccc;
	margin-top: 5px;
}

#homeNews form{
	margin-top: 5px;
	margin-bottom: 5px;
}


#homeNews ul a:link, #homeNews ul a:visited {
	display: inline;
	font-size: 100%;
	text-decoration: underline;
}

#homeNews ul a:hover{
	color: #0046d5;
}

#homeNews ul {
	list-style: none;
	margin: 2px 0px 2px 0px;
	font-size: 73%;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#homeNews li {
	display: inline;
	border-bottom: 1px solid #ccc;
	color: #022464;
	margin-left: 0px;
}

#homeNews h3 {
	display: block;
	border-bottom: 1px solid #ccc;
	color: #0046D5;
	font-size: 80%;
	padding: 5px 0px 2px 2px;
}

/*********** .clientLoginstyles ***********/

#clientLogin{
	width: 168px;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}

#clientLogin p{
	font-size: 75%;
	color: #666666;
	border-bottom: 1px solid #cccccc;
	margin-top: 5px;
}

#clientLogin form{
	margin-top: 5px;
	margin-bottom: 5px;
}


#clientLogin ul a:link, #clientLogin ul a:visited {
	display: inline;
	font-size: 100%;
	text-decoration: underline;
}

#clientLogin ul a:hover{
	color: #0046d5;
}

#clientLogin ul {
	list-style: none;
	margin: 8px 0px 5px 0px;
	font-size: 73%;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#clientLogin li {
	display: block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #022464;
}

/************** #advert styles **************/

#advert{
	padding: 0px;
	border-top: 1px solid #cccccc;
	margin-left: 10px;
	font-size: 76%;
}

#advert img{
	display: inline;
	vertical-align: baseline;
	border: 1px solid #022464;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #dropDown feilds **************/
.dropDown {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #eeeeee;
	height: auto;
	width: 160px;
	background-color: #022464;
	border: 1px solid #cccccc;
	display: compact;
	font-size: 0.9em;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
}

/************** #form feilds **************/
.formTextField {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #022464;
	height: auto;
	width: auto;
	background-color: #F5F5F5;
	border: 1px solid #cccccc;
	display: compact;
	font-size: 0.9em;
}
.formButton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #EEEEEE;
	height: auto;
	width: auto;
	background-color: #022464;
	display: inline;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	white-space: nowrap;
	border: 1px solid #EEE;
	font-size: 0.9em;
}

.formCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	display: block;
	color: #666666
}


.inactiveLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-transform: none;
	color: #CCCCCC;
	width: auto;
	padding: 2px 0px 2px 10px;
}

.dbOutput {
	color: #FF0000;
}

.passive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-transform: none;
	color: #EEEEEE;
	width: auto;
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	display: block;
	background-color: #022464;
}

.incomplete {
	color: #CCCCCC;
}

.highlight {
	color: #666666;
	font-weight: bold;
	font-size: 100%;
}

.faq {
	color: #0046D5;
}

.blueText {
	color: #0046d5;
}

.dbPostedDate {
	color: #0080C0;
	font-size: 90%;
	text-indent: 16px;
}

.prTitle {
	color: #FFFFFF;
	font-size: 90%;
	display: block;
	border-bottom: 1px solid #EEE;
}

.prTitle a:link {
	text-decoration: none;
}

.prTitle a:hover {
	text-decoration: underline;
}

.legendStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#thanks{
	width: auto;
	padding-right: 20px;
	margin: 0px auto;
}

#thanks p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.legendStyleThanks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

/************** .tabs styles **************/

.tabs {
	position:relative;
	height: 25px;
	margin: 0;
	padding: 0;
	background:url("bar_off.gif") repeat-x;
	overflow:hidden;
	padding-top: 4px;
}

.tabs li {
	display:inline;
}

.tabs a:hover, .tabs a.tab-active {
	background:#fff url("bar_on.gif") repeat-x; 
	border-right: 1px solid #fff;
}

.tabs a  {
	height: 25px; 
	font:11px verdana, helvetica, sans-serif;
    position:relative; 
	padding:6px 10px 10px 10px; 
	margin: 0px -4px 0px 0px; 
	color:#022464;
	text-decoration:none;
	border-left:1px solid #fff; 
	border-right:1px solid #6D99B6;
}

.tab-container {
	background: #fff; 
	border:1px solid #cccccc;
}

.tab-panes {
	margin: 3px 0px 3px 8px;
	padding-bottom: 10px;
}
.pointRight {
	vertical-align: baseline;
	margin: 0px;
	border: 0px;
	text-align: left;
	clear: left;
}

/************* #photoCentred styles *************/

#photoCentered{
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}


/************* #contact styles *************/

#contact{
	margin-bottom: 15px;
}

#contact a:link {
	color: #022464;
	text-decoration: underline;
}

#contact a:visited{
}

#contact a:hover{
	color: #0046d5;
}

#contact p{
	font-size: 80%;
	color: 333333;
	padding-top: 0px;
	text-align: left;
	padding-left: 0px;
	text-decoration: none;
	padding-bottom: 0px;
}

#contact h4{
	font-size: 95%;
	color: #022464;
	padding-top: 1px;
	text-align: center;
	padding-left: 0px;
	text-decoration: none;
	border-bottom: 1px solid #022464;
	padding-bottom: 3px;
	background-color: #f3f3f3;
	border-top: 1px solid #022464;
}

#contact h5{
	font-size: 95%;
	color: #0046D5;
	padding-top: 3px;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 3px;
	display: block;
	background-color: #eeeeee;
	background: url("bar_off.gif") repeat-x;
}

#contact ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#contact ul a:link, #contact ul a:visited {
	display: block;
	color: #022464;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	font-size: 95%;
}

#contact ul a:hover {
	color: #0046d5;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#contact li {
	padding: 3px 3px 3px 0px;
	line-height: 1.2em;
	text-align: left;
}



/************* #intheNews styles *************/

#intheNews{
	margin-bottom: 10px;
	margin-top: 15px;
	padding-bottom: 5px;
}

#intheNews a:link {
	color: #022464;
	text-decoration: underline;
}

#intheNews a:visited{
}

#intheNews a:hover{
	color: #0046d5;
}

#intheNews p{
	font-size: 100%;
	color: 333333;
	padding-top: 0px;
	text-align: left;
	padding-left: 0px;
	text-decoration: none;
	padding-bottom: 0px;
	display: inline;
}

#intheNews h4{
	color: #022464;
	text-align: left;
	text-decoration: none;
	padding-bottom: 3px;
	padding-top: 2px;
	font-size: 90%;
}

#intheNews h5{
	font-size: 95%;
	color: #0046D5;
	padding-top: 3px;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 3px;
	display: block;
	background-color: #eeeeee;
	background: url("bar_off.gif") repeat-x;
}

#intheNews ul {
	list-style: none;
	margin-left: 0px;
}

#intheNews ul a:link, #intheNews ul a:visited {
	display: block;
	color: #022464;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	font-size: 95%;
}

#intheNews ul a:hover {
	color: #0046d5;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#intheNews li {
	line-height: 1.2em;
	text-align: left;
	display: inline-table;
}
