body {
	background: #fff url(../images/grey_bg.gif) repeat-y center;
	font: 1em Arial;
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

#container {
	position: relative;
	width: 850px;
}

#close_button {
	color: #777777;
	position: absolute;
	top: 0px;
	right: 0px;
	font: 0.7em Verdana;
	z-index: 10;
}

#close_button a:link{
	color: #777777;
	text-decoration: none;
}

#close_button a:visited{
	color: #777777;
	text-decoration: none;
}

#close_button a:hover{
	color: #777777;
	text-decoration: none;
}

#page_header {
	position: relative;
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #69B2FF;
	width: 810px;
	text-align: left;
}

#page_header_title {
	color: #69B2FF;
	position: absolute;
	bottom: 10px;
	right: 0px;
	width: 575px;
	font: 1.5em Arial;
	text-align: right;
}

#content_container {
	text-align: left;
	position: relative;
	width: 810px;
	margin: 10px 20px 10px 20px;
}

#menu_container {
	position: relative;
	width: 228px;
	height: 575px;
	background: url(../images/menu_bg.gif) no-repeat;
	padding-top: 12px;
}

.menulink {
	position: relative;
	background: url(../images/calculator_bullet.gif) no-repeat;
	width: 195px;
	display: block;
	text-align: left;
	font: 0.75em Arial;
	color: #4D4D4D;
	text-decoration: none;
	padding: 1px 5px 6px 28px;
	margin: 0;
}

.menulink:link{
	color: #4D4D4D;
	background: none;
	background: url(../images/calculator_bullet.gif) no-repeat;
}

.menulink:visited{
	color: #4D4D4D;
	background: url(../images/calculator_bullet.gif) no-repeat;
}

.menulink:hover{
	color: #fff;
	background: #005AB4 url(../images/calculator_bullet.gif) no-repeat;
}

#calculator_container {
	position: absolute;
	width: 560px;
	top: 0px;
	right: 0px;
}

#calculate_buttons {
	position: relative;
	width: 555px;
	height: 27px;
	text-align: right;
	padding: 0 5px 0 0;
}

#calculate_buttons ul{
    margin:0;
    padding:0;
    list-style:none;
}

#calculate_buttons li{
	font: 0.95em Arial;
	width: 85px;
	height: 21px;
    display: block;
    float: right;
    margin: 0 2px 0 2px;
    padding: 6px 0 0 0;
    background: url(../images/button_bg.gif) no-repeat top left;
    text-align: center;
}

#calculate_buttons a:link{
	color: #fff;
	text-decoration: none;
}

#calculate_buttons a:visited{
	color: #fff;
	text-decoration: none;
}

#calculate_buttons a:hover{
	color: #4d4d4d;
}

#calculator {
	color: #336699;
	font: 0.8em Arial;
	position: relative;
	border: 3px solid #C4D7E9;
	width: 534px;
	background: #fff;
	text-align: center;
	padding: 10px;
}

#calculator a:link {
	color: #336699;
	text-decoration: underline;
}

#calculator a:visited {
	color: #336699;
	text-decoration: underline;
}

#calculator a:hover {
	color: #336699;
	text-decoration: underline;
}

#notice {
	position: relative;
	color: #777777;
	font: 0.7em Verdana;
}
	
#copyright {
	position: relative;
}

#termscond {
	position: absolute;
	right: 0px;
	top: 0px;
}

#notice a:link{
	color: #777777;
	text-decoration: none;
}

#notice a:visited{
	color: #777777;
	text-decoration: none;
}

#notice a:hover{
	color: #777777;
	text-decoration: underline;
}

#page_secondheader {
	position: relative;
	width: 560px;
	height: 70px;
	margin: 30px 0 30px 0;
	background: url(../images/site_slogan.gif) no-repeat top center;
}

.divlink{
	display:block; 
	width: 100%; 
	height: 100%;
}