/* CSS Document */

body { background-color:#170304;
		margin:0px;
		padding:0px;}

.header { background-image:url(images/header.jpg);
			background-repeat:no-repeat; 
			background-position:left top;}
			
.subnav{ color:#000000;
		font-family:Arial;
		font-size:12px;}

.subnav a:link, .subnav a:visited { color:#000000;
				font-family:Arial;
				font-size:11px;
				text-decoration:underline;}

.subnav a:hover { color:#FF0000;
				font-family:Arial;
				font-size:11px;
				text-decoration:underline;}

.page_title { font-family:Arial;
			color:#FFFFFF;
			font-size:16px;
			font-weight:800;}

.page_title2 { font-family:Arial;
			color:#D8B97E;
			font-size:25px;
			font-weight:700;}

.page_title3 { font-family:Arial;
			color:#D8B97E;
			font-size:16px;
			font-weight:600;}
			
.page_title4 { font-family:Arial;
			color:#D8B97E;
			font-size:12px;
			font-weight:600;}
			
/*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 { color:#FFFFFF;
			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 { }
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 a { color:#FFFFFF;
	   font-style:italic;
	   font-family:Arial;
	   font-weight:700;
	   font-size:13px;
	   padding-left:37px;
	   padding-right:5px;
	   height:29px;
	   line-height:29px;
	   display:block;
	   text-align:left;}
.nav a:link, .nav a:visited {
	   color:#FFFFFF;
	   font-style:italic;
	   font-family:Arial;
	   font-weight:700;
	   text-decoration:none;}
.nav a:hover { color:#FFFFFF;
	   font-style:italic;
	   font-family:Arial;
	   font-weight:700;
	   background-image:url(images/nav_bg.gif);
	   background-repeat:no-repeat;
	   background-position:left center;
	   text-decoration:none;
		}
#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 { }
.footer a:link, .footer a:visited { }
.footer a:hover { }
#fnavfirst { }
#fnavlast { }

/*add-ons*/
/*sample font color to be use*/
.blue { color:#031871;}
.blk2 { color:#040404;}
.black {color:#000000;}
/*sample font-family to be use*/
.ff_a { font-family:Arial;}
.ff_cs { font-family:"Comic Sans MS"; }
.ff_tnr { font-family:"Times New Roman";}
/*font attrributes for form, e.g., input box, textarea, select*/
.form { font-family:Verdana; font-size:12px;} 
