body 
{
	background-image: url('../images/background.png');
	background-attachment: fixed;
	font-size: 12pt;
	font-family: "tahoma", "arial", sans-serif;
}

#layout
{
	margin: 3% 3% 3% 3%;
	padding: 0% 0% 0% 0%;
	background-color: #AFDFEF;
	border: medium double rgb(0, 159, 207)
}

#header
{
	margin-top: 30px;
	margin-left: 30px;
	margin-right: auto;
	padding-bottom: 30px;
	float: left;
}

#content
{
	margin-top: 30px;
	margin-left: 288px;
	margin-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}

#footer
{
	margin-bottom: 30px;
	clear: both;
}

p
{
	text-align: justify;
	color: black;
	font-style: normal
}

h1
{
	text-align: center;
	color: black;
	font-size: 18pt;
	font-style: normal;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
}

h2
{
	text-align: left;
	color: black;
	font-size: 14pt;
	font-style: normal;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	padding-top: 15px;
}
a
{
	color: black;
	text-decoration: none
}

a:hover
{
	color: black;
	text-decoration: underline
}

.header
{
	margin: 0% 0% 0% 0%;
	text-align: center;
}

.footer
{
	margin: 0% 0% 0% 0%;
	text-align: center;
	vertical-align: bottom;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: purple;
	clear: both;
}

.footer a
{
	color: #800080;
}

.headertable
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0%;
	margin-bottom: 0%;
}

.headercurrentpage
{
	width: 8em;
	text-align: center;
	text-decoration: none;
	font-size: 13pt;
	font-style: normal;
	color: #7F7F7F;
	background-color: #E7E7E7;
	padding: 0.2em 0.6em;
	border-left: 1px solid white;
	border-right: 1px solid white
}

.headerlink
{
	width: 8em;
	text-align: center;
	text-decoration: none;
	font-size: 13pt;
	font-style: normal;
	color: black;
	background-color: #E7E7E7;
	padding: 0.2em 0.6em;
	border-left: 1px solid white;
	border-right: 1px solid white
}

.mainpage
{
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%
}

.mainpage-bold
{
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	font-weight: bold
}

.mainimage
{
	text-align: center
}

.comments
{
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	text-align: center;
	font-style: normal
}

.invisible
{
	display: none
}

img.floatLeftTop
{
	float: left;
	vertical-align: text-top;
	margin-right: 3%;
	margin-bottom: 3%
}

img.floatRightTop
{
	float: right;
	vertical-align: text-top;
	margin-left: 3%;
	margin-bottom: 3%
}
