/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

.body{
	font-family: Arial,sans-serif;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a{
	color: #00006a;
	text-decoration: none;
	
}

a:link{
	color: #00006a;
	text-decoration: none;
}

a:visited{
	color: #00006a;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial, sans-serif;
 font-size: 114%;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label2{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
 background-color: #003EBA
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #ff9000;
 background-color: white;
}
hyperlinkalign
{
    text-align: left;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead2{
	padding: 0px 0px 0px;
	border-bottom: 0px solid #0F1273;
	width: 100%;
	height: 215px;
	color: #0D1174;
	text-align: center;
}

#masthead{
	padding: 0px 0px 0px;
	border-bottom: 0px solid #0F1273;
	width: 100%;
	height: 120px;
	color: #00006a;
	text-align: center;
}

#navBar{
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
	background-color: #dfd5cd;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
}
#Contentplace{
	float: none;
	width: auto;
	margin: 0px;
	padding: 0px;
	border-right: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	text-align: center;

}
#headlines{
  float:left;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
	overflow: auto;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #535497;
}


/************* #globalNav styles **************/

#globalNav{
	border-bottom: 1px solid #CCC;
	color: #cccccc;
	float: left;
	height: 106px;
	width: 180px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
	float: none;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 25px;
	font-size: 100%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/
#body{
	font-family: Arial,sans-serif;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #cccccc;
}
#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* 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;}

/*********** #Topnav styles ***********/

#Topnav{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 70%;
}

#Topnav h3{
	padding: 2px 0px 2px 2px;
}

#Topnav a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#Topnav a:hover{
	background-color: #ffffff;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 2px 0px 2px 2px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 2px;
}

#sectionLinks a:hover{
	background-color: #ffffff;
}

#Leftalign{
	text-align: left;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines p{
	padding: 5px 0px 5px 0px;
}
.img1 {
	border: 0px;
	float: right;
}
#TopNav2 {
	padding: 0px 0px 5px 10px;
	border-bottom: 20px solid #0D1174;
	color: #dfd5cd;
}
#TopNav {
	padding: 0px 0px 5px 0px;
	border-bottom: 0px solid #003EBA;
	background-color: #ff9000;
	color: #dfd5cd;
	text-align: left;
	font-size: 80%;
}
#TopImg2 {
	background-color: #003EBA;
	float: none;
	height: 105px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}
#TopImg {
	background-color: #FF9000;
	float: none;
	height: 105px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #dfd5cd;
	border-left: none;
}

#TopImg3 {
	background-color: #cfb4d7;
	float: none;
	height: 105px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #dfd5cd;
	border-left: none;
}

.Img2 {
	float: right;
	background-position: center;
}
.Img3 {
	vertical-align: text-bottom;
	padding-right: 10px;
	float: right;
	clear: none;
}
#navBar1 {

	float: left;
	width: auto;
	margin: 0px;
	padding: 0px;
	background-color: #dfd5cd;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#mainbloc {
	top: 200px;
	left: 2%;
	right: 2%;
	width:100%;
	background-color: #ffffff;
}
.style3 {
	font-SIZE: 12px; color: Red; font-FAMILY: "arial";	text-align: left;
}
.style4 {
	font-weight: bold; COLOR: #9999cc; font-FAMILY: "arial";
}
.style5 {
	COLOR: #000000; font-FAMILY: arial;
}
.style7 {
	font-weight: bold; COLOR: #9999cc; font-FAMILY: "arial";
}
.style8 {
	font-weight: bold; COLOR: #000000; font-FAMILY: "arial";
}
.style10 {
	font-SIZE: 13px; COLOR: #000000; font-FAMILY: "arial";  text-align: left;
}
.style11 {
	font-weight: bold; font-SIZE: 12px; COLOR: #003EBA; font-FAMILY: "Arial"; text-align: left;
}
.style12
{
	font-weight: bold;
	font-size: 16px;
	color: #00006a;
	font-FAMILY: Arial;
	text-align: center;
}
.style13
{
	font-weight: bold;
	font-size: 12px;
	color: #003EBA;
	font-FAMILY: Arial;
}
.style21 {
	font-SIZE: 14px; Z-INDEX: 25; LEFT: 344px; VISIBILITY: visible; WIDTH: 285px; COLOR: #666666; LINE-HEIGHT: 25px; font-FAMILY: Arial, "Gill Sans Light", "Gill Sans MT", "Copperplate Gothic Bold", Papyrus; POSITION: absolute; TOP: 37px; HEIGHT: 179px;
}
.style22 {
	font-WEIGHT: bold; font-SIZE: 12px; Z-INDEX: 24; LEFT: 18px; VISIBILITY: visible; WIDTH: 344px; COLOR: #666666; LINE-HEIGHT: normal; font-FAMILY: Arial; POSITION: absolute; TOP: 76px; HEIGHT: 55px;
}
.style23 {
	font-WEIGHT: bold; font-SIZE: 24px; Z-INDEX: 24; LEFT: 18px; VISIBILITY: visible; WIDTH: 344px; COLOR: #666666; LINE-HEIGHT: normal; font-FAMILY: Arial; POSITION: absolute; TOP: 76px; HEIGHT: 55px;
}
.style27 {
	font-WEIGHT: bold; font-SIZE: 14px; COLOR: #003EBA; font-FAMILY: Arial;
}
.style28 {
	font-WEIGHT: bold; font-SIZE: 12px; COLOR: #003EBA; font-FAMILY: Arial;
}
.style31 {
	COLOR: #000000; font-FAMILY: Arial;
}
.style34 {
	font-WEIGHT: bold; font-SIZE: 14px; COLOR: #87b2a1; font-FAMILY: Arial;
}
.style35 {
	font-WEIGHT: bold; width: 50px; font-SIZE: 11px; COLOR: #222222; font-FAMILY: Arial;
}
.style36 {
	width: auto; font-SIZE: 10px; COLOR: #003EBA; font-FAMILY: Arial; background-color: #dfd5cd
}
.style37 {
	font-WEIGHT: bold; width: 50px; font-SIZE: 12px; COLOR: #222222; font-FAMILY: Arial;
}
.style38 {
	font-WEIGHT: bold; font-SIZE: 16px; COLOR: #003EBA; font-FAMILY: Arial;
}
.style39 {
	font-SIZE: 16px; COLOR: white; font-FAMILY: Arial;
}
.style40 {
	font-weight: bold; font-family: Arial,sans-serif; font-size: 16px; color: #00006a; background-color: #DFD5CD;
}
    .paragraphheader {
        font-family:'Verdana','Arial','Helvetica','Sans-serif';
        font-size:16px;
        font-weight:bold;
        text-decoration:none;
        color:#6A6F93;
    }
.GeneralButton
{
	color: #5f688f;
	background-color: #a2a2ba;
	border-color: #a3b39c;
	border-style: solid;
	border-width: 2px;
	border-style:outset;
	text-decoration: none;
}
.popuppanel
{
    border-color:Black;
    border-style:outset;
    border-width:thin;
    background-color: #fff6ed;
}
/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/*Modal Popup 99cc00*/
.modalBackground {
	background-color: #ff9900;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.modalPopup {
	background-color: #ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.WaterBackground 
{
    color: #ff9900;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}