﻿body
{
	margin: 0px 0px 0px 0px;
	padding: 0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align: center; /* Hack for IE5/Win */
	font-family: "Trebuchet MS", Verdana, Sans-Serif; /* background-image: url(images/back.jpg); */
	background-position: center top;
	background-repeat: repeat-y;
	background-color: White;
	color: #000000;
	font-size: 13px;
}

img
{
  border-style: none;
  border-width: 0px;
}

a
{
	color: #412B06;
	text-decoration: underline;
}

a:hover
{
	color: #412B06;
	text-decoration: none;
}

a.sideText
{
	color: #B20839;
	text-decoration: underline;
}

a.sideText:hover
{
	color: #B20839;
	text-decoration: none;
}

.pl_horizontal_line
{
	border-bottom-color: #493218;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.pl_training_infoBox
{
	width: 215px;
	vertical-align: top;
}

.pl_main_start
{
	width: 499px;
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
}

.pl_main
{
	width: 950px;
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
}

.pl_logos
{
	width: 250px;
}

.pl_menu
{
	background-color: #ACAB24;
	background-image: url(images/menu_back.png);
	background-repeat: no-repeat;
	width: 250px;
	height: 700px;
	vertical-align: top;
}

.pl_menuBar
{
	background-image: url(images/menu_bar.png);
	background-repeat: no-repeat;
	width: 700px;
	height: 41px;
	text-align: center;	
}

.pl_menu_item
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12pt;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 10px;
	vertical-align: top;
}

a.pl_menu_item_link
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.pl_menu_item_link:hover
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.pl_infobox
{
	background-image: url(images/infobox_back.png);
	background-repeat: no-repeat;
	width: 250px;
	height: 199px;
}

.pl_titles
{
	background-image: url(images/top_back.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-left: 30px;
	width: 450px;
}

.pl_mainTitle
{
	font-size: 17pt;
	font-weight: bold;
	color: #949494;
}

.pl_right
{
	background-image: url(images/right_back.png);
	background-repeat: repeat-y;
	background-position: top;
	vertical-align: top;	
	height: 659px;
	padding: 25px;
	color: #412B06;
}

.pl_left
{
	background-image: url(images/left_back.png);
	background-repeat: repeat-y;
}

.pl_subTitle
{
	font-size: 12pt;
	font-weight: normal;
	color: #949494;
}

.pl_sidetext
{
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	width: 190px;
	text-align: left;
	padding-top: 240px;
	padding-left: 30px;
}

.pl_sidetext_red
{
	font-weight: bold;
	color: #B20839;
}

.pl_text_red_big
{
	font-size: 20pt;
	font-weight: bold;
	color: #B20839;
}