@import url(no_nn4.css);

body {
	background-color: #C9D6F1;
	margin: 0px;
	padding: 0px;
	border-top: 30px solid #C9D6F1;
	border-bottom: 30px solid #C9D6F1;
}
p {
        font-family:  Verdana, Arial, sans-serif;
	background: transparent;
	margin-top: 0px;
	color: #003399;
	font-size: 80%;
}
ul,ol {
        font-family:  Arial, Helvetica, sans-serif;
	background: transparent;
	color: #003399;
	font-size: 80%;
}
a {
	text-decoration: underline;
	color: #008080;
}
a:hover {
	text-decoration: none;
}
form {
	margin-bottom: 0px;
}
hr {
	color: #33229A;
}

/* classes */

.title, #main h1 {
	font-weight: bold;
	color: #008080;
}
.testimonial {
	font-style: italic;
	padding-left: 30px;
	padding-right: 30px;
}
.glossary_term {
        font-style: bold;
        padding-left: 20px;
        padding-right: 20px;
}
.glossary_definition {
        padding-left: 20px;
        padding-right: 20px;
}
.faq_question {
        font-style: bold;
        padding-left: 20px;
        padding-right: 20px;
}
.faq_answer {
        padding-left: 20px;
        padding-right: 20px;
}
.newstitle {
        color: #74CBE8;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
}
.newsborder {
	border-left: 1px solid #33229A;
	border-right: 1px solid #33229A;
	border-bottom: 1px solid #33229A;
}
.RWNoticeBoardText {font-family: Arial, Helvetica, sans-serif; color: #3366CC; font-size: 80%; margin-top: 1px; margin-bottom: 1px;}

.RWEventsYear {font-family: Arial, Helvetica, sans-serif; color: #008080; font-size: 80%; font-weight:bold;}
.RWEventsDate {font-family: Arial, Helvetica, sans-serif; color: #003399; font-size: 80%; font-weight:bold;}
.RWEventsHeadline {font-family: Arial, Helvetica, sans-serif; color: #003399; font-size: 80%; font-weight:bold;}
.RWEventsDescription {font-family: Arial, Helvetica, sans-serif; color: #003399; font-size: 80%;}
.RWEventsTagLine {font-family: Arial, Helvetica, sans-serif; color: #003399; font-size: 80%;}
.RWEventsTagLine a {text-decoration: underline; color: #008080;}
.RWEventsTagLine a:hover {text-decoration: none;}

/* structure */

#main {
  padding: 5px;
}
#maintable {
	border: 2px solid #33229A;
        background-color: #ffffff;
}
#navbar {
	border-top: 4px solid #33229A;
	padding-left: 30px;
}
#footer {
	background-color: #33229A;
}
#footer p {
        color: #74CBE8;
	text-align: center;
        font-size: 65%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer a {
        color: #74CBE8;
}
#footer a:hover {
	text-decoration: none;
}
