/************************************************
	TWPF Redesign								*
************************************************/
	
	body {
		margin : 0px ; padding : 0px ;
		font-family : Verdana, Helvetica, Tahoma, sans-serif;
		font-size : small ; color : #333333 ;
	}
	
	h1 {
		margin : 0px ; padding : 5px ;
		background : #F2F9F6 ; color : #09633B ;
		font-size : medium ;
	}
	
	h2 {
		margin : 0px ; padding : 0px 0px 10px 5px ;
		font-size : small ; color : #333333 ;
		font-weight : bold ;
	}
	
	p {
		margin : 0px ; padding : 0px 0px 10px 5px ;
		font-size : small ; color : #333333 ;
	}
	.imgBg {
		display:none;
	}
	img {
		border : 0px solid #000000 ;
	}
	
/************************************************
	ID Defined TAGS								*
************************************************/
	
	#widthContainer {
	}
	
	#header {
	}
	
	#contentContainer {
	}
	
	#content {
	}

/************************************************
	TOP NAV STYLE								*
************************************************/
	
	#nav {
		display : none ;
	}

/************************************************
	SIDE NAV STYLE								*
************************************************/
	
	#SideNav {
		display : none
	}
	
/************************************************
	SubNav STYLE								*
************************************************/
	
	#SideNav ol {
		display : none ;
	}
		
/************************************************
	Old Site Styles								*
************************************************/
	
A:link
	{
	color: #002E79;
	text-decoration: none;

	} 
	
A:hover {
	color: #FF9900;
	text-decoration: underline;

	} 
	
A:visited 
	{
	color: #003366;
	text-decoration: none;

	}
	
A:active  
	{
	color: #003366;
	text-decoration: underline;

	}