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

body {
	background:#002d4a url('images/bg.jpg') no-repeat 50% 0;
	margin:0;
	padding:0;
	color:#002f4d;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
	font-size:14px;
	text-align:left;
}
img {
	border:0;
}
p {
	margin:20px 0 0 0;
	padding:0;
}
h1 {
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
}
a {
	color:#002f4d;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;	
}
a.ext {
	color:#008add;
	text-decoration:underline;
	font-size:13px;
}
a.ext:hover {
	text-decoration:none;
}
.wrapper {
	overflow:hidden;
	width:960px;
	margin:0 auto;
}
#head {
	background:url('images/bg_head.png') no-repeat;
	width:380px;
	height:74px;
	margin:82px 0 0 0;
	float:left;
}
#head img {
	margin:15px 0 0 15px;
}


#Pub_Header
{
float: left;
width: 468px;
height: 60px;
margin-top:82px;
margin-left: 100px;
}

.blue {
	font-weight:bold;
	color:#008bdf;
}

/******** CONTENT **********************************************/
.content {
	background:url('images/bg_content.png');
	float:left;
	width:100%;
	margin:1px 0 0 0;
	padding:30px;
}
.left {
	float:left;
	width:413px;
}
.equation {
	background:url('images/bg_equation.png');
	border:1px solid #889caa;
	width:353px;
	height:309px;
	padding:30px 0 0 30px;
}
.equation .inside {
	background:url('images/bg_equation_inside.png') no-repeat 50% 110px;
	width:323px;
	height:100%;
}
.equation .inside .first {
	float:left;
	width:100%;
}
.equation .inside .second {
	float:left;
	width:100%;
	margin:80px 0 0 0;
}
.equation input {
	background:#d2dbe2;
	border:1px solid #a1b2bd;
	width:95px;
	height:95px;
	color:#11a4ad;
	text-align:center;
	font-size:40px;
}

.equation span.result{
	color:#11a4ad;
	text-align:center;
	font-size:40px;
	display: block;
	padding: 40px 10px 0 0;
	float: right;
	width:95px;
}

.equation input.two {
	float:right;
}
input.button {
	background:url('images/button.gif') no-repeat;
	border:0;
	width:224px;
	height:39px;
	margin:20px 0 0 0;
}
input.result {
	background:#edf0f2;
	border:1px solid #9daeb9;
	width:225px;
	height:109px;
	color:#11a4ad;
	text-align:center;
	font-size:40px;
	display:block;
	margin:20px 0 0 0;
}
.right {
	background:url('images/bg_right.gif') repeat-y;
	float:left;
	width:473px;
	height:540px;
	padding:0 30px 0 30px;
}
.right .eq_1 {
	vertical-align:middle;
	margin:0 0 0 7px;
}
.right .eq_2 {
	vertical-align:middle;
	margin:0 0 0 10px;
}
.right .eq_3 {
	margin:0 0 0 32px;
}
.bottom {
	float:left;
	clear:both;
	background:url('images/bg_bottom.gif') repeat-x;
	width:900px;
	margin:20px 0 0 0;
	padding:20px 0 0 0;
}

.bottom_links {
	font-size: 11px;
	padding: 20px 0;
	color: #C7D1D7;
	font-weight: bold;
}

.bottom_links a {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #C7D1D7;
	text-decoration: underline;
}

.bottom_links a:hover {
	text-decoration: none;
}

.bottom_links p {
	margin: 0px;
	padding: 10px 0 0 0;
}

#Android
{
position:absolute;
margin-top: 2%;
}