H3 {
    COLOR: darkblue;
}

H4 {
    COLOR: darkblue;
}

.Halloween 
{
    font-family:"Blue Highway";
}

.buttonStyle
{
	BACKGROUND-COLOR: #EAEAFF;
}

header
{
    display:block;
	clear:both;
	width: 100%;
    padding: 3px;    
	border-bottom: 3px solid #333;
	background-color: lightblue;
}

footer 
{
    display:block;
    clear: both;
    width: 100%;    
    padding: 3px;    
    border-top: 3px solid #333;
	background-color: lightblue;
}

nav
{
    display:block;
	float:left;
	z-index:1000;
	width:100%;
}

section
{
    display:block;
	float:right;
	z-index:10;
	width:100%;
}

article 
{
    display:block;
}

.left 
{
	float:left;
}

.right
{
	float:right;
}

.repeatpaws
{
	background-image: url(./images/paw_blue.jpg); 
	background-repeat: repeat;
}

.label 
{
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 220px;
}

.ActiveInputControl 
{
	background-color:#FFF8DC;
}

