@charset "utf-8";
/* CSS Document */
.smallfont {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:700
}
.smallfont a:link {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:700
}
.smallfont a:hover {
	color:#FFFF99
}
.smallfont a:visited {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:700
}


.sidelarge {
    color: #FFFFFF;
	font-size: 16px;
}

.sidenormal {
    color: #FFFFFF;
	font-size: 12px;
}

.sidenormal a {
    color: white;
}

.sideindent {
    margin-left: 30px;
}

.toptbl {
    background-image: url(../IMPACT/images/IMPACTLead-top3.jpg);
	background-repeat: no-repeat;
	width: 970px;
	height: 225px;
	border: none;
	padding: 0px 0px 0px 0px;
}

.bottbl {
    background-image: url(../IMPACT/images/IMPACT-bottom.jpg);
	background-repeat: no-repeat;
	width: 970px;
	border: none;
	padding: 0px 0px 0px 0px;
}

.norm ul {
    list-style: circle;
}

.head {
    font-size: x-large;
	color: #172450;
	font-family: Arial, Helvetica, sans-serif;
}

/* CSS for the modal popup */

#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}
.modalBackground
{
    filter: Alpha(Opacity=70); -moz-opacity:0.7; opacity: 0.7;
    width: 100%; height: 100%; background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}
.modalContainer
{
    position: absolute;
    width: 800px;
    left: 25%;
    top: 30%;
    z-index: 750;
}
.modal
{
    background-color: white;
    border: solid 4px black; position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 800px;
/*    height: 300px; */
    padding: 0px;
}
.modalTop
{
    width: 792px;
    background-color: #339966;
    padding: 4px;
    color: #ffffff;
/*    text-align: right; */
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    padding: 10px;
}

