html { overflow-y:scroll; }
html, body {
	margin:0px;
	padding:0px;
}
H1, H2, H3, H4, H5 {
	margin-top:0;
	color:#663399;
}
/*
span.bgpink {
	background-color:pink;
	align:right;
}
*/
p {
	margin-top:0px;
}
a, a:hover {
	text-decoration:none;
}
a img {
	border:0px;
}
.menuitem, .menuitemact {
	display: inline;
	margin: 0 8px;
}
.menuitem a, .menuitemact a {
	color:#ffffff;
	font-weight:bold;
}
.menuitem a:hover, .menuitemact a {
	color:#663366;

}
p.subheader {
	color:#663399;
	font-weight:bold;
}
p.bodytext {
	text-align:left;
}
p.sidequote {
	background-color:#9966CC;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
}
a.mouseOverPurple, a.mouseOverPurple:visited {
	display:block;
	width:160px;
	color:#663399;
}
a.mouseOverPurple:hover {
	background-color:#E6D2FB;
}

body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-style:normal;
	color:#666666;
	font-size:12px;
	background-color:#F5F6FA;
}
#outline {
	text-align:left;
	width:770px;
	z-index:1;
	margin: 0px auto;
	position: relative;
	top:0px;
	left:0px;
	margin-top: 0px;
}
#banner {
	left:0px;
	top:0px;
	z-index:1;
	background-image: url(gfx/topimage.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 133px;
	background-color: #663399;
}
#logo {
	left:0px;
	top:0px;
	width:215px;
	height:130px;
	z-index:1;
}
#menucontainer {
	height: 30px;
	line-height: 28px;
	background-color: #9966CC;
	text-align: center;
	color: #ffffff;
	
}
#langmenu {
	position:absolute;
	top:116px;
	left:14px;
}
#langmenu img {
	margin-right:10px;
}
#leftcolcontainer {
	width: 160px;
	float: left;
}
#leftcol {
	margin-bottom:20px;
}
#midcol {
	width: 437px;
	float: left;
	padding-left: 13px;
	padding-right: 13px;
}
#midcolprop {
	height:1px;
	position:relative;
}
#rightcol {
	width: 147px;
	float: left;

}
#rightcolcontent {
	margin-bottom:20px;
}
.purpleBG {
	background-color:#CC99FF;
}
#footer2 {
	position: relative;
	top:15px;
	margin:0 auto;
	width: 767px;
	z-index:1;
	clear: both;
	border-top: 1px solid #9966CC;
	color: #9966CC;
	text-align: right;
	padding-right: 8px;
}
#footer2 a {
	margin-left:5px;
	margin-right:5px;
}
#submenu {
	border-bottom: 1px solid #663399;
	margin-bottom: 80px;
	color: #9966CC;
}
.submenuitem, .submenuitemact {
	border:1px solid #663399;
	border-bottom-style: none;
}
.submenuitem a, .submenuitemact a {
	color:#663399;
	display:block;
	padding-left:8px;
	
}
.submenuitemact a {
	/*font-weight:bold;*/
	text-decoration:none;
	background-color:#9966CC;
	color:#ffffff;
}
.submenuitem a:hover {
	background-color:#e6d2fb;
}
.leftkolitem {
	height: 80px;
	margin-bottom: 10px;
	border: 1px solid #9966CC;
}
#contentcontainer {
	margin-top: 22px;
	background-color:#ffffff;
}

.contenttable {
	width:437px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border-collapse:separate;
	border-spacing:0;
	empty-cells:hide;
}
td {
	border: 1px solid #9966CC;
	margin:0 0 0 0;
	text-align:left;
	vertical-align:top;
}
td strong {
	color:#9966CC;
}