@charset "utf-8";
/* CSS Document */
*	{
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, "Times New Roman", Times, serif;
	font-size:.8em;
	background:#d6a105;
	}


#base {
	clear:both;
	left:0em;
	top:0em;
	position:absolute;
	width:100%;
	z-index:2;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/bg.gif) repeat-x;
}
#container {
	width:960px;
	z-index:1;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/top.gif); 
	background-repeat:no-repeat;
}

#top {
	width:960px;
	height:165px;
	z-index:1;
}
#top-left{
	float:left;
	width:224px;
	height:136px;
	z-index:1;
}
#top-centre{
	float:left;
	margin-top:3px;
	width:480px;
	height:165px;
	z-index:1;
/*	background-image:url(../images/logo.png);
	background-repeat:no-repeat; */
}
#top-right{
	float:right;
	width:224px;
	height:136px;
	z-index:1;
}
#menu {
	float:left;
	padding:0em;
	width:189px;
	height:300px;
	}

#content {
	width:960px;
	z-index:5;
	clear:both;
	float:left;
	margin-top:-3px;
}
#text {
	margin-top:-3px;
	float:left;
	width:594px;
	z-index:3;
	text-align:center;  
	background:url(/images/textbg.gif);
}
#text-body {
	width:544px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#text-body li	{
	margin-left:30px;
}
#text-body	p{
	padding-top:10px;
	padding-bottom:10px;
}
#text-bottom	{
	width:594px;
	background:url(/images/text-bottom.gif);
	height:34px;
	background-repeat:no-repeat;
}
#right-box {
	width:170px;
	text-align:center;
	float:right;
	background:#FFF;
	border-color:#990;
	border-style:solid;
	border-width:2px;
	}
#right-box ul {
	list-style:none;
	padding:0px;
	font-size:.8em;
	color:#663300;
	}
#calculator {
	width:160px;
	margin-left:auto;
	margin-right:auto;
	border-style:solid;
	border:1px;
	border-color:#663400;
	text-align:left;
	background:	#917e28;
	}
#footer {
	clear:both;
	width:100%;
	z-index:4;
	}
#footer a {
	text-decorations:none;
	color:#FFFFFF;
	}
#text p {
	margin-left:1em;
	margin-right:1em;
	}
#menu ul	{
	line-height:1em;
	}
#menu li	{
	margin:3px;
	list-style:none;
	}
#menu li a	{
	display:block;
	margin:6px;
	line-height:1.6em;
	background:#fff;
	text-decoration:none;
	color:#000000;
	border:1px;
	border-color:#663400;
	border-style:solid;
	}
#menu li a:hover	{
	display:block;
	margin:6px;
	line-height:1.6em;
	background:	#917e28;
	text-decoration:none;
	color:#FFFF99;
	border:1px;
	border-color:#663400;
	border-style:solid;
	}
#menu li 	{
	display:block;
	margin:6px;
	line-height:1.6em;
	background:#990;
	text-decoration:none;
	color:#000000;
	border:1px;
	border-color:#663400;
	border-style:solid;
	}
#menu img {
	border:0em;
	}
h1		{
	font-size:1.4em;
	margin-left:.3em;
	text-align: center;
	color: #630;
				}
h2		{
		font-size:1.2em;
		margin-left:.3em;
		color:#663300;	
		font-weight:900;	
				}
#content img		{
		text-align:center;
		}
#bg	{
	width:100%;
	height:8.0em;
	z-index:1;
	background:#ffffff;
	left:0em;
	top:0em;
	}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:3;
}

