
@import url(no_nn4.css);

body {
        background-color: #ffffff;
        padding: 0px;
        /* margin: 0px; */
        /* delete the next line if no outer required and reinstate the one above */
        margin: 10px auto 10px auto;
}
p, h1, h2, li {
        font-family: Arial, Helvetica, sans-serif;
	background: transparent;
}
a, a:visited {
	text-decoration: none;
}
#body {
        text-align: left;
        /* delete the next line if no outer required */
        width: 750px;
        background-color: #ffffff;
}
#logobar {
        padding-top: 2px;
        padding-bottom: 2px;
}
#topnav {
        background-color: #3169c5;
}
#topnav p {
        font-size: 80%;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
	margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
}
#topnav p a, #topnav p a:visited {
        color: #ffffff;
}
#topnav p a:hover {
        color: #86befa;
}
#topnav .selected a, #topnav .selected a:visited {
        color: #86befa;
}
#content {
        padding: 15px;
}
#content p {
        color: #333333;
        font-size: 80%;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content a, #content a:visited {
        color: #333333;
        text-decoration: underline;
}
#content a:hover {
        color: #666666;
        text-decoration: none;
}
#content h1 {
        color: #3169c5;
        font-size: 80%;
        text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content h2 {
        color: #3169c5;
        font-size: 80%;
        font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content ul {
        margin-top: 0px;
        margin-bottom: 10px;
	list-style: square;
}
#content ol {
        margin-top: 0px;
        margin-bottom: 10px;
        margin-left: 45px;
}
#content li {
        color: #333333;
        font-size: 80%;
        margin-bottom: 3px;
}
#content .button {
        font-family: Verdana, Arial, sans-serif;
        font-size: 80%;
        color: #ffffff;
        background: #3169c5;
}
#footer {
        background-color: #3169c5;
        padding-top: 2px;
        padding-bottom: 2px;
}
#footer p {
        font-size: 70%;
        color: #ffffff;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}
#footer a, a:visited {
        color: #ffffff;
}
#footer a:hover {
        color: #86befa;
        text-decoration: underline;
}

