﻿html, body
{
	width: 100%;
    height: 100%;
}

html, body, div, img, span
{
	border-width: 0;
	padding: 0;
	margin: 0;
}

img
{
    display: block;
}

div
{
	float: none;
}

body
{
	background-color: #808080;
	font-size: 62.5%;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.3em;
	color: #606060;
}

p, h1, h2, h3
{
    border-width: 0;
    margin: 0;
    padding-left: 28px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
}

a, a:link, a:visited
{
	padding: 0;
	border: 0;
	margin: 0;
}

p
{
    font-size: 1.2em;
	line-height: 1.5em;
}

h1, h2, h3
{
	font-weight: bold;
	color: #606060;
}

h1
{
    font-size: 1.7em;
    line-height: 1.4em;
	margin-top: 16px;
}

h2
{
    font-size: 1.2em;
    line-height: 1.3em;
	margin-top: 12px;
}

h3
{
    font-size: 1.0em;
    line-height: 1.0em;
	margin-top: 8px;
}

a.menuItem, a:link.menuItem, a:visited.menuItem
{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #ffffff;
	text-decoration: none;
	margin-left: 22px;
	margin-right: 0px;
}


div.hpart
{
	height: auto;
	width: 640px;
	float: none;
	clear: both;
}

div.menu
{
	height: auto;
	width: 640px;
	float: none;
	clear: both;
	background-image: url(pfimages/menubg.jpg);
	background-repeat: repeat-y;
}


#contentAndMargins
{
	width: 680px;
	height: auto;
	background-image: url(pfimages/center.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#content
{
	width: 640px;
	height: auto;
	background-color: #ffffff;
	margin-left: 20px;
	margin-right: 0;
}

