body {
	text-align:center;
}

p {
	text-indent: 2em;
	display: block;
}

.drop {
	margin-bottom: -5px;
}
	
.h1 {
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.h3 {
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
}

.h4 {
	font: bold 40px/60px Tahoma, Arial;
}

.h5 {
	font-family: Tahoma, Arial;
	font-size: 26px;
	font-weight: bold;	
}

.h6 {
	font: bold 22px Tahoma, Arial;
}

.image {
	text-decoration: none;
}

.image-left {
	float: left;
	margin: 5px;
}

.image-right {
	float: right;
	text-decoration: none;
	margin: 5px;
}

#preload {
	visibility: hidden;
	display: none;
}

#holder {
	display: block;
	margin: auto;
	padding: 2px;
	color: #39C;
	background-color: #FFF;
	border-width: 3px;
	border-style: solid;
	width: 800px;
} 

#header{
	text-align: center;
	display: block;
	color: #39C;
	background: #F4F8FB;
	text-decoration: none;
	text-shadow: -1px 1px 0px black, -4px 4px 4px rgba(255,255,255,1), 2px -2px 4px rgba(255,255,255,1);  /* rgba(255,255,255,1) red,green,blue,opacity */
	border-bottom: 3px solid #39C;
} 
 
#content {
	text-align: center;
	display: block;
	float: right;
	color: #006;
	width: 610px;
	padding-right: 4px;
	padding-left: 4px;
	border-left: 3px solid #39C;
	min-height: 459px;
}

#footer {
	color: #006;
	background: #F4F8FB;
	display: block;
	text-align: center;
	clear: both;
	border-top: 3px solid #39C;
	font-size: 14px;	
}

#nav{
	list-style: none;
	float: left;
	text-align: left;
	text-decoration: none;
	display: block;
	top: 0px;	
	background: url(images/splats-nav2.gif) repeat-y;
}

.menu ul {
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	padding: 4px 4px 0px 50px;
}

.menu ul li a {
	text-decoration: none;
	line-height: 51px;
	height: 50px;
	font-size: 18px;
	display: block;
	margin: 0px;
	padding: 0px;
	color: #39C;
	background: #FFF;
}

.menu a:hover {
	color: #63C;
	background: #FFF;
}

/*p=page b=button*/
#p01 #b01 a,
#p02 #b02 a,
#p03 #b03 a,
#p04 #b04 a,
#p05 #b05 a,
#p06 #b06 a,
#p07 #b07 a, 
#p08 #b08 a,
#p09 #b09 a,
#p10 #b10 a,
#p11 #b11 a,
#p12 #b12 a
{
	color: #B00;
	text-decoration: none;
}
.emphasis {
	text-decoration: underline;
}

