html {
	height: 100%;
}

body{
	height: 100%;
	background: #003b5c;
	margin: 0;
	-x-system-font:none;
	font-family:Verdana,Geneva,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.231;
	color: #074060;
}

a{
	color: #0087C6;
}

h1 {
	font-size: 20px;
}

ul,ol, ul li,ol li  {
	margin: 10px;
	padding: 0;
}

ul ul, ul ol, ol ol, ol ul {
	margin-left: 20px;
}

ul.map {
	color: #0087C6; 
}

.h1 {
	text-align: center;
}

.left_border {
	margin: 0 auto;
	padding: 0;
	width: 790px;
	border: none;
	background: #aacfee url('img/note-y.gif') left top repeat-y;
	overflow: auto;
}

.right_border {
	margin: 0;
	padding: 0;
	width: 790px;
	border: none;
	background: url('img/note-y.gif') right top repeat-y;
	overflow: auto;
}

.top {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100px;
	background: #aacfee url('img/note-x.gif') center top repeat-x;
	clear: both;
}

.bottom {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 41px;
	background: #aacfee url('img/note-x.gif') center bottom repeat-x;
}
.left_corner, .right_corner {
	margin: 0;
	padding: 0;
	width: 60px;
	height: 100%;
	background-image: url('img/note-corners.gif'); 
	background-repeat: no-repeat;
}

.top .left_corner { background-position: left top; float: left;}
.top .right_corner { background-position: right top; float: right;}
.bottom .left_corner { background-position: left bottom; float: left;}
.bottom .right_corner { background-position: right bottom; float: right;}



#main {
	margin: 0 60px;
	width: 670px;
	border: none;
	overflow: auto;
	background: #aacfee; 
}

#Calc {
	float: left;
	margin: 10px 0;
	width: 470px;
	height: 300px;
	border: none;
	background: #aacfee url('img/calc_bg.gif') center center no-repeat;
	overflow: auto;
}

#AdSense {
	float: right;
	margin: 10px 0 10px 40px;
	width: 160px;
	height: 600px;
	border: none;
	overflow: hidden;
}
.clear {
	clear: both;
}

input {
	border: none;
	background: none;
	width: 100%;
	text-align: center;
	color: #074060;
}

p {
	text-align: justify;
	text-indent: 15px;
	margin: 3px 0;
}
table {
	width: 90%;
	text-align: center;
	border: none;
	border-collapse: separate;
	padding: 0;
	margin: 10px auto;
}
.small {
		font-size:10px;
}
.text {
	border: 1px solid #8bb4d3;
}

.data {
	border: 1px solid #074060;
}

.calculation {
	font-size:16px;
	margin-top: 15px;
}

.calculation input {
	font-size:16px;
}

.calculation .data {
	background: #fff;
}


.info, .info input {
	font-size:14px;
}

.update, .update input {
	font-size:12px;
}

.path {
	font-size:10px;
	color: #0087C6;
}

.counters {
	background: #003b5c;
	padding: 10px 25px 0 25px;
	text-align: right;
}