
body, html {
	margin: 0px;
	padding: 0px;
	background-color:#F4F4F4; 
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	height: 100%;
}

table.pageframe {
	width: 980px;
	height: 100%;
	text-align: center;
	padding: 0px;
}

table.top
{
	background-image: url(../images/pentlandfirth/backgrounds/top_01.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 65px;
	width: 970px;
}

td.topLogo
{
	height: 35px;
	padding-left: 20px;
	text-align: left;
	vertical-align: middle;
}

td.topMenu
{
	height: 30px;
	padding-left: 220px;
	padding-top: 2px;
	vertical-align: top;
}

table.content
{
	background-image: url(../images/pentlandfirth/backgrounds/middle_01.gif);
	background-position: top left;
	background-repeat: repeat-y;
	height: 500px;
	width: 970px;
}

td.contentLeft
{
	background-image: url(../images/pentlandfirth/backgrounds/left_home.jpg);
	background-repeat: no-repeat;
	width: 220px;
	height: 500px;
	text-align:center; 
	vertical-align: top;
	padding-top: 40px;
}

td.contentMiddle {
	padding: 10px 30px 10px 30px;
	vertical-align: top;
}

td.contentRight
{
	background-image: url(../images/pentlandfirth/backgrounds/right_01.jpg);
	background-repeat: no-repeat;
	width: 70px;
	height: 500px;
	text-align:center; 
	vertical-align: top;
	padding-top: 20px;
}

table.contentExtended
{
	background-image: url(../images/pentlandfirth/backgrounds/main_background_02_extended.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	width: 970px;
	margin-bottom: 20px;
}

table.bottom
{
	background-image: url(../images/pentlandfirth/backgrounds/bottom_01.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 50px;
	width: 970px;
}

td.bottomMenu
{
	padding-right: 100px;
	text-align: right; 
	vertical-align: middle;
}

td.copyright {
	padding-left: 230px;
	vertical-align: middle;
	text-align: left; 
	font-size: 10px;
}

a:link, a:active, a:visited {
	color : #7F151E;
	text-decoration : none;
	font-weight: bold;
}
a:hover {
	color : #7F151E;
	text-decoration : underline;
}

h1 {
	font-size:18px;
	font-weight: bold; 
	color : #7F151E;
	/*padding-top: 0px;
	padding-bottom: 10px; */
}

h2 {
	font-size:14px;
	font-weight: bold; 
	color : #333333;
	/*padding-top:10px;
	padding-bottom:6px; */
}

p {
	
}

ul {
	margin:5px 0px 5px 25px;
}

li {
	font-weight:bold;
}

td {
	vertical-align: top;
	font-size: 12px;
}

/*
.heading1 {
	font-size:18px;
	font-weight: bold; 
	color : #7F151E;
	padding-top: 0px;
	padding-bottom: 10px;
}
.heading2 {
	font-size:14px;
	font-weight: bold; 
	color : #333333;
	padding-top:10px;
	padding-bottom:6px;
}

.text {
	padding:10px 10px 10px 15px;
}
.text1 {
	text-align: left;
	font-size:12px;
	color : #000000;
	padding-top:8px;
	padding-bottom:10px;
}
.text2 {
	text-align: left;
	font-size:12px;
	color : #000000;
	padding-top:1px;
	padding-bottom:1px;
}
.text3 {
	text-align: left;
	vertical-align: top;
	font-size:12px;
	font-weight: bold;
	color : #000000;
	padding-top:1px;
	padding-bottom:1px;
}
.text_em {
	font-size:12px;
	font-weight: bold;
	color : #000000;
	padding-top:5px;
	padding-bottom:5px;
}*/