@charset "utf-8";
body {
	margin: 0px;
}
/* Header */
.header {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	height: 100px;
	width: 100%;
}
.no_border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.hcc_iframe {
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
/* h1 box */
.h1_box {
	height: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	height: 25px;
	margin-top: 5px;
	padding-left: 50px;
	text-align: left;
}

/* Main Menu */
.main_menu {
	width: 900px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
}
#ul_menu {
	margin-top: 2px;
	margin-right: 30px;
}
#menu_list {
	float: left;
	width: 20%;
	list-style-type: none;
	text-align: center;
}
.menu_links:link, .menu_links:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #554040;
	text-decoration: none;
	}
.menu_links:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #480505;
	text-decoration: none;
	}

/* Main Container */
.main_container {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.left_side {
	float: left;
	width: 200px;
}

.text_cell {
	width: 200px;
}
#text_align {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	text-align: justify;
}
.right_side {
	float: right;
	width: 680px;
}
#perf_cell {
	text-align: center;
}


/* Right Menu */
#right_menu {
	float: right;
	margin-left: 0px;
	height: 200px;
	width: 200px;
	display: inline;
}

#right_menu_ul {
	margin-top: 2px;
}
#right_menu_li {
	list-style-type: none;
	background:transparent url(images/bullet.gif) no-repeat 0px 7px;
	padding-left:20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu_links:link, .menu_links:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.menu_links:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
.friends {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#friends_text {
	float: left;
	height: 20px;
	width: 900px;
}
.fr_txt_align {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
#links {
	text-align: justify;
	width: 900px;
	float: left;
}
.footer {
	height: 30px;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#footer_links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
a:link, a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: none;
}
