@charset "utf-8";
/* CSS Document */



.twoColFixRtHdr #container #mainContent #welcomeText {
	float: right;
	height: auto;
	width: 320px;
	font-style: italic;
	font-size: 13px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.twoColFixRtHdr #container #mainContent #leftContent {
	float: left;
	height: 130px;
	width: 250px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.twoColFixRtHdr #container #mainContent #rightContent {
	float: right;
	height: auto;
	width: 330px;
	margin-right: 18px;
	margin-top: 2px;
	padding: 3px;
	margin-bottom: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

.twoColFixRtHdr #container #mainContent #pictures {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.twoColFixRtHdr #container #mainContent #sponsors {
	height: auto;
	width: 250px;
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
#rightContent img {
	margin: 4px;
}

#sponsors a {
	color: #060;
	text-decoration: none;
}
#sponsors a:hover{
	color: #F00;
	text-decoration: none;
}
	
#rightContent a {
	color: #060;
	text-decoration: none;
}
#rightContent a:hover {
	color: #F00;
	text-decoration: none;
}
