/* Layout */

div#container
{
	position: relative;
	width: 800px;
	margin: 0px 90px 0px 90px;
	padding: 10px;
	background-color: #efd1af;
	color: #000000;
	border: 3px solid #643e29;
}

div#header
{
	height: 126px;
	padding: 0px;
	margin-bottom: 14px;
	background-color: #b78b68;
	background-image: url(images/ployslogo.png);
	background-repeat: no-repeat;
	background-position: center top;
	border: 3px solid #643e29;
}

div#left
{
	position: absolute;
	top: 146px;
	left: 10px;
	width: 150px;
	padding: 0px;
	margin: 0px 5px 10px 0px;
	text-align: center;
}

div#center
{
	padding: 0px;
	margin: 12px 12px 55px 160px;
	text-align: left;
}


#footer
{
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #b78b68;
	border: 2px solid #643e29;
	font-size: 10px;
	color: #643e29;
	margin-bottom: 10px;
}

.title
{
	font-size: 11px;
	margin-top: 10px;
	padding: 2px;
	text-align: center;
	color: #643e29;
	background-color: #b78b68;
	border: 2px solid #643e29;
}

.subtitle
{
	font-size: 11px;
	margin: 15px 0px 0px 0px;
	padding: 3px;
	text-align: center;
	color: #643e29;
	background-color: #b78b68;
	border: none;
	line-height: 4px;
}

/* Style */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	color: #000000;
	margin: 15px 0;
	background-color: #b78b68;
}

a:link
{
	text-decoration: none;
	color: #643e29;
}

a:visited
{
	text-decoration: none;
	color: #643e29;
}

a:hover
{
	text-decoration: none;
	color: #532d18;
}

.sidemenu
{
	font-size: 10px;
	padding: 5px;
	margin-bottom: 5px;
	color: #643e29;
	line-height: 4px;
}

.ploys
{
	font-size: 13px;
	font-weight: normal;
}
ol
{
	margin-top: 10px;
	margin-bottom: 10px;
}

li
{
	margin-top: 20px;
	margin-bottom: 20px;
}

