@charset "utf-8";
body,td,th {
	color: #9c3389;
	font-family: Trebuchet MS;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg2.png);
	background-repeat: repeat-x;
}
img{
	margin:0px;
	border:0px;
	padding:0px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
.f_left {
	float:left;
}
.floatBreak{
	float:none;
	clear:both;
	display:none;
}
#listMenu {
	position:absolute;
	height:42px;
	top:250px;
	left:50%;
	margin-left:-240px;
	width:650px;
}
#listMenu li {
	list-style:none;
	list-style-type:none;
	float: left;
}
#topmenu {
	position:absolute;
	width:861px;
	top:0px;
	left:50%;
	margin-left:-430px;
	background-repeat: repeat-y;
	background-position: center;
}
#mainContent {
	position:absolute;
	width:861px;
	top:292px;
	left:50%;
	margin-left:-430px;
	background-image:url(images/main_middle.png);
}
#leftColumn {
	margin:10px;
	width:257px;
}
#rightColumn {
	float:left;
	width:546px;
	margin:10px;
	overflow: hidden;
}
#rightColumn a {
	text-decoration: none;
	color: #9c3389;
}

#centerColumn{
	margin:10px;
	width:830px;
}
#logos{
	margin-left:30px;
	margin-right:30px;
	margin-top:0px;
	margin-bottom:10px;
	width:800px;
	float:left;
}
.smallText{
	font-size:10px;
	top: 0px;
}
