body {
	background: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	line-height: 125%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

img {
    border: 0;
}

/*begin sticky navigation footer */

#footer{
    position:fixed;
    bottom:0;
    width: 100%;
    text-align: center;
    height:30px;
    background: #11467E;
    padding-top: 8px;
    margin-bottom: -8px;
    }

#footer {
    font-family: Courier New;
    font-size: 21px;
    font-style: bold;
    color: #FFFFFF;
    white-space: nowrap;
}

#footer p {
    font-family: Courier New;
    font-size: 21px;
    font-style: bold;
    color: #FFFFFF;
}

#footer a {
    font-family: Courier New;
    font-size: 18px;
    padding: 5 5 5 5;
    color: #FFFFFF;
    background: #11467E;
    text-decoration: none;
}

#footer a:hover {
    font-family: Courier New;
    font-size: 18px;
    background: #D92027;
    padding: 5 5 5 5;
    text-decoration: none;
}

/* begin main content area */

#content {
    margin: 0 auto;
    text-align: center;
    max-width: 989px;
    margin-top: 50px;
}

#content {
    text-align: left;
}

#content p {
    font-family: Arial;
	font-size: 12px;
	line-height: 125%;
}

#content a {
    color: #11467E;
    text-decoration: none;
}

#content a:hover {
    color: #D92027;
    text-decoration: none;
}

#content h2 {
    font-family: Arial;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: -8px;
}

#content h3 {
    font-family: Arial;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

#linkslist {
    line-height: 150%;
}