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

a , a:visited {
	text-decoration: none;
	color: #0000cc;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

body {
	background-color: #f1f1f1;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
}

.b_content {
	width: 900px;
	margin: 20px auto;
	padding: 10px 20px;
	text-align: center;
}

.b_header {
	text-align: center;
	background-color: #ffffff;
	padding: 10px;
}

.b_header .b_title {
	overflow: auto;
	vertical-align: middle;
	margin: 0px auto;
	width: 820px;
}

.b_header .b_title .b_mascot img {
	float: left;
	padding-right: 10px;
	vertical-align: middle;
}

.b_header .b_title .b_logo img {
	float: left;
	padding: 20px 10px 0px;
	vertical-align: middle;
}

.b_tagline {
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin: 10px 0px;
}

.t_about {
	width: 100%;
	margin: 20px 0px 0px;
	border-collapse: collapse;
	border: none;
}

.t_about .t_about_c {
	width: 75%;
	padding: 20px;
	text-align: left;
	vertical-align: middle;
	background-color: #ffffff;
}

.t_about .about_title {
	font-weight: bold;
}

.t_about .about_desc {
	margin-top: 10px;
	color: #666666;
	line-height: 150%;
}

.t_about .t_about_links_c {
	width: 25%;
	padding: 20px;
	text-align: left;
	vertical-align: middle;
	background-color: #ffffff;
}

.t_about .about_link {
	margin: 20px 0px;
	font-size: 14px;
}

.t_apps {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

.t_apps td {
	width: 50%;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	border: 20px solid #f1f1f1; 
	background-color: #ffffff;
}

.t_apps .b_app {
	padding: 10px 0px 10px;
}

.t_apps .b_app .b_desc {
	color: #666666;
	margin-top: 10px;
	font-size: 14px;
}

.t_apps .b_app .url {
	font-size: 14px;
	margin-top: 10px;
}

.t_apps .b_app .qcast {
	font-size: 12px;
	margin-top: 10px;
}

.b_footer {
	margin-top: 40px;
	font-size: 14px;
	color: #111111;
	text-align: center;
}