﻿@import url("layout.css");
body {
	font-family: Calibri;
	font-size: small;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	border-right: 0px solid #725972;
	border-bottom: 0px solid #725972;
	border-left: 0px solid #725972;
	background-color: #fff;
}
#navigation {
	position: relative;
	float: left;
	width: 220px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-right: 0px dotted #725972;
}
#content {
	float: left;
	width: 525px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 17px;
}
#masthead {
	float: left;
	width: 1000px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#Linkinfo {
	float: left;
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: small;
	font-family: Calibri;
}
#contentR {
	float: right;
	width: 220px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
#Bottom {
	float: none;
	width: 1000px;
	background-color: #FFFFFF;
}
#footer {
	text-align: center;
	clear: both;
	width: 1000px;
	border: 0px dotted #d8bfd8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
#header {
	text-align: center;
	clear: both;
	width: 1000px;
	margin-bottom: 0px;
	padding: 0;
	border: 0px
}
/* Masthead Styles */
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px dotted #dfb8df;
	background-color: #FFFFFF;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 0px;
	border-bottom: 0px dotted #fff;
	background-color: #FFFFFF;
}
/* Content Styles */
#content p {
	color: #000000;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: small;
}
#content a {
	color: #000000;
	text-decoration: underline;
	font-size: small;
}
#content a:hover {
	color: #3399FF;
	text-decoration: none;
	font-size: small;
}
h6 {
	color: #000000;
}
h5 {
	color: #000000;
}
#content h4 {
	color: #3399FF;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
h3 {
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
}
h2 {
	color: #3399FF;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Calibri;
	font-size: medium;
}
#content h1 {
	color: #3399FF;
}
#content img {
	padding: 0px;
	border: 0px #808080 solid;
	margin-bottom: 0px;
}
#masthead img {
	padding: 0px;
	border: 0px #808080 solid;
	margin-bottom: 0px;
}
#contentindex img {
	padding: 0px;
	border: 0px #808080 solid;
	margin-bottom: 0px;
}

#contentR h1 {
	color: #000000;
}
#contentR img {
	border-bottom: 10px;
	padding: 0px;
	border: 0px #808080 solid;
	margin-bottom: 0px;
}

/* Footer Styles */
#footer p {
	color: #FFFFFF;
	margin-top: 10px;
	font-size: medium;
}
#header p {
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: medium;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: medium;
}
#footer a:hover {
	color: #3399FF;
	text-decoration: none;
	font-size: medium;
}
#xtekst a {
	color: #000000;
	text-decoration: underline;
	font-size: medium;
}

