@charset "utf-8";

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, em, img, q, small, strike, strong, sub, sup, tt,
b, u, i, center, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
footer, header{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	text-align: left;
	color: #000;
}
body {
	background-color: #d1d0d4;
	background-image: url(../img/body.background.png);
	background-repeat: repeat-x;
}
#container {
	width: 868px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/container.background.png);
	background-repeat: repeat-y;
	margin:0 auto;
}
#container-top {
	background-image: url(../img/container.top.png);
	background-repeat: no-repeat;
	height: 6px;
	width: 868px;
	margin-left: auto;
	margin-right: auto;
}
#container-bottom {
	background-image: url(../img/container.bottom.png);
	background-repeat: no-repeat;
	height: 6px;
	width: 868px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 110px;
}
#header-img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
#menu {
	height: 42px;
	background-image: url(../img/menu.background.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 0px;
	padding-right: 185px;
	padding-bottom: 0px;
	padding-left: 181px;
}
#menu ul {
	list-style-position: outside;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 0;
	padding-right: 0;
}
#menu li {
	float: left;
	padding-top: 3px;
	padding-bottom: 0;
	padding-left: 4px;
	padding-right: 4px;
	height: 29px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5c3a84;
	border-right-color: #5c3a84;
	border-bottom-color: #5c3a84;
	border-left-color: #5c3a84;
	letter-spacing: 0;
}
#menu a:visited {
	font-family: Arial, Verdana, serif;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	text-shadow: #5c3a84 0px 0px 1px;
	padding-top: 2px;
}
#menu a:link {
	font-family: Arial, Verdana, serif;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	text-shadow: #5c3a84 0px 0px 1px;
	padding-top: 2px;
}
#menu a:active {
	font-family: Arial, Verdana, serif;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	text-shadow: #5c3a84 0px 0px 1px;
	padding-top: 2px;
}
#menu a:hover {
	font-family: Arial, Verdana, serif;
	font-size: 20px;
	text-decoration: none;
	color: #000;
	text-shadow: #5c3a84 0px 0px 5px;
	padding-top: 2px;
}
#menu .menu-current a {
	color: #000;
	text-shadow: #5c3a84 0px 0px 5px;	
}
#menu .menu-last li {
	border: none;
}
#left {
	float: left;
	width: 174px;
	height: 460px;
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#right {
	float: right;
	width: 174px;
	height: 460px;
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;

}
#content {
	width: 462px;
	min-height: 509px;
	float: left;
	padding: 25px;
	letter-spacing: 0.04em;
}
#content ul, ol {
	list-style-position: outside;
	list-style-type: square;
	padding-left: 28px;
}
#footer {
	height: 15px;
	padding-top: 0px;
	padding-right: 185px;
	padding-bottom: 0px;
	padding-left: 185px;
	margin: 0px;
	clear: both;
}
#footer-text {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #7e5fa3;
	border-right-color: #7e5fa3;
	border-bottom-color: #7e5fa3;
	border-left-color: #7e5fa3;
	width: 500px;
	font-size: 12px;
	margin-top: auto;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
#footer-text a:link, a:visited, a:active {
	font-size: 12px;
}
#clear {
	clear: both;
}
p {
	margin-top: 0;
	margin-bottom: 10pt;
	margin-left: 0;
	margin-right: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, serif;
	font-weight: bold;
	text-align: left;
	color: #333;
}
h1 {
	font-size: 16pt;
	padding-bottom: 10pt;
}
h2 {
	font-size: 14px;
	padding-top: 2px;
}
h3 {
	font-size: 12px;
	padding-top: 2px;
}
h4 {
	font-size: 9px;
	padding-top: 2px;
	font-weight: bold;
}
h5, h6 {
	font-size: 9px;
	padding-top: 2px;
	font-weight: bold;
}
a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #5c3a84;
	text-shadow: #5c3a84 0px 0px 10px;
	font-size: 12pt;
}
a:hover {
	text-decoration: underline;
	color: #5c3a84;
	text-shadow: #5c3a84 0px 0px 5px;
	font-size: 12pt;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: lighter;
	color: #454547;
	padding-left: 20px;
}