@charset "utf-8";
	/* CSS Document */
	
	BODY{
		margin:0px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		background-image:url(/global/images/background-3.jpg) !important;
		background-repeat:no-repeat;
		background-position:top;
		background-attachment:fixed !important;
	}
	
	#header{
		width: 779px;
		margin: auto;
		clear:both;
		background-color:#FFFFFF;
	}

#logo{
		width:358px;
		height:140px;
		float:left;
		text-align:center;
	}
	
	#logo a h1{
		font-family: Georgia;
		font-size: 24px;
		color: #00509E;
		font-weight: normal;
		text-decoration:none;
		padding:0px;
		margin:0px;
	}
	
	#header_right_container{
		width:420px;
		height:140px;
		float:right;
	}
	
	
	.cf{
		height:1px;
		font-size:1px;
	}
	.lbreak10
	{
		height:10px;
		display:block;
	}
	
	/*_____________login panel Codes Start________________*/
	
	
	.login_container{
		width:771px;
		margin:auto;
		background-color:#e2ebf4;
		display:none;
		text-align:right;
	}
	
	.login_container_bl_curve{
		background-image:url(../images/login_container_bl_cor.gif);
		background-repeat:no-repeat;
		background-position:bottom left;}
	
	.login_container_br_curve{
		/*background-image:url(../images/login_container_br_cor.gif);*/
		background-repeat:no-repeat;
		background-position:bottom right;}
	
	.login_main_content{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		padding:20px;
		padding-right:10px;
	}
	
	.login_button{
		width:775px;
		margin:auto;
		margin-top:0px;
		text-align:right;
		padding-right:27px;
	}
	
	.login_button a{
		display:block;
		background-image:url(../images/login.gif);
		background-repeat:no-repeat;
		width:77px;
		height:17px;
		float:right;
	}
	/*_____________login panel Codes End________________*/
	
	
	/*__________Search Area Start_______________________*/
	
	.search_container {
		background-image: url(../images/search_bg.gif);
		background-repeat: no-repeat;
		height: 95px;
		width: 305px;
		float: right;
		margin-top: 40px;
	}
	
	.search_container input{
		float:left;
	}
	
	.txtBox{
		border:0px solid #fff;
		width:192px;
		height:20px;
		margin:32px 0px 0px 20px;
	}
	
	.button{
		background-image: url(../images/search_btn.gif);
		background-repeat:no-repeat;
		background-color:Transparent;
		font-family: arial;
		font-size: 12px;
		color: #333333;
		border: 0px;
		width: 58px;
		height:25px;
		line-height: 25px;
		margin:31px 0px 0px 10px;}
	/*__________Search Area End_______________________*/
	
	/*________________Top Navigation Codes Start________*/
	
	.top_navigation_container{
		clear:both;
		margin:0px;
		padding:0px;
		background-color: #e5edf5;
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-top-style: solid;
		border-bottom-style: solid;
		border-top-color: #7fa7ce;
		border-bottom-color: #7fa7ce;
		height: 35px;
	}
	
	.top_navigation_container ul{
		margin:0px;
		padding:0px;
	}
	
	
	.top_navigation_container li{
		list-style-type: none;
		display: block;
		float: right;
	}
	
	.top_navigation_container li a{
		line-height: 35px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #00509e;
		font-weight: normal;
		text-decoration: none;
		margin-right: 6px;
		margin-left: 6px;
		padding: 8px;
	}
	
	.top_navigation_container li a:hover{
		border-top: 2px solid #00509e;
	}
	
	.top_navigation_container ul li.active a{
		border-top: 2px solid #00509e;
	}
	
	/*________________Top Navigation Codes End________*/
	
	
	/*_____________Middle Area Codes Start____________*/
	
	#midcontainer{
		clear:both;
		width:775px;
		height:auto;
		margin:auto;
		padding:10px 2px 2px 2px;
                background-color:#FFF;
        }
	
	#leftPanel{
		width:774px;
		float:left;
                background-color:#FFF;
	}
	
	#rightPanel{
		padding-left:10px;
		background-color:#f2f2f2;
		width:40%;
		float:right;
		display:block;
		margin-right:5px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;

	}
	
	#rightPanel_inner{
		width:498px;
		float:right;
	}
	
	#calendar_panel{
		width:100%;
		float:right;
	}
	
	#leftPanel_inner{
		background:url(../images/left_nav_bg.gif) no-repeat right top;
		width:262px;
		float:left;
		padding:2px 2px 0px 0px;
	}
	/*_____________Middle Area Codes End____________*/
	
	
	/*_____________Middle Area Navigation 1 Codes Start____________*/
	
	.leftNavContainer{
		background:url(../images/left_nav_bg.gif) no-repeat right top;
		width:255px;
		float:left;
		padding:2px 2px 0px 0px;
	}
	
	.leftNavContainer a{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		display: block;
		color: #00509e;
		text-decoration: none;
		padding: 4%;
		width:92%;
		border-bottom: 1px dashed #c8c6b7;
		text-transform:uppercase;
	}
	
	.leftNavContainer a:hover{
		background: url(../images/left_nav_hover.gif) no-repeat right top;
		text-decoration:underline;
	}
	
	
	.middleNavContainer{
		padding:2px 2px 2px 2px;
		float:right;
		background-color:#ccc;
		margin:0px;

	}
	
		
	/*_____________Middle Area Navigation 1 Codes End____________*/
	
	
	
	/*____________Footer Codes Start____________________*/
	
	#footer {
		width:779px;
		margin:auto;
		margin-top:10px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #666666;
		text-align: center;
		background-image: url(../images/footer_bg.gif);
		background-repeat: repeat-x;
		padding: 10px 0px 10px 0px;
		display:block;
		clear:both;
	}
	
	/*____________Footer Codes End____________________*/
	
	/*__________Homep Page Right Panel Codes Start______________*/
	
	.rightPanelHeading{
		font-family: geogia;
		font-size: 15px;
		color: #01509f;
	}
	/*__________Homep Page Right Panel Codes End______________*/
	
	/*__________ Links Codes Start______________*/
	
	.featured_links {
		width:55%;
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 12px;
		line-height: 18px;
		color: #525050;
		padding-top: 0px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		display:block;
		float:left;
	}
	.featured_links b{
		color:#00509e !important;
	}
	.featured_links h2 {
		margin:0px;
		padding-bottom:15px;
		font-family:Georgia, "Times New Roman", Times !important;
		font-size:20px;
		color:#00509e;
		font-weight:normal;
	}
	
	.dates {
		background-image: url(../images/date_bullet.gif);
		background-repeat: no-repeat;
		background-position: left top;
		text-indent: 20px;
		padding: 3px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #808080;
		width: 280px;
	}
	
	/*__________Featured Links Codes End______________*/
	
	
	/*__________Quick Links Codes Start______________*/
	
	.quick_links {
		background-color: #f8f8f8;
		text-align: center;
		margin: 5px;
		padding: 10px;
		border: 1px solid #e7e5e5;
	}
	
	.quick_links h2{
		font-family: georgia;
		font-size: 1.3em;
		font-weight: normal;
		color: #5b5a56;
		font-style: italic;
		text-align: left;
	}
	
	/*__________Quick Links Codes End______________*/
	
	/*__________Right Panel Ranking Codes Start______________*/
	
	.rightPanelContentHeading{}
	
	.rightPanelContentHeading h1{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		color: #01509f;
	}
	
	.rightPanelContentHeading h1 a{
		color: #01509f;
	}
	
	.rightPanelContentHeading h1 a:hover{
		text-decoration:none;
	}
	
	.rightPanelContentHeading h2{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 15px;
		color: #01509f;
	}
	
	.rightPanelContent{}
	
	.date{
	background:url(../images/news_date_bg.gif) no-repeat;
	width:39px;
	height:145px;
	float:left;
	text-align:center;
	font-size:11px;
	padding-top:4px;
	}
	
	.date b{
	color:#00509e;
	}
	
	.desc{
	width:250px;
	height:140px;
	padding-left:8px;
	float:left;
	color:#525050;
	}
	
	.desc b{
	display:block;
	margin-bottom:4px;}
	
	.more {
		width: 125px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #eab816;
		padding-bottom: 2px;
		float: right;
		text-align:center;
		margin-top:10px;
		clear:both;
	}
	.more a{
		background-color:#00509e;
		color:#FFFFFF;
		text-decoration: none;
		font-size: 12px;
		display: block;
		padding: 2px;
	}
	.more a:hover{
		background-color:#2174c4;
	}
	
	.dottedLine{
	clear:both;
	border-bottom:1px dashed #999;
	/*background: url(../images/news_seperator.gif) repeat-x bottom;?*/
	margin-bottom:15px;
	width:100%;
	height:30px;
	_height:2px;
	}
	
	
	.clear_dottedLine{
	clear:both;
	width:100%;
	height:30px;
	_height:2px;
	}
	/*__________Right Panel Ranking Codes End______________*/
	
	.content_detail{}
	
	.content_detail h2{
		/*clear:both;*/
		margin:0px;
		padding:0px;
		font-family:Georgia, "Times New Roman", Times !important;
		font-size:20px;
		color:#00509e;
		font-weight:normal;
	}
	
	.content_detail a{
	color:#2f87df;
	text-decoration:underline;
	}
	
	.content_detail a:hover{
	text-decoration:none;}
	
	/*_____________Inner Navigation Codes Start____________*/
	
	
	#leftPanel_inner ul{
	display:block;
	margin:0px;
	padding:0px;
	}
	
	#leftPanel_inner ul li{
	list-style-type:none;
	display:block;
	}
	
	#leftPanel_inner ul li a{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		display: block;
		color: #00509e;
		text-decoration: none;
		padding: 4% 4% 4% 4%;
		width:92%;
		border-bottom: 1px dashed #c8c6b7;
		text-transform:uppercase;
	}
	
	#leftPanel_inner ul li a.sub-menu{
		background:url(../images/submenu-arrow-icon.gif) no-repeat 20px center;
		text-decoration: none;
		padding: 4% 4% 4% 12%;
		width:84%;
		font-size:10px;
	
	}
	
	#leftPanel_inner ul li a.sub-menu-active{
		background:url(../images/left_nav_active.gif) no-repeat 0px center;
		text-decoration: none;
		padding: 4% 4% 4% 12%;
		width:84%;
		font-size:10px;
		color:#999999;
		font-weight:bold;
	}
	
	#leftPanel_inner ul li a.sub-menu-active:hover{
		background:url(../images/left_nav_active.gif) no-repeat 0px center;
		text-decoration:underline;}
	
	#leftPanel_inner ul li a.sub-sub-menu{
		background:url(../images/subsubmenu-arrow-icon.gif) no-repeat 36px center;
		text-decoration: none;
		padding: 4% 4% 4% 18%;
		width:78%;
		font-size:10px;
		color:#999999;
	}
	
	
	#leftPanel_inner ul li a.lower-menu{
		background:url(../images/subsubmenu-arrow-icon.gif) no-repeat 46px center;
		text-decoration: none;
		padding: 4% 4% 4% 21%;
		width:70%;
		font-size:10px;
		color:#999999;
 	}
		
	
	#leftPanel_inner ul li a:hover{
		background: url(../images/left_nav_hover.gif) no-repeat right top;
		text-decoration:underline;
	}
	
	/*_____________Inner Navigation Codes End____________*/
	
	
	/* _______________MiddleButtons start___________________*/
	#MiddleButtons
	{
	clear:both;
	width:779px;
	float:left;
	/*background-color:#e5edf5;
	border-top:1px solid #7fa7ce;
	border-bottom:1px solid #7fa7ce;*/
	margin:0px;
	padding:0px;
        background-color:#FFF;
	}
	.ThreeLinks
	{
	float:left;
	width:40%;
	padding-left:2px;
	margin:0px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
.ThreeLinks a:link{
		margin-left:5px;
		text-decoration:none;
		margin-right:10px;
	}	
.ThreeLinks a:hover{
	margin-left:5px;
		text-decoration:underline;
		margin-right:10px;
	}
	
.ThreeLinks a:visited{
	margin-left:5px;
		margin-right:10px;
		text-decoration:none;
	}
	
	.ThreeButtons
	{
	float:right;
	width:50%;
	padding:0px;
	margin-top:-15px;
	_margin:0px;
	*margin:0px;
	}
.ThreeButtonsUL UL
{
	margin:0px;
	padding:0px;

}

	.ThreeButtonsUL li{
		list-style-type: none;
		display: block;
		float: right;
		margin:10px 0px 5px 0px;
		padding:0px;
		padding-left:8px;
		padding-right:3px;
	}
	
	.ThreeButtonsUL li a{
		font-family:Arial, Helvetica, sans-serif;
		text-decoration: none;
		margin:0px;
		padding:0px;
		margin-right: 6px;
		margin-left: 6px;
		padding: 0px 2px 2px 2px;
	}


	/*_____________________MiddleButtons end___________________________*/
	
	
	/*_____________It Calendar Codes Start____________*/
	
	.it_calendar caption{
		font-family: "Trebuchet MS";
		font-size: 10pt;
		color: #00509e;
		font-weight: bold;
		line-height: 30px;
	}
	.it_calendar th{
		font-family: arial;
		font-size: 9pt;
		color: #333333;
		text-align: left;
		padding-top: 4px;
		padding-right: 5px;
		padding-bottom: 4px;
		padding-left: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #6091C1;
		background-color: #e5edf5;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #7fa7ce;
	}
	.it_calendar td{
		padding:4px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #333333;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #7fa7ce;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #7fa7ce;
	}
	.it_calendar .clear_right{
	border-right:none;
	}
	.it_calendar .clear_bottom{
	border-bottom:none;
	}
	.it_calendar .clear_both{
	border-right:none;
	border-bottom:none;
	}
	
	
	/*_____________It Calendar Codes End____________*/
	
	
	/*_____________Crumb Trail Codes Start_____________________*/

	#crumbtrail{
	position:relative;
	width:100%;
	float:left;
	}
	
	.crumbtrail{
	height:30px;
	}
	
	.crumbtrail ul{
	display:block;
	margin:0px;
	padding:0px;
	}
	
	.crumbtrail ul li{
	display:block;
	float:left;
	list-style:none;
	margin-right:10px;
	color:#9c9c9c;}
	
	.crumbtrail ul li a{
	display:block;
	background-image:url(../images/crumbtrail_arrow.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:15px;
	text-decoration:none;
	color:#00509e;
	}
	
	/*_____________Crumb Trail Codes end_____________________*/
	
	/*____________ Body styles begins ____________________________*/
	.annotation
	{
	color:#00509e;
	font-size:12px;
	font-weight:bold;
	}
	
	#speechtable
	{
	border:1px solid #ccc;
	margin-left:50px;
	}
	
	.PageTitles
	{
	font-weight:bold;
	font-size:12px;
	}
	/*_________________ Body styles ends _________________________*/
	
	/*_________________ RSS styles Start _________________________*/
	
	.rssfeed{
	padding:2px;
	}
	
	.rssfeed img{
	margin:0px 6px 0px 0px;}
	
	.rss_title{
	font-size:14px;
	font-weight:bold;
	color:#003399;}
	
	.rss_desc{
	font-size:12px;
	color:#000;
	padding:0px 0px 4px 0px;
	margin:0px 0px 6px 0px;
	border-bottom:1px solid #eaeaea;
	}
	/*_________________ RSS styles End _________________________*/
	
	a.permalink{
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#055384;
	padding:0px 0px 5px 20px;
	background:url(/images/check-mark.gif) no-repeat 0px 0px;
	margin:0px;}
	
	a.permalink:hover{
	text-decoration:none;}
	
	.tags{}
	
	.tags a{
		display:block;
		padding:6px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px !important;
		color:#000;
	}
	
	
	.tags a:hover{
		display:block;
		background: url(../images/left_nav_hover.gif) no-repeat right top;
		text-decoration:underline;
	}
	
	.searchResult{
		background:#f8f8f8;
		padding:4px;
		border:1px solid #f3f3f3;
		margin:0px 0px 10px 0px;}
	
	.searchResult a{
		color:#00509e;}
		
	.searchResult a:hover{
		color:#900;}
		
	.searchResultHover{
		padding:4px;
		margin:0px 0px 10px 0px;
		background:#f3f3f3;
		border:1px solid #e9e6e6;
	}
	
	.searchResultHover a{
		color:#00509e;}
	
	.searchResultHover a:hover{
		color:#900;}
