@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #9310b6;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
}
hr { 
background-color: #b71234; 
color: #b71234; 
border: none; 
height: 1px; 
}

a:link {color: #9310b6; text-decoration: underline;}
a:visited {color: #9310b6; text-decoration: underline;}
a:hover {color: #9310b6; text-decoration: none;}
a:active {color: #9310b6; text-decoration: underline;}

h1 {
	font-size: 24pt;
	font-weight: bold;
	color: #b71234;
}
h2 {
	font-size: 18pt;
	color: #9310b6;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
	color: #9310b6;
}
h4 {
	font-size: 12pt;
	font-style: italic;
	color: #9310b6;
}
p {
	font-size: 10pt;
	font-weight: 100;
	color: #000000;
}

#container {
	position: relative;
	width: 850px;
	height: auto;
	background: #b71234;
	margin: 0px auto;
	border: 0px solid #000000;
}
#header {
	height: 300px;
	margin: 0px;
	padding: 0px;
	background: none;
}
#content {
	height: auto;
	margin: 0px;
	padding: 0px;
	background: none;
}
#menu {
	height: auto;
	margin: 0px;
	padding: 0px;
	background: none;
}
#main {
	height: auto;
	padding: 25px 25px 25px 25px;
	margin: 0px;
	background: #ffffff;
	border-left: 0px #000000 solid;
	border-right: 0px #000000 solid;
	border-top: 0px #000000 solid;
	text-align: left;
}
#footer {
	height: 25px;
	background: #b71234;
	border-bottom: 0px #000000 solid;
	border-left: 0px #000000 solid;
	border-right: 0px #000000 solid;
	margin-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
}
ul.text {
	background: none;
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.text li {
	text-align: left;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
ul.menu {
	background: #b71234;
	text-align: left;
	list-style: none;
	border-left: 0px #000000 solid;
	border-right: 0px #000000 solid;
	border-top: 0px #000000 solid;
	margin-left: 25px;
	padding: 0px;
}
ul.menu li {
	text-align: left;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
ul.menu li a {
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	background: #b71234;
	border-bottom: 2px #b71234 solid;
	border-left: 2px #b71234 solid;
	border-right: 2px #b71234 solid;
	border-top: 2px #b71234 solid;
	padding: 10px 10px;
}
ul.menu li a:hover {
	color: #b71234;
	background: #ffffff;
	border-bottom: 2px #b71234 solid;
	border-left: 2px #b71234 solid;
	border-right: 2px #b71234 solid;
	border-top: 2px #b71234 solid;
	padding: 10px 10px;
}
.shadow {
  -moz-box-shadow: 0px 0px 0px #000000;
  -webkit-box-shadow: 0px 0px 0px #000000;
  box-shadow: 0px 0px 0px #000000;
}
