/* @override http://www.ckwmoore.com/bpf/style.css */

body{
color: #333;
font-size: 13px;
font-family: verdana;
	background: #cbffcc url(images/back.jpg) no-repeat center 50px;
	padding-top: 63px;
}

img {
	float: right;
	margin-left: 20px;
}
a{
color: navy;
text-decoration: none;
	font-style: italic;
}

p{
margin: 0;
padding: 5px;
line-height: 1.5em;
text-align: justify;
}
#wrapper{
width: 600px;
margin: 0 auto;
}

#header {
	background: url(images/title.png) no-repeat center top;
	height: 48px;
	margin-top: 38px;
}



/* #header:hover {
	background: url(images/title.png) no-repeat center -57px;
} */

.box{
	color: #666;
}
.boxholder{
clear: both;
padding: 5px;
}
.tab{

}
.tabtxt{

}

/* @group Menu Elements */

#dot{
	width: 14px;
	height: 31px;
	overflow: hidden;
	float: left;
}

h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	float: left;
	height: 31px;

}

h2 {
	background: url(images/menu.png) no-repeat -18px -5px;
	width: 54px;
	margin-left: 30px;
}

h2:hover{
     background: url(images/menu.png) no-repeat -18px -38px;
}



h3 {
	background: url(images/menu.png) no-repeat -87px -5px;
	width: 116px;
}

h3:hover{
     background: url(images/menu.png) no-repeat -87px -38px;
}

h4 {
	background: url(images/menu.png) no-repeat -218px -5px;
	width: 77px;
}

h4:hover{
     background: url(images/menu.png) -218px -38px no-repeat;
}

h5 {
	background: url(images/menu.png) no-repeat -310px -5px;
	width: 89px;
}

h5:hover{
     background: url(images/menu.png) -310px -38px no-repeat;
}

h6 {
	background: url(images/menu.png) no-repeat -414px -5px;
	width: 131px;
}

h6:hover{
     background: url(images/menu.png) -414px -38px no-repeat;
}

/* @end */