/* CSS Document */
Body {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00457E;
	margin:24px;
}
H1{
	font-size: 20px;
	margin-left:90px;
	margin-top:0px;
	margin-bottom:8px;
}
H2{
	font-size: 16px;
	margin-left:90px;
	margin-top:4px;
	margin-bottom:4px;
	font-style: italic;
}
H3{
	color: #000000;
}
H6{
	color: #000000;
	font-size: 16px;
	margin-bottom:8px;
	margin-top:8px;
}
p{
	margin-bottom:8px;
	margin-top:8px;
}
p#blk{
	color: #000000;
}
p.index{
	text-align: justify;
}
p#forFree{
	text-align: center;
	margin-top:80px;
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
p#alter{
	text-align: justify;
	margin-top:0px;
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}

p#telNo{
	text-align: center;
	margin-top:0px;
	font-family: "Courier New", Courier, mono;
	font-size: 36px;
	font-weight: bold;
	color: #666666;
}
div#holder{
	background:#CCCCCC; /* shadow color */
    border:1px solid #DDDDDD; /* darker border color */
    width:760px;
	margin-left: auto;    
	margin-right: auto;
	position: relative;
}
div#frame{
	background: #FFFFFF url(_images/logo.png) no-repeat right top;
	border: 1px solid #000000;
	position: relative;
	left:-6px;
	top:-6px;
	padding-top:130px;
	text-align: left;
}
div#mainTXT{
	padding-left:30px;
	padding-right:20px;
	margin-top:0px;
}
div#mainTXT UL {
	margin-top:180px;
}
div#mainTXT UL LI{
	margin-bottom:10px;
}
div#topNav{

}
div#topNav ul{
	position: absolute;
	right: 120px;
	top: 124px;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}
div#topNav ul li{
	display: inline;
	padding-right:10px
}
div#footer{
	background-image: url(_images/bgrndFooter.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:90px;
	padding-left:20px;
	padding-right:20px;
	position:relative;
	text-align:center;
}
div#footer H3{
	margin-top:12px;
	font-size: 14px;
	color: #FFFFFF;
	z-index: 99;
}
div#footer H3#shadow{
	position: absolute;
	left:172px;
	top:-2px;
	color: #000000;
	white-space: nowrap;
	z-index: 9;
}
div#footer p{
	font-size: 12px;
	color: #000000;
	margin:3px;
}
div#contact{
	position: absolute;
	top: 276px;
	left: 330px;
	width:200px;
	height:84px;
	padding-left:30px;
	background-image: url(_images/footerImg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div#indTXT{
	position: absolute;
	top: 880px;
	left: 60px;
	width:644px;
	color: #FFFFFF;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-variant: small-caps;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-variant: small-caps;
	color: #000000;
	text-decoration: none;
}