.subpages {
	text-decoration: none;
}.headline {
    font-weight: bold;
	font-size: 16px;
	line-height: 1.8em;
	color: #355597;
}

.red_text {
	color: #a61e00;
}

a, a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #1359b6;
}

a:hover {
	text-decoration: none;
}

a.navlinks, a.navlinks:visited, a.vertical-links, a.vertical-links:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
} 

.vertical-links {
    line-height: 1.6em;
}

a.navlinks:hover, a.vertical-links:hover {
	text-decoration: underline;
}

a.bodysmallgrey, a.printlink {
    font-size: 11px;
}

a.bottom_links, a.bottom_links:visited, a.footer, a.footer :visited {
    color: #fff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

div,p,a,h1,h2,h3,h4,h5,h6,img ,table,th,tr,td{
	margin: 0;
	padding: 0;
	border: none;
}
 
 html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ---------- DIVS ---------- */

#wrapper {
	width: 980px;
	min-height: 770px;
	height: auto !important;
	height: 770px;
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	overflow: auto;
	background: transparent url('../../../site/1/template/ptc_wrapper_bg.png') repeat-y top center;
}

#header {
    width: 980px;
	height: 150px;
	background: url('../../../site/1/template/ptc_header.png') no-repeat top center;
}

#container {
    width: 910px;
	min-height: 630px;
	height: auto !important;
	height: 630px;
	margin: 0 auto;
	overflow: auto;
	text-align: left;
}

#sidebar {
	width: 138px;
	padding: 15px;
	color: #fff;
}

#main_content {
	width: 712px;
	padding: 15px;
	color: #000;
}

#navigation {
	width: 910px;
	margin: 0 auto;
	padding-bottom: 10px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: url('../../../site/1/template/ptc_article_navs_bg.gif') no-repeat bottom left;
}

#bottom{
	width: 950px;
	height: 12px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#footer {
	width: 100%;
	margin: 10px 0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
}

/* ---------- ARTICLE DIVS ---------- */

#wrapper.article {
	min-height: 787px;
	height: auto !important;
	height: 787px;
	background: url('../../../site/1/template/ptc_article_wrapper_bg.png') repeat-y top center;
}

#article_header {
    width: 980px;
	height: 154px;
	background: url('../../../site/1/template/ptc_article_header.png') no-repeat top center;
}

#article_container {
    width: 920px;
	min-height: 589px;
	height: auto !important;
	height: 589px;
	margin: 0;
	padding: 0 30px 15px;
	overflow: auto;
	background: url('../../../site/1/template/ptc_bottom_bg.gif') no-repeat bottom center;
}

#article_content {
	width: 880px;
	padding: 25px 0 0 22px;
	text-align: left;	
}

/* ---------- STYLES ---------- */

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}


h3 {
	font-size: 115%;
	color: #17b8a8;
}


/* ---------- WRAPPER ---------- */

/* ---------- SIDEBAR ---------- */

/* ---------- NAVIGATION ---------- */

#navigation p {
	margin: 0;
	padding: 0;
	position: relative;
}

/* ---------- CONTAINER ---------- */

#container.article {
	padding-top: 15px;
}


/* ---------- MAIN_CONTENT ---------- */

#main_content {
}


/* ---------- SIDEBAR ---------- */

#sidebar {
}

/* ---------- FOOTER ---------- */


