@charset "utf-8";
#container {
	width: 940px;
	margin: 20px auto;
}
#header {
	width: 940px;
}
#header_top {
	width: 900px;
	height: 90px;
	padding: 0 20px;
}
#logo {
	width: 740px;
	height: 70px;
	float: left;
}
#my_favorite {
	width: 160px;
	height: 70px;
	float: left;
}
#header_subtitle {
	width: 900px;
	height: 20px;
}
#header_bottom {
	width: 900px;
	padding: 33px 20px 0 20px;
	height: 48px;
	background: #E6E6E6 url('images/menuBg.gif') no-repeat;
}
#menu {
	width: 900px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #507124;
}
#menu a {
	color: #507124;
	text-decoration: none;
}
#menu a:hover {
	color: #8cc63F;	
}
.options {
	width: 100px;
	height: 20px;
	float: left;
	text-align: center;
}
#mainarea {
	width: 940px;
	height: 832px;
}
#main_top {
	width: 900px;
	height: 16px;
	padding: 0 20px;
	background: #E6E6E6 url(images/mainarea_top.gif) no-repeat;
}
#main_center {
	width: 900px;
	padding: 0 20px;
	background: #E6E6E6 url(images/mainarea_center.gif) repeat-y;
	height: 800px;
}
#main_left {
	width: 660px;
	height: 760px;
	padding: 20px 20px 20px 20px;
	float: left;
	line-height: 32px;
	font-size: 14px;
}
.page {
	background-color: #8CC63F;
	color: white;
	line-height: 24px;
}
.page a {
	color: white;
}
.calculator {
	border: 1px solid #333333;	
}
.calculator_title {
	background-color: #8CC63F;
	font-size: 21px;
	font-weight: bold;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 20px;
}
.calculator_body {
	background-color: #E6E6E6;	
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 20px;
}
#main_right {
	width: 160px;
	height: 760px;
	padding: 20px;
	float: left;
}
#main_bottom {
	width: 900px;
	height: 16px;
	padding: 0 20px;
	background: #E6E6E6 url(images/mainarea_bottom.gif) no-repeat;
}
.title {
	color: #93278F;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
}