/* CSS Document */

body { padding:0px; margin:0px 0px 0px 0px; background-color:#5196b9; } /*default font-family and font color*/

h1 { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#02234b; font-weight:bold;}

h2 { font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#02234b; font-weight:bold;}

/*some standards*/

.header{ font-family:Arial, Helvetica, sans-serif;
			color:#ffffff;
			font-size:12px; }
			
.header_txt { }

.header a:link, .header a:visited { font-family:Arial, Helvetica, sans-serif;
									color:#ffffff;
									font-size:12px;
									text-decoration:none; } 
			
.header a:hover { font-family:Arial, Helvetica, sans-serif;
					color:#ffffff;
					font-size:12px;
					text-decoration:underline; }


.page_title { }
			
.sub_title { }



form, ul, ol, h1, h2, h3, h4, h5 { padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px; }
p { margin:0px; }
a img { border: none; } /*default border attribute on images that have a link*/

/*basics*/
.fs10 { font-size:10px; }
.fs11 { font-size:11px; }
.fs12 { font-size:12px; }
.fs13 { font-size:13px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs17 { font-size:17px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }
.fs21 { font-size:21px; }
.fs22 { font-size:22px; }
.fs23 { font-size:23px; }
.fs24 { font-size:24px; }
.fs25 { font-size:25px; }
.fs30 { font-size:30px; }

.fw600 {font-weight:600}
.fw700 {font-weight:700}
.fw800 {font-weight:800}
.fw900 {font-weight:900}

.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; /*border-bottom:1px solid #3366FF;*/ }

/*td's padding or sample padding to be use*/

.main__block { }

.main_area { padding:20px 21px 30px 16px; }

.main, td{ font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#02234b; }
			
.main a:link, .main a:visited { font-family:Arial, Helvetica, sans-serif;
								font-size:12px;
								color:#02234b;
								text-decoration:underline; }
			 
.main a:hover { font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#02234b;
				text-decoration:none; } 
				
/*home only*/
.home { font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#023f88;
		text-decoration:none;}

.home a:link, .home a:visited { font-family:Arial, Helvetica, sans-serif;
								font-size:10px;
								color:#023f88;
								text-decoration:none; }
			 
.home a:hover { font-family:Arial, Helvetica, sans-serif;
				font-size:10px;
				color:#023f88;
				text-decoration:underline; } 
				
		
/*.overflow {overflow:auto; height:300px; width:500px;}*/


/*default color on text-links and text-decoration*/

a:link {  }

a:visited { }

a:hover { }

/*to override default color on text-links and text-decoration*/
.a1 a:link, .a1 a:visited {  } 
.a1 a:hover {  } 

/*css navigation | main nav*/
.nav_block { }

.nav { background-image:url(../new-TemplateImages/nav-bg.jpg);
		background-repeat:no-repeat; 
		background-position:left top;
		font-weight:bold;
		color:#023f88; }
		 
.nav a:link, .nav a:visited { font-family:Arial, Helvetica, sans-serif; 
								font-size:12px; 
								color:#023f88; 
								text-decoration:none; 
								font-weight:bold; }

.nav a:hover { font-family:Arial, Helvetica, sans-serif; 
				font-size:12px; 
				color:#2270cc; 
				text-decoration:none; 
				font-weight:bold; }

.bar {padding:0px 14px;}

#currentnavpage { }
#navfirst {  }
#navlast { }
#navfirst:hover { }
#navlast:hover { }
#currentnavfirst { }
#currentnavlast { }

.vnav_block { }

.vnav { font-family:Arial, Helvetica, sans-serif; color:#023f88; font-size:12px; font-weight:bold; }		
.vnav a:link, .vnav a:visited { font-family:Arial, Helvetica, sans-serif; color:#023f88; font-size:12px; font-weight:bold; text-decoration:none; }
.vnav a:hover { font-family:Arial, Helvetica, sans-serif; color:#023f88; font-size:12px; font-weight:bold; text-decoration:underline; }

.contact { }
.contact_link a { }
.contact_link a:link, .contact_link a:visited { }
.contact_link a:hover { }
			
#current_top_nav { }

/*footer nav*/
.footer_block { }
				
.footer { font-family:Arial, Helvetica, sans-serif;
			color:#FFFFFF;
			font-size:10px;
			background-image:url(../new-TemplateImages/footer-bg.jpg);
			background-repeat:no-repeat;
			background-position:left top;
			background-color:#023f88; }

.footer a:link, .footer a:visited { font-family:Arial, Helvetica, sans-serif;
									color:#FFFFFF;
									font-size:10px;
									text-decoration:none; }

.footer a:hover { font-family:Arial, Helvetica, sans-serif;
					color:#FFFFFF;
					font-size:10px;
					text-decoration:underline; }
		

/*add-ons*/
/*sample font color to be use*/
.black { color:#000000; }
.white { color:#FFFFFF;}
/*sample font-family to be use*/
.ff_a { font-family:Arial;}
.ff_cs { font-family:"Comic Sans MS"; }
/*font attrributes for form, e.g., input box, textarea, select*/
.form { font-family:Arial; font-size:12px;} 
