@charset "utf-8";
body {
	margin: 0px;
	background-color: #132c4e;
}
.header {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#logo {
	float: left;
	width: 400px;
	display: inline;
}
#menu {
	float: right;
	height: 25px;
	width: 475px;
	margin-top: 5px;
}
#menu_ul {
	margin-top: 2px;
}
.menu_li {
	float: left;
	width: 33%;
	list-style-type: none;
}
.menulink:link, .menulink:visited, menulink:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #132c4e;
}
.hcc_iframe {
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
}
.line {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.main_container {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #132c4e;
	height: 200px;
}
.left_column {
	float: left;
	height: 200px;
	width: 200px;
}
.main_menu_ul {
	margin-top: 10px;
}
.main_menu_li {
	list-style-type: none;
	line-height: 25px;
}
.main_menu_href:link, .main_menu_href:visited, .main_menu_href:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}


.right_column {
	float: right;
	width: 680px;
}
#welcome_text {
	width: 670px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
	padding-top: 15px;
}
#java_banner {
	height: 60px;
	width: 468px;
	margin-top: 25px;
	padding-right: 212px;
}
.performer_container {
	background-color: #FFFFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 920px;
}
.performer_inpages_container {
	background-color: #FFFFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 470px;
}
.left_perf_column {
	float: left;
	width: 680px;
	margin-top: 20px;
}
#performer_text {
	float: right;
	width: 320px;
	text-align: justify;
	margin-bottom: 20px;
}



.right_perf_column {
	float: right;
	height: 200px;
	width: 200px;
	margin-top: 20px;
}
#perf_video {
	float: left;
	height: 280px;
	width: 320px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.footer_container {
	background-color: #FFFFFF;
	height: 140px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#friends {
	text-align: justify;
	height: 90px;
	width: 880px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#bottom_links {
	text-align: center;
	height: 25px;
	width: 880px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
a:link, a:visited, a:hover {
	color: #003366;
	text-decoration: none;
}
