@charset "utf-8";
#maincont {
	background-repeat: no-repeat;
	width: 820px;
	border: thin solid #000000;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	color: #22252A;
	font-size: medium;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
#maincont p {
	font-size: medium;
	margin: 10px;
}

#menu {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-size: large;
}
#maincont  #menu a:link {
	font-weight: bold;
	color: #000000;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}
#maincont  #menu a:visited {
	font-weight: bold;
	color: #000000;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}
#maincont  #menu a:hover {
	font-weight: bold;
	color: #FFFFFF;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #990000;
}



#maincont h1 {
	font-size: x-large;
	background-image: url(../images/other/text_background.jpg);
	background-repeat: repeat-x;
	font-style: italic;
	padding-left: 10px;
	padding-right: 5px;
	margin: 10px;
}
#maincont h2 {
	font-size: x-large;
	background-image: none;
	font-style: italic;
	margin: 10px;
}
#maincont  a:link {
	color: #22252A;
	text-decoration: none;
	font-weight: bold;
}
#maincont a:visited {
	color: #22252A;
	text-decoration: none;
	font-weight: bold;
}

#maincont a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
.redtext {
	color: #990000;
}
body {
	background-color: #D3D2DA;
	margin-top: 0px;
	padding-top: 0px;
}
#maincont  img {
	margin-right: 10px;
}
#maincont li {
	padding-bottom: 10px;
	list-style-type: square;
	list-style-position: outside;
}
#footer {
	font-size: small;
	font-style: italic;
	color: #22252A;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
}
