@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 36px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.oneColFixCtr #container  {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-image: url(images/PT-Background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border: dotted #82D0C1 1px;
	width: 780px;
	height: 650px;
}
.oneColFixCtr #container #mainContent {
	padding-top: 170px;
	padding-right: 100px;
	padding-left: 110px;
	padding-bottom: 170px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	width: 390px;
	float: right;
}
h1 {
	background-image: url(images/PT-Name1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 74px;
	text-indent: -9999px;
	margin-bottom: 16px;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	padding-right: 15px;
}
.oneColFixCtr #container #mainContent #menucontainer {
	margin: 14px 0;
	border-top-color: #CC0000;
	border-top-style: solid;
	border-top-width: 4px;
	width: 364px;
	padding: 4px 0;
}
#mymenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	display: inline;
	margin: 0;
	padding: 0px;
}
#mymenu li    {
	display:inline;
	background-repeat: no-repeat;
	list-style-type: none;
	float: left;
}

#mymenu a 	{
	text-decoration: none;
	color:#333333;
	padding-left: 14px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}
#mymenu a:link, #mymenu a:visited  {
	background-image: url(images/bullet-blue.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-style: normal;
	margin: 0;
	float: left;
}

#mymenu a:hover  {
	background-image: url(images/bullet-red.gif);
	font-style: normal;
	background-position: 0 50%;
	margin: 0;
	float: left;

} 
