@import url(no_nn4.css);

body {
	background: #ffffff;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 0px;
}
p {
	font-family: Verdana, Arial, sans-serif;
	background: transparent;
	margin-top: 0px;
	font-size: 70%;
	color: #333366;
	margin-bottom: 8px;
}
h1, h2, h3, h4, ul, li {
	font-family: Verdana, Arial, sans-serif;
	background: transparent;
}
a {
	text-decoration: underline;
	color: #333366;
}
a:visited {
	color: #333399;  /* change to #666666 when live */
}
a:hover {
	text-decoration: none;
	color: #333399;
}
form {
	margin-bottom: 0px;
}
ul {
	margin-top: 0px;
	margin-bottom: 8px;
}
li {
	list-style: square;
	font-size: 70%;
	color: #333366;
	margin-bottom: 5px;
	list-style-image: url(images/bullet.gif);
}
hr {
	color: #333366;
}
h1 {
        font-size: 80%;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333366;
}
h2 {
	font-size: 70%;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333366;
}

/* classes */

.box {
	border: 1px solid #9999cc;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 8px;
}
.boxnb {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 8px;
}
.headerbar {
	background-color: #eeeeee;
}

/* structure */

.nav {
	border: 2px solid #dddddd;
	padding: 5px;
	background-color: #eeeeee;
}
.main {
	border: 2px solid #dddddd;
	padding: 5px 8px 5px 8px;
}
.right {
	border: 2px solid #dddddd;
	padding: 3px 5px 3px 5px;
}
#navbar p {
	color: #333366;
	background-color: #eeeeee;
	font-weight: bold;
	font-size: 70%;
	margin-bottom: 2px;
	border-bottom: 2px solid white;
	padding: 3px 5px 3px 5px;
}
#navbar a, #navbar a:visited {
	color: #333366;
	text-decoration: none;
}
#navbar a:hover {
	text-decoration: none;
	color: #9999cc;
}
#navbottom p {
	color: #333366;
	background-color: #eeeeee;
	font-weight: bold;
	font-size: 60%;
	padding: 2px 5px 2px 5px;
}
#navbottom a, .navbottom a:visited {
	font-weight: normal;
	text-decoration: none;
}
#navbottom a:hover {
	text-decoration: none;
	color: #9999cc;
}
#footer {
	color: #999999;
	font-size: 60%;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 1px;
	padding-bottom: 5px;
}
#footer a {
	color: #999999;
}
#footer a:visited {
	color: #999999;
}
#footer a:hover {
	color: #999999;
	text-decoration: none;
}
