﻿body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #444444;
	margin:0px;
}
a.navbarlink{
	text-decoration: none;
	color: #FFFFFF;
}
a.navbarlink:hover{
	color: #ff0000;
}
a.linkslink{
	text-decoration: none;
	color: #B3B1B1;
}
a.linkslink:hover{
	text-decoration: underline;
	color: #B3B1B1;
}
a.contentlinkslink{
	text-decoration: none;
	color: #000000;
}
a.contentlinkslink:hover{
	text-decoration: underline;
	color: #b52828;
}
#copyright {
	font-size: 8pt;
	text-align: right;
	vertical-align: middle;
	color: #706F6F;
}
#wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:715px;
}
#top {
	position:relative;
	width:100%;
	height:185px;
}
#logo {
	 position:absolute;
	 left:0px;
	 top:5px;
	 width:210px;
	 height:180px;
	 background-image: url('pts/logobgrnd.gif');
	 background-repeat: no-repeat;
}
#header{
	position:absolute;
	left:215px;
	top:5px;
	width:500px;
	height:180px;
	background-image: url('pts/headbgrnd.gif');
	background-repeat: no-repeat;
}
#navbar {
	position: absolute;
	width: 494px;
	height: 30px;
	top: 135px;
	left: 3px;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	line-height: 30px;
	vertical-align: middle;
}
#bottom {
	position:relative;
	width:100%;
	border:0px;
}
#linksarea{
	 background-color:#000000;
	 vertical-align:top;
}
#linksareatitle {
	position: relative;
	width: 210px;
	height: 35px;
	top: 0px;
	left: 0px;
	background-image: url('pts/linkstitle.gif');
	background-repeat:no-repeat;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	line-height: 30px;
	color: #000000;
}
#contentarea{
	background-color:#EEF3EF;
	vertical-align:top;
	font-size:10pt;
	font-weight:normal;
}
#contentareatop {
	position: relative;
	width: 500px;
	height: 4px;
	top: 0px;
	left: 0px;
	overflow:hidden;
	background-image: url('pts/contenttop.gif');
	background-repeat:no-repeat;
}
#linksareabottom{
	background-image: url('pts/linksbottom.gif');
	background-repeat: no-repeat;
}
#contentareabottom{
	background-image: url('pts/contentbottom.gif');
	background-repeat: no-repeat;
}
.linkitem {
	position: relative;
	text-align: left;
	left:5px;
	width: 184px;
	height: 100px;
	overflow: hidden;	
}
.linkitempicture {
	position: absolute;
	width: 70px;
	height: 70px;
	top: 5px;
	left: 2px;
	background-color: #000000;
	overflow: hidden;
}
.linkitemtitle{
	color: #C5513B;
	position: absolute;
	left: 77px;
	width: 107px;
	height: 10px;
	font-size: 9pt;
	font-weight: bold;
	top: 8px;
}
.linkitemdesc{
	position: absolute;
	left: 77px;
	top: 28px;
	width: 107px;
	height: 60px;
	font-size: 8pt;
	color: #B3B1B1;
}
.linkitemborder{
	position: absolute;
	left: 0px;
	top: 90px;
	width: 184px;
	height: 5px;
	overflow: hidden;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #b52828;
}
#linksarealist {
    padding:0px;
    margin:0px;
    width:0px;
	font-size:12pt;
	font-weight:bold;
	line-height: 150%;
}
#linksarealist li {
  	list-style-type:none;
  	margin:0 0 0.25em 0.25em;
}
#linksarealist a, #linksarealist a:visited {
  	display:block;
  	width:194px;
	color:#72a768;/*#b52828;*/
  	text-align:left;
  	text-decoration:none;
  	background:#000000; 
  	padding:0.25em;
}
#linksarealist a:hover {
  background:#72a768;/*#b52828;*/
  color:#000000;
}
.notlink{
	color: #ff0000;
}
.contentlinkitem {
	position: relative;
	text-align: left;
	width: 184px;
	height: 100px;
	overflow: hidden;	
}
.contentlinkitempicture {
	position: absolute;
	width: 70px;
	height: 70px;
	top: 5px;
	left: 2px;
	overflow: hidden;
}
.contentlinkitemtitle{
	color: #b52828; /*#C5513B;*/
	position: absolute;
	left: 77px;
	width: 107px;
	height: 10px;
	font-size: 9pt;
	font-weight: bold;
	top: 8px;
}
.contentlinkitemdesc{
	position: absolute;
	left: 77px;
	top: 28px;
	width: 107px;
	height: 60px;
	font-size: 8pt;
	color: #000000;
}
.contentlinkitemborder{
	position: absolute;
	left: 0px;
	top: 90px;
	width: 184px;
	height: 5px;
	overflow: hidden;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #b52828;
}
#contentarea p a{
	text-decoration: none;
	/*font-size:11pt;
	font-weight:bold;*/
	color: #000000;
}
#contentarea p a:hover{
	color: #ff0000;
	/*font-size:11pt;
	font-weight:bold;*/
	text-decoration:underline;
}
#contentarea ul a{
	text-decoration: none;
	color: #000000;
}
#contentarea ul a:hover{
	color: #ff0000;
	text-decoration:underline;
}
