@charset "utf-8";
/* CSS Document */

*
{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFDD;
}

.header
{
	width: 840px;
	margin: auto;
	height: 16px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

.container
{
	width: 800px;
	margin: 0px;
	position: relative;
	margin: auto;
	background-image: url(images/back.png);
	background-repeat: repeat-y;
	background-position: top;
	padding-left: 30px;
	padding-right: 30px;
}

.top
{
	height: 120px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.menu
{
	width: 190px;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	margin-left: -20px;
	background-color: #B7D3D9;
	border: 3px #fffcd0 solid;
}

.menu a
{
	display: block;
	font-size: 16pt;
	text-decoration: none;
	color: #333333;
	height: 45px;
	background-repeat: no-repeat;
}

.link1
{
	background-image: url(images/link1.png);
}

.link1:hover
{
	background-image: url(images/link1_hover.png);
}

.link2
{
	background-image: url(images/link2.png);
}

.link2:hover
{
	background-image: url(images/link2_hover.png);
}

.link3
{
	background-image: url(images/link3.png);
}

.link3:hover
{
	background-image: url(images/link3_hover.png);
}

.link4
{
	background-image: url(images/link4.png);
}

.link4:hover
{
	background-image: url(images/link4_hover.png);
}

.link5
{
	background-image: url(images/link5.png);
}

.link5:hover
{
	background-image: url(images/link5_hover.png);
}

.link6
{
	background-image: url(images/link6.png);
}

.link6:hover
{
	background-image: url(images/link6_hover.png);
}

.menu a:hover
{
	color: #999900;
}

.content
{
	float: right;
	width: 580px;
	padding-right: 20px;
	padding-top: 20px;
	line-height: 150%;
	text-align: justify;
	text-indent: 2em;
}

a img
{
	border-width: 0px;
}

h3
{
	font-size: 16pt;
	margin: 0px;
}

p.pentad
{
	clear: both;
	font: normal 8pt Tahoma, Arial, sans-serif;
	text-align: right;
	color: #000000;
	margin-bottom: 0px;
	margin-right: 5px;
}

.footer
{
	clear: both;
	width: 840px;
	margin: auto;
	height: 16px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}
