﻿/*RESET*/
/* *{
	margin:0;padding:0;
} */
	ul.nav, .nav li, .roundybox ul, .roundybox li, .roundybox a { padding: 0; margin: 0; }
	
		html { min-height: 100%; margin-bottom: 1px; }
		table,tr,td{border-collapse:collapse;border-spacing:0;}
		fieldset,img{border:0;}
		
		
		body { font: 12px/18px Arial, Helvetica, sans-serif; color: #333333;}	
		
		a { color: #d78412; text-decoration: none;}
		a:visited { color: #d78412; }
		a:hover { color: #c37100; }
		a:active { color: #c37100; }
		
		h1 { color: #3399cc; font: bold 18px/24px Arial, Helvetica, sans-serif}
		
		h2 { color: #3399cc; font: bold 16px/21px Arial, Helvetica, sans-serif}
		
		h3 { color: #3399cc; font: bold 14px/18px Arial, Helvetica, sans-serif}
		
		h4 { color: #3399cc; font: bold 12px/18px Arial, Helvetica, sans-serif}
		
		.header {
			height: 120px;
         	background: #eee2c7 url(/_layouts/images/pt_header_bg.jpg) repeat-x;
		}
		
		.header #logo {
			display: block; 
			width: 620px;
			height: 80px;
			background: url('/_layouts/images/pt_header.jpg') repeat-x;
		}
		
		.header #logo h1 {
			color: #FFFFFF;
			display: none;
		}
		
		.content {}
		
		.footer {
			height: 40px;
			background: #eee2c7 url('/_layouts/images/pt_footer_bg.jpg') repeat-x;
     		font-size:12px;
		}

		ul.nav {
			display: inline;
			list-style-type:none;
		}
	
		ul.nav li {
			display: inline;
			float: left;
		}
	
		.nav a {
			color: #FFFFFF;
			display: block;
		/*	height: 20px; */
			line-height: 20px;
			padding: 0 20px 0 20px; 
			font-weight:bold;
			font-size:12px;
		}
	
		.nav a:hover {
			color: #c3e8f8;
			background-image: url(/_layouts/images/pt_nav_hover.jpg);
		}
		
		.nav a:visited {
			color: #FFFFFF;
			display: block;
		/*	height: 20px; */
			line-height: 20px;
			padding: 0 20px 0 20px; 
			font-weight:bold;
			font-size:12px;
		}
	        
			
		td#leftcol {
			width: 210px;
			color: #0063a6;
		}		
		
		td#centercol {
			width: 540px;
			padding: 0 10px 20px 0;
		}
				
		td#rightcol {
			width: 190px;
		}	
					
					
					
		/* ROUNDY BOX */
		 .roundybox {
		 	margin:0px;padding:0px;
		 	width: 190px;
			margin-bottom: 10px;
			background: #f1f1f1 url(/_layouts/images/pt_roundy_bg.jpg) repeat-y;
			text-align: left;
		 }
		 
		 .roundybox h4{
			font-weight: bold;
			font-size: 14px;
			color: #002c4a;
			height: 20px;
			line-height: 20px;
			z-index: 0;
			text-indent: 10px;
			background: #a18a6b url(/_layouts/images/pt_roundy_top.jpg) no-repeat;
		 }
		 
		 .roundybox li {
		 	margin: 2px 5px 2px 10px;
			list-style: none;
		}
		
		.roundybox a { color: #3399cc; text-decoration: none;font-size:12px;}
		.roundybox a:visited { color: #3399cc; }
		.roundybox a:hover { color: #336699; }
		.roundybox a:active { color: #336699; }
		
		#banner {
			margin: 0 0 10px 0;
		
		}
		
.copyhead {
	
	font-size: 12pt ! important;
	font-weight: bold ! important;
}

.copysmall {
	
	font-size: 8pt ! important;
	color:  #3399cc;
}
	
