﻿/* CSS Document */
<!--
li.MsoNormal {
	mso-style-parent: "";
	margin-bottom: .0001pt;
	font-size: 12.0pt;
	font-family: "Times New Roman","serif";
	margin-left: 0cm;
	margin-right: 0cm;
	margin-top: 0cm;
}
-->
body {
	background-color: #7B819A;
	background-image: url("images/bg.jpg");
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}
a:link {
	COLOR: #840045;
	text decoration: none;
	font-style: normal;
}
a:visited {
	COLOR: #840045;
	text decoration: none;
	font-style: normal;
}
a:hover {
	COLOR: #840045;
	text decoration: none;
	font-style: normal;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #ffffff;
	background-color: #000040;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #666666;
	background-color: #840045;
	font color: #000000;
}