@charset "utf-8";
#wrapper {
	width:940px;
	position:relative;
	top:0px;
	left:50%;
	margin-left:-470px;
	height: 100%; 
	background-color: #ffffff;
}
.bodytext {
	font-family: tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color:#333333;
}
.bodytextblack {
	font-family: tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height:20px;
	color:#000000;
}
.bodytextsmall {
	font-family: tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
}
.whitebodytextsmall {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	line-height:16px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DDB4D9;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}
a:link {
	color: #7C1171;
	text-decoration: underline;
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-moz-outline-style: none;
}
a:visited {
	color: #7C1171;
	text-decoration: underline;
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-moz-outline-style: none;
}
a:hover {
	color: #7C1171;
	text-decoration: none;
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-moz-outline-style: none;
}
table.sub_nav td {padding:0 }
table.sub_nav td a {padding:6px; -moz-user-select: none; -khtml-user-select: none; -moz-outline-style: none;display:block; background:#E9E2EB; text-decoration: none; font-size: 11px; color: #7E1574; font-family: Verdana, Arial, Helvetica, sans-serif;}
table.sub_nav td a:hover {background:#7E1574; text-decoration: none; font-size: 11px; color: #ffffff}.text {}
h1 {
    font-family: tahoma, Verdana, Helvetica, sans-serif;
	color: #7C1171;
	font-size: 35px;
	font-style: normal;
	font-weight:normal;
    margin: 0;
    padding: 0;
    outline: none;
}

.glossymenu{
list-style-type: none;
margin: 0px 0;
padding: 0;
width: 200px;
}

.glossymenu li a{
background-color: #ECE7ED;
margin:1px;
font: 11px Verdana, Arial, Helvetica, sans-serif;
color: #7E1574;
display: block;
width: auto;
padding: 6px;
text-decoration: none;

}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:hover{
background-color: #7C1171;
color: white;
}

.subglossymenu{
list-style-type: none;
margin: 0px 0;
padding: 0;
width: 200px;
}

.subglossymenu li a{
background-color: #ECE7ED;
margin:1px;
font: 11px Verdana, Arial, Helvetica, sans-serif;
color: #7E1574;
display: block;
width: auto;
padding: 6px;
padding-left: 30px;
text-decoration: none;

}

* html .subglossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.subglossymenu li a:hover{
background-color: #7C1171;
color: white;
}



