/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height:18px;	
	margin: 0px;
	padding: 0px;
	
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
/* 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: 120%;
 color: #334d55;
}

h2{
 font-size:18px;
 font-weight:normal;
 color: #414141;
}


h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
 background-image:url(images/hbg.gif);
 background-repeat:repeat-y;
}

.rightblue{
	border-right:1px solid #;
	background-color:#D3E0FF;
}
.bottomblue{
	border-bottom:1px solid #666;
}
.border{
	border:1px solid #2441B9;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
.relatedLinks .sub{
	 font-size:95%;
	 color:#ffffff;
	 background-color:#2441B9;
	 padding:2px 0px 2px 4px;
	 font-weight:bold;
}
.relatedLinks .sub a:link, .relatedLinks .sub a:visited{
	 font-size:95%;
	 color:#ffffff;
	 background-color:#2441B9;
	 font-weight:bold;
}
.leftmain{
 font-size:95%;
 color: #2441B9;
 background-color:#AABDF8;
 padding:2px 0px 2px 10px;
 font-weight:bold;
 border-bottom:1px solid #2441B9;
}
.leftmain a:link, .leftmain a:visited{
 font-size: 10px;
 color: #2441B9;
 padding:2px 0px 2px 5px;
 font-weight:bold;

}



.breadcrumb{
 font-size:12px;
 color: #334d55;
 background-color:#AABDF8;
 padding:2px 0px 2px 2px;
/* border-bottom:1px solid #fff;
 border-bottom:1px solid #666;*/
 height:20px;
}
.breadcrumb a:link, .breadcrumb a:visited{
 font-size: 95%;
 color: #2441B9;
 padding:2px 0px 2px 5px;
 font-weight:bold;

}



.submenu{

 font-size:10px;
 color: #334d55;
 background-color:#D3E0FF;
 padding:2px 0px 2px 2px;
/* border-bottom:1px solid #fff;
 border-bottom:1px solid #666;*/
 height:20px;


}
.submenu a:link, .submenu a:visited{

 font-size:10px;
 color: #334d55;
 padding:2px 0px 2px 2px;
}					

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
	float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

.globalNav{
color: #ffffff;
background-color:#2441B9;
}
/* '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{
padding: 0px 0px 0px 0px;
}

.globalNav a:link, .globalNav a:visited{
	color:#ffffff;
	font-size:13px;
	padding: 0px;
	font-weight:bold;
	
	
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size:11px;
	font-weight:bold;
	color:#444;
	padding: 5px 0px 0px 10px;
	background-color:#AABDF8;
	height:20px;
	border-bottom:1px solid #fff;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* 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{
	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;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#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;
}


/*********** .relatedLinks styles ***********/

.midtxt{
	margin: 0px;
	padding:0px;
	font-size:13px;
	color:#000000;
	line-height:18px;
}
.smtxt{	
	margin: 0px;
	padding:0px;
	font-size:11px;
	color:#444;
	border-top:1px solid #ccc;
}
.subhead{
 font-size:18px;
 font-weight:normal;
 color: #414141;
 border-bottom:1px solid #ccc;
 background-color:#E5E5E5;
 
}

.relatedLinks{
	margin: 0px;
	padding:0px;
	font-size:12px;
	color:#000000;
	line-height:normal;
	border:1px solid #ccc;
}

.relatedLinks a:link, .relatedLinks a:visited{
	margin: 0px 0px 0px 0px;
	padding:0px;
	font-size:12px;
	color:#000000;
	line-height:normal;
}

.relatedLinks h2 a:link, .relatedLinks h2 a:visited{
	padding:0px;
	margin:0px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	
}
.latestinfo{
	margin: 0px;
	padding: 4px 0px 4px 0px;
	font-size:12px;
	
}
.latestinfo a:link, .latestinfo a:visited{
	margin: 0px;
	padding: 4px 0px 4px 0px;
	font-size:12px;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	
	
}
.latestinfo h3{
	padding: 0px 0px 2px 10px;
	margin:0px;
	color:#fff;
	font-size:16px;
	
	
}

/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #footer styles **************/

.footer{
	font-size:12px;
	font-weight:normal;
	background-color:#fff;
	height:30px;
	border-top:2px solid #2441B9;
	padding:10px 5px 0px 0px;
	text-align:right;	
}

 .box-border {
	border:1px solid #00395C;
	background-color:#ADBEFF;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	}
.txt-head{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	border-bottom:3px;
	border-bottom-color:#00395C;
	border-bottom-style:solid;
	padding-right:5px;
	padding-top:5px;
}
.td-border {
	border-bottom:0px solid #00395C;
	border-left:0px solid #00395C;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	}
.input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:1px;
	border:1px solid #00395C ;
	color:#000000;
	}
.submit-button {
	border:1px solid #00395C ;
	background-color:#ADBEFF;
	padding:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#000000;
	}	
#tdtop-border {
	border-top:0px solid #00395C;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	padding-right:10px;
	}
 .errormessage
{
	font-size:11px;
	color:#ff0000;
	
}

.midtxt h1{
	margin: 0px;
	padding:0px;
	font-size:18px;
	color:#2441B9;
	border:1px solid #2441B9;
	padding:4px;
	line-height:18px;
	display:block;
}
.midtxt h2{
	margin: 0px;
	padding:0px;
	font-size:16px;
	color:#2441B9;
	line-height:18px;
	font-weight:bold;
}
.midtxt h3{
	margin: 0px;
	padding:0px;
	font-size:14px;
	color:#2441B9;
	border:1px solid #2441B9;
	padding:2px;
	line-height:18px;
	display:block;
}
.midtxt h4{
	margin: 0px;
	padding:0px;
	font-size:12px;
	color:#000;
	line-height:18px;
	font-weight:bold;
}
.midtxt h5{
	margin: 0px;
	padding:0px;
	font-size:11px;
	color:#000;
	border:1px solid #ccc;
	line-height:18px;
	font-weight:bold;
}
.midtxt h6{
	margin: 0px;
	padding:0px;
	font-size:10px;
	color:#000;
	border:1px solid #ccc;
	line-height:18px;
	font-weight:bold;
}