body {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}
a:link {
        color: #ffffff;
}
a:visited {
        color: #ffffff;
}
a:hover {
        color: #ffffff;
        text-decoration: none;
}
a:active {
        color: #ffffff;
}

input {
      /*	color: #567597; */
        color: #000000;
	background: #DCE4ED;
	border: 1px solid #5C6063
}
.pageContainer {
        position:relative;
        text-align: center;
        background-color: #ffffff;
        margin-left: auto;
        margin-right: auto;
        width: 100%;

}
.outline {
	border-color: green;
	border-style: solid;
}
.pad {
	width: 1000px;
	height: 20px;
	text-align: center;
	position: relative;
	background-color: #ffffff;
}
.largepad {
	width: 1000px;
	height: 250px;
	text-align: center;
	position: relative;
	background-color: #ffffff;
}
.form_text_red {
        font-family: arial, 'lucida console', sans-serif;
        font-size: 13px;
        color: #FF0000;
}
.floatl {
	float: left;
}

.floatr {
	float: right;
}

.pointy {
        cursor: pointer
}
#Layer1 {
	height:113px;
	z-index:1;
}
