body 
{
	background-color:#63191b
}

/*======================
  Top Navigation
  =====================*/

#topnav 
{ 
	color: white;
	font-size: 15px;
	font-family: "Arial Narrow", Arial;
	text-decoration: none;
	background: #1c3f6b url(./images/fp_bkg_topnav.gif) repeat-x;
	padding-bottom: 9px 
}

#topnav a 
{ 
	color: white; 
	font-size: 15px; 
	font-family: "Arial Narrow", Arial; 
	text-decoration: none 
}

#topnav a:hover 
{ 
	color: #fc6; 
	font-size: 15px; 
	font-family: "Arial Narrow", Arial; 
	text-decoration: none 
}

#topnav a:visited 
{ 
	color: white; 
	font-size: 15px; 
	font-family: "Arial Narrow", Arial; 
	text-decoration: none 
}

#topnav a:visited:hover 
{ 
	color: #fc6; 
	font-size: 15px; 
	font-family: "Arial Narrow", Arial; 
	text-decoration: none 
}

/*======================
  Secondary Navigation
  =====================*/

#fpsecondarynav   
{ 
	color: white; 
	font-size: 9px; font-family: Verdana; text-decoration: none;
	background-color: #162a50; 
	margin-top: 0px; margin-bottom: 0px; 
	padding-top: 10px; padding-bottom: 10px; padding-left: 17px 
}

#fpsecondarynav a   
{ 
	color: white; 
	font-size: 9px; font-family: Verdana; text-decoration: none; 
	margin-top: 0px; margin-bottom: 0px; 
	padding-right: 15px; padding-left: 4px; 
	border-left: 3px solid #e3e7f0 
}

#fpsecondarynav a:hover   
{ 
	color: #fc6; 
	font-size: 9px; font-family: Verdana; text-decoration: none; 
	padding-right: 15px; padding-left: 4px; 
	border-left: 3px solid #fc6 
}

#fpsecondarynav a:visited   
{ 
	color: white; 
	font-size: 9px; font-family: Verdana; text-decoration: none; 
	padding-right: 15px; padding-left: 4px; 
	border-left: 3px solid #e3e7f0 
}

#fpsecodnarynav a:visited:hover   
{ 
	color: #fc6; font-size: 9px; 
	font-family: Verdana; text-decoration: none; 
	padding-right: 15px; padding-left: 4px; 
	border-left: 3px solid #fc6 
}

#fpsecondarynav h1 
{ 
	color: white;
	font-size: 15px; font-family: "Arial Narrow", Arial; text-decoration: none;
	margin-top: 0px; margin-bottom: 0px 
}

/*======================
  News
  =====================*/

#fpnews    
{ 
	background-color: #e3e7f0; 
	padding: 17px 17px 10px 
}

#fpnews h1    
{ 
	color: #7b2b17; font-weight: normal; 
	font-size: 16px; font-family: "Arial Narrow", Arial; text-decoration: none; 
	margin-top: 0px; margin-bottom: 0px; 
	padding-bottom: 8px; border-bottom: 1px solid #3B3437 
}

#fpnews li  
{ 
	color: #474747; 
	font-size: 9px; line-height: 14px; font-family: Verdana; text-decoration: none;
	list-style-image: url(./images/bullet.gif); list-style-position: outside;
	margin-top: 0px; margin-bottom: 0px; margin-left: -22px;
	padding-top: 0px; padding-bottom: 8px 
}

#fpnews a 
{ 
	color: #535353; 
	font-size: 9px; font-family: Verdana; text-decoration: none;
	line-height: 12px;
}

#fpnews a:hover 
{ 
	color: #162a50; 
	font-size: 9px; font-family: Verdana; text-decoration: none; 
	line-height: 12px;
}

#fpnews a:visited 
{ 
	color: #535353; 
	font-size: 9px; line-height: 12px; font-family: Verdana; text-decoration: none 
}

#fpnews a:hover:visited 
{ 
	color: #162a50; 
	font-size: 9px; line-height: 12px; font-family: Verdana; text-decoration: none 
}

/*======================
  Main Content
  =====================*/

#fpmaincontent  
{ 
	padding: 11px 23px 8px 
}

#fpmaincontent h1   
{ 
	color: #7b2b17; 
	font-weight: 300; font-size: 24px; font-family: "Arial Narrow", Arial; text-decoration: none; 
	margin-top: 0px; padding-bottom: 5px; border-bottom: 1px solid #c5000a 
}

#fpmaincontent p   
{ 
	color: #535353; 
	font-size: 10px; font-family: Verdana; text-decoration: none; 
	line-height: 18px; 
}

#fpmaincontent h2  
{ 
	color: #7b2b17; 
	font-weight: normal; font-size: 16px; line-height: 20px; font-family: "Arial Narrow", Arial; 
	text-decoration: none; margin-bottom: 0px 
}
	
#fpmaincontent h3 
{ 
	color: #7b2b17; 
	font-weight: normal; font-size: 9px; line-height: 16px; font-family: Verdana; 
	text-decoration: none; margin-top: 5px; padding-bottom: 10px 
}
	
#fpmaincontent a 
{ 
	color: #162a50; 
	text-decoration: none; 
	background: url(./images/fp_bigbullet.gif) no-repeat 0px 4px; 
	padding-left: 15px 
}

#fpmaincontent a:hover 
{ 
	color: #c00; 
	text-decoration: none; 
	background: url(./images/fp_bigbullet_on.gif) no-repeat 0px 4px; 
	padding-left: 15px 
}

#fpmaincontent a:visited 
{ 
	color: #162a50; 
	text-decoration: none; 
	background: url(./images/fp_bigbullet.gif) no-repeat 0px 4px; 
	padding-left: 15px 
}

#fpmaincontent a:hover:visited 
{ 
	color: #c00; 
	text-decoration: none; background: url(./images/fp_bigbullet_on.gif) no-repeat 0px 4px; 
	padding-left: 15px 
}

#bottom   
{ 
	color: #fee1a7; 
	font-size: 9px; font-family: Verdana; text-decoration: none; 
	background: url(./images/bkg_dottedlines_bottom.gif) repeat-x; 
	padding-top: 9px; padding-bottom: 10px; padding-left: 17px 
}

/*======================
  Copywrite 
  =====================*/

#copywrite  
{ 
	color: #162a50; 
	font-size: 9px; font-family: Verdana; text-decoration: none; 
	background-color: #870122; 
	padding-top: 7px; padding-bottom: 7px; padding-left: 17px 
}

#copywrite a   
{ 
	color: white; 
	font-size: 9px; font-family: Verdana; text-decoration: none; 
	margin-top: 0px; margin-bottom: 0px; 
	padding-right: 15px; padding-left: 4px; 
	border-left: 3px solid #e3e7f0 
}

#copywrite a:hover   
{ 
	color: #fc6; 
	font-size: 9px; font-family: Verdana; text-decoration: none; 
	margin-top: 0px; margin-bottom: 0px; 
	padding-right: 15px; padding-left: 4px; 
	border-left: 3px solid #fc6 
}

#copywrite a:visited   
{ 
	color: white; 
	font-size: 9px; font-family: Verdana; text-decoration: none; 
	margin-top: 0px; margin-bottom: 0px; 
	padding-right: 15px; padding-left: 4px; 
	border-left: 3px solid #e3e7f0 
}

#copywrite a:visited:hover   
{ 
	color: #fc6; 
	font-size: 9px; font-family: Verdana; text-decoration: none; 
	margin-top: 0px; margin-bottom: 0px; 
	padding-right: 15px; padding-left: 4px; 
	border-left: 3px solid #fc6 
}

.bkgmain  
{ 
	background: #40525b url(./images/bkg_main.gif) repeat-x; 
	margin: 0px;
}

/*======================
  Top Navigation
  =====================*/

#sectopnav   
{ 
	color: white; 
	font-size: 9px; font-family: Verdana; text-decoration: none; 
	background: #63191b url(./images/sec_bkg_logo.gif) repeat-x; 
	padding-right: 15px; padding-bottom: 22px 
}

#sectopnav p 
{ 
	color: white; 
	font-size: 9px; font-family: Verdana; text-decoration: none 
}

#sectopnav a   
{ 
	color: white; 
	font-size: 9px; font-family: Verdana; text-decoration: none; 
	margin-top: 0px; margin-bottom: 0px; 
	padding-right: 15px; padding-left: 4px; 
	border-left: 3px solid #e3e7f0 
}

#sectopnav a:hover   
{ 
	color: #fc6; 
	font-size: 9px; font-family: Verdana; text-decoration: none; 
	padding-right: 15px; padding-left: 4px; 
	border-left: 3px solid #fc6 
}

#sectopnav a:visited   
{ 
	color: white; 
	font-size: 9px; font-family: Verdana; text-decoration: none; 
	padding-right: 15px; padding-left: 4px;
	border-left: 3px solid #e3e7f0 
}

#sectopnav a:visited:hover   
{ 
	color: #fc6; 
	font-size: 9px; font-family: Verdana; text-decoration: none; 
	padding-right: 15px; padding-left: 4px; 
	border-left: 3px solid #fc6 
}

/*======================
  Main Content
  =====================*/

#secmaincontent 
{ 
	background-color: #fee1a7; 
	padding: 0px;
}

#secmaincontent h1 
{ 
	color: #293a43; 
	font-weight: normal; font-size: 21px; font-family: "Arial Narrow", Arial; text-decoration: none;
	margin-top: 0px; margin-bottom: 0px; 
	padding-bottom: 6px; 
	border-bottom: 1px solid #3B3437 
}

#secmaincontent h2  
{ 
	color: #7b2b17; 
	font-weight: normal; font-size: 16px; font-family: "Arial Narrow", Arial; text-decoration: none; 
	margin-top: 6px 
}

#secmaincontent p 
{ 
	color: black; 
	font-size: 12px; line-height: 18px; font-family: Verdana; text-decoration: none;
	text-align:justify;
}

#secmaincontent li 
{ 
	color: black; 
	font-size: 12px; line-height: 14px; font-family: Verdana; text-decoration: none; 
	list-style-image: url(./images/bullet.gif); list-style-position: outside; 
	margin-top: 0px; margin-bottom: 0px; margin-left: -18px; 
	padding-bottom: 8px 
}

/*======================
  Table
  =====================*/

#table  
{ 
	text-decoration: none; 
	background-color: #fbf9f3; 
	padding: 18px; 
	border: solid 4px #f2ead7 
}

#table h2 
{ 
	color: #7b2b17; 
	font-weight: bold; font-size: 11px; font-family: Verdana; text-decoration: none; 
	margin-top: 0px; 
	padding-bottom: 4px 
}

#table h3 
{ 
	color: #7b2b17; 
	font-weight: normal; font-size: 11px; font-family: Verdana; text-decoration: none; 
	margin-top: 0px 
}

#table p  
{ 
	color: #444; 
	font-weight: normal; font-size: 12px; line-height: 14px; font-family: Verdana; text-decoration: none;
	padding-top: 4px; padding-bottom: 4px; 
	border-bottom: 1px solid #ddd 
}

/*======================
  Tertiary Navigation
  =====================*/
  
#tertiarynav 
{ 
	text-decoration: none; 
	background-color: #f6f7fa; 
	padding: 16px; 
	border: solid 4px #e3e7f0 
}

#tertiarynav p 
{ 
	color: #777; 
	font-size: 9px; line-height: 14px; text-decoration: none; 
	margin-top: 0px; margin-bottom: 8px; 
	padding-bottom: 10px; 
	border-bottom: 1px solid #ddd 
}

#tertiarynav a 
{ 
	color: #444; 
	font-size: 10px; line-height: 14px; font-family: Verdana; text-decoration: underline 
}

#tertiarynav a:hover 
{ 
	color: #444; 
	font-size: 10px; line-height: 14px; font-family: Verdana; text-decoration: none 
}

#tertiarynav a:visited 
{ 
	color: #444; 
	font-size: 10px; line-height: 14px; font-family: Verdana; text-decoration: underline 
}

#tertiarynav a:visited:hover 
{ 
	color: #444; 
	font-size: 10px; line-height: 14px; font-family: Verdana; text-decoration: none 
}

/*======================
  Left Navigation
  =====================*/

#secleftnav 
{ 
	background-color: #63191b; 
	padding: 15px; 
	border-top: 0px solid white 
}

#secleftnavinside 
{ 
	background-color: #fee1a7; 
	padding: 12px 
}

#secleftnavinside h2 
{ 
	color: #7b2b17; 
	font-size: 16px; font-family: "Arial Narrow", Arial; text-decoration: none;
}

#secleftnavinside p 
{ 
	color: black; 
	font-size: 11.5px; line-height: 14px; font-family: "Tahoma", Tahoma; text-decoration: none; 
	margin-top: 0px; margin-bottom: 8px; 
	padding-bottom: 8px; 
	border-bottom: 1px solid #cfd09b
}

#secleftnavinside a 
{ 
	color: #182d52; 
	text-decoration: none; 
	background: url(./images/fp_bigbullet.gif) no-repeat; 
	padding-left: 17px 
}

#secleftnavinside a:hover 
{ 
	color: #c00; 
	text-decoration: none; 
	background: url(./images/fp_bigbullet_on.gif) no-repeat; 
	padding-left: 17px 
}

#secleftnavinside a:visited 
{ 
	color: #182d52; 
	text-decoration: none; 
	background: url(./images/fp_bigbullet.gif) no-repeat; 
	padding-left: 17px 
}

#secleftnavinside a:hover:visited 
{ 
	color: #c00; 
	text-decoration: none; 
	background: url(./images/fp_bigbullet_on.gif) no-repeat;
	padding-left: 17px 
}
