/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ HEADERS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
h1{
	color:#ff0000;
	}
h3{
	color:#666666;
	}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GENERIC a's ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
a:link, a:visited{
	color:#ff0000;
	text-decoration:none;
	}
a:hover, a:active{
	color:#ff0000 ;
	text-decoration:underline;
	}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menubar a ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a.topmenulink:hover, a.topmenulink:active{
	color:#ff0000 !important;
	}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mainMenu a's ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a.navlink:link, a.navlink:visited, a.navlinkOn{
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#ff0000;
	text-decoration:none;
	margin-left:10px;
	line-height:20px;
	}
a.navlink:hover, a.navlink:active, a.navlinkOn{
	color:#FFFFFF!important;
	}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ childNav a's ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a.childnavlink:link, a.childnavlink:visited, a.subNavOn{
	font-size:11px;
	line-height:20px;
	background:url(../images/white_arrow.gif) no-repeat 5px 6px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:15px;
	}
a.childnavlink:hover, a.childnavlink:active, a.subNavOn{
	background:url(../images/white_arrow.gif) no-repeat 5px 6px #ff0000;
	}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Banner Gradient / Logo Position ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#banner{
	background:url(../images/PT/pt_banner_grad.gif) top center repeat-x;
	border:none;
	}
#banner img{
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
	}
#flash{
	margin:0px 0px 0px 325px;
	}	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Menu  (Plastic/Metalic) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#left_curve {
	background:url(../images/head_plastic_corner_left.gif) no-repeat bottom left;
}
#right_curve {
	background:url(../images/head_plastic_corner_right.gif) no-repeat bottom right; 
}
#left_menucurve {
	background:url(../images/menu_corner_left_plastic.gif); 
}
#right_menucurve {
	background:url(../images/menu_corner_right_plastic.gif); 
}
#menu{background:url(../images/menu_bar_plastic.gif) repeat-x top left;}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Content Overides ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
#content{
	color:#ff0000 !important;
	}
	
#content table tr th{
	color:#ff0000;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ List ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul
{ color: #000000;
    font-size: 90%;
    }
	
	

