/* CSS Document */

.header { background-color:#F0F6F6;
		background-image:url(images/header_bg.jpg);
		background-position:left bottom;
		background-repeat:no-repeat;}

.header2 { background-image:url(images/header_bg2.jpg);
		background-position:left top;
		background-repeat:no-repeat;}		
		
.nav_arrw { background-image:url(images/nav_arrw.jpg);
			background-repeat:no-repeat;
			background-position:center center;}	
			
.left_col { padding:4px 0px 5px 0px;}

.left_col_td { padding:10px;}

.main_col { padding:12px 0px 10px 0px;}

.page_title { font-family:Arial;
			color:#031871;
			font-size:18px;
			padding-bottom:14px;}

.subtitle { font-family:Arial;
			color:#031871;
			font-size:16px;
			padding-bottom:10px;
			font-weight:bold;}
						
.subtitle2 { color:#040404;
			font-weight:bold;}	

.link2 { color:#031871;
		font-weight:bold;
		font-size:14px;}
			
.link2 a:link, .link2 a:visited { color:#031871;
		font-weight:bold;
		font-size:14px;}				
		
.link2 a:hover { color:#555556; }

.bluelink a:link, .bluelink a:visited { color:#031871; text-decoration:underline; }
.bluelink a:hover { color:#3164CD; }

.reglink_block { }
.reglink { padding-top:5px;}
.reglink a:link, .reglink a:visited { text-decoration:underline; color:#1E3972; }
.reglink a:hover { color:#C41100; }

		
body { font-family:Arial; font-size:12px;
		 background-color:#ffffff;
		 color:#555556;
		 background-image:url(images/bg_img.jpg);
		 background-repeat:repeat-x;
		 background-position:left top;
		 margin:14px 0px; padding:0px;} /*default font-family and font color*/

/*some standards*/
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; }
.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_area { padding:0px 17px 0px 9px;
			color:#555556;
			font-family:Arial;
			font-size:12px;}

.main_td { }
		
.area_a_td { }

.footer_td { }

/*.overflow {overflow:auto; height:300px; width:500px;}*/

.p10 { padding:10px; }
.p15 { padding:15px; }
.p20 { padding:20px; }

/*default color on text-links and text-decoration*/

a:link, a:visited { color:#282828; text-decoration:underline; }
a:hover { color:#3164CD; }

/*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 { background-image:url(images/nav_blk_bg.jpg);
				background-position:left top; }
				

.nav { color:#040404;
		font-family:Arial;
		font-size:12px;}
.nav a:link, .nav a:visited { color:#040404; text-decoration:none; }
.nav a:hover { text-decoration:none; color:#031871;}
#currentnavpage { }
#navfirst {  }
#navlast { }
#navfirst:hover { }
#navlast:hover { }
#currentnavfirst { }
#currentnavlast { }

.top_nav { }
			
.top_nav a:link, .top_nav a:visited { }
			
.top_nav a:hover { }
			
#current_top_nav { }

/*footer nav*/
.footer_block { }
				
.footer { background-image:url(images/footer_bg.jpg);
		background-position:left top;
		padding:0px 9px;
		color:#434242;
		font-family:Arial;
		font-size:10px;}
.footer a:link, .footer a:visited {color:#434242;
		font-family:Arial;
		font-size:10px;
		text-decoration:none; }
.footer a:hover { color:#031871; }
#fnavfirst { }
#fnavlast { }

/*add-ons*/
/*sample font color to be use*/
.blue { color:#031871;}
.blk2 { color:#040404;}
/*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:Verdana; font-size:12px;} 