@charset "utf-8";
/* CSS Document */

*{
	
	font-family:Arial;
	text-align:left;
	
}


html, body{
	margin:0;
	padding:0px;
	width:100%;
	text-align:center;

}

body
{

background-color:#efeee9;
}

#MainBG
{
background-image:url(../images/BG.gif);

background-repeat:repeat-x;
}
#PurpleBar{
background-color:#3e2ba8;
height:17px;
}

#FooterBG
 {
 background-image:url(../images/FooterBG.gif);
 }
	.FooterFonts{
		font-size: .8em; /* .7*/
	}
	
	
		/*-----------------------------*/		
  /*     Fonts     */	
 /*---------------------------*/
 
 .SmallFonts{
		font-size: .8em; /* .7*/
		padding-left:5px;
		padding-right:10px;
		text-align:justify;
	}
	
	.SmallFonts a{
	text-decoration:underline;
	font-size: 1em;
		
	}
	
	a{
	color:#0054a5;
	text-decoration:none
	}
	a:hover{
	color:#0054a5;
	}
	
	/*========== LINKS ===================*/
  a.FooterLink{
	color:#666; /*666*/
	font-size:.8em;
	text-decoration:none;
									
	}												
	a.FooterLink:hover
	{
	color:#999;
	text-decoration:none;
	}	
		.BCFonts{
	    color:#666;
		font-size: .7em; /* .7*/
		text-decoration:none;
		
	}
	
	a.BCFonts:hover
	{
	color:#000;
	text-decoration:none;
	}
	#TRWhite
	{
	height:75px;
	background-color:#ffffff;
	}
	#BCBg
	{
	background-image:url(../images/BreadCrumb-BG.gif);
	height:20px;
	}
	
	#BCArea
	{
	width:893px;
	height:20px;
	margin-top:10px;
	padding-left:22px;
	text-transform:uppercase;
	}
	
	/* --Left -Nav--*/
	#LeftNav					
	{
	margin:5px 0px 5px 20px;
	text-transform:uppercase;																	
	}
	a.LeftNavLink{
		color:#000;
		font-size:.7em;
		text-decoration:none;
	}												
	 a.LeftNavLink:hover
	{
		color:#999;
		text-decoration:none;
	}
	 #LNLine
	{
		height:1px;
		background-color:#F0F0F0;
		width:212px;
		margin:7px 0px 7px 0px;
		margin-right:10px;
	}
	#GreyBarLeft
	{
		height:10px;
		width:398px;
		float:left;
		background-color:#c0c2b5;
	}
	#BlueBar
	{
		height:10px;
		width:295px;
		background-color:#0054a5;
	}
	.FormInput{
	color:#999999;
	}