body {
	margin: 0px;
	padding: 0px;
	color: rgb(0, 51, 102);
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 1em 0;
}

h2 { 
  font-size: 14px;
  font-weight: bold;
  margin: 2em 0 1em 0;
  border-top-width: 2px;
  border-top-color: rgb(0, 51, 102);
  border-top-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: rgb(0, 51, 102);
  border-bottom-style: solid;
  padding: 3px 0 3px 0;
  background-color: rgb(255, 255, 180);
}

h3 {
  margin: 1em 0 0 0;
  line-height: 1.5;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
}

p {
  margin: 0 0 1em 0;
  line-height: 1.5;
  text-align: justify;
}

li {
  line-height: 1.5;
}

th { 
  font-weight: bold;
  text-align: left;
  background-color: rgb(0, 51, 102);
  color: rgb(255,255,180); 
  padding: 2px 5px;
  border-bottom-width: 2px;
  border-bottom-color: rgb(0, 51, 102);
  border-bottom-style: solid;
}

td { 
  vertical-align: top;
  padding: 2px 5px;
}

table .ten-percent {
  width: 10%;
}

table .forty-percent {
  width: 40%;
}

table .sixty-percent {
  width: 60%;
}

table {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(0, 51, 102);
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1em;
  table-layout: fixed;
}

table .columndivider {
  border-left-width: 2px;
  border-left-color: rgb(0, 51, 102);
  border-left-style: solid;
}

table .rowdivider {
  border-bottom-width: 2px;
  border-bottom-color: rgb(0, 51, 102);
  border-bottom-style: solid;
}

.withlinks {
  line-height: 17px;
}

.alignright {
  text-align: right;
}

.centertext {
  text-align: center;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: underline;
  color: rgb(0, 51, 102);
}

#header {
  width: 100%;  
  background-color: rgb(255, 255, 180);
  border-bottom-color: rgb(0, 51, 102);
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

#menu {
  float: left;
  width: 200px;
  margin: 15px 0 0 10px;
  padding: 0;
}

#menu ul {
	list-style: none;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-weight: bold;
}

#menu li a {
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 25px;
	display: block;
}

#menu li a:link, #menu li a:visited {
	color: rgb(0,51,102);
	background: url(images/menu_unselected.gif);
	background-repeat: no-repeat;
}
	
#menu li a:hover, #menu li a:active {
	color: rgb(0,51,102);
	background: url(images/menu_selected.gif);
	background-repeat: no-repeat;
}

#content {
  width: 675px;
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 50px;
}

.heading {
  margin: 1em 0 0 0;
  line-height: 1.5;
  font-weight: bold;
  font-style: italic;
}

.link {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 17px;
  height: 17px;
}

.linkspace {
  line-height: 17px;
  height: 17px;
}

.icon {
  padding-left: 22px;
  background-repeat: no-repeat;
  background-position: left center;
}

.indented {
  padding-left: 22px;
}

.pdf {
    background-image: url(images/icon_pdf.gif);
}

.top {
    background-image: url(images/icon_top.gif);
}

.next {
    background-image: url(images/icon_next.gif);
}

.mail {
    background-image: url(images/icon_mail.gif);

}

.link-description {
  color: gray;
}

.description {
  color: gray;
}

.vspacer {
  margin-bottom: 1em;
}

.box {
	border-style: solid;
	border-color: rgb(0, 51, 102);
	border-width: 2px;
	margin-left: 3em;
	margin-right: 3em;
	padding: 1em;
}

.box_heading {
  margin: 0 0 1em 0;
  line-height: 1.5;
  font-weight: bold;
  font-size: 14px;
}

.greeting {
	border-style: double;
	border-color: rgb(0, 51, 102);
	border-width: 5px;
	margin-left: 3em;
	margin-right: 3em;
	padding: 1em;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}

/* Following lines added for reanimatie */

.error {
	border-left-style: solid;
	border-color: rgb(180, 0, 0);
	border-width: 5px;
	padding-left: 0.5em;
	color: rgb(180, 0, 0);
}	

label strong {
	color: rgb(180, 0, 0);
	font-size: 85%;
	display: block;
}

table .twenty-percent {
  	width: 20%;
}

table .twentyfive-percent {
  	width: 25%;
}

table .fifty-percent {
	width: 50%;
}

.floatright {
	float: right;
}

fieldset {
	margin: 1em 0 0 0;
	padding: 0;
	border-style: none;
}

fieldset input {
	margin: 0;
}

fieldset ol {
	margin: 0.5em 0 0 0;
	padding: 0;
	list-style: none;
}

fieldset li  {
	padding-bottom: 0.5em;
	float: left;
	clear: left;
	width: 100%;
}

fieldset label {
	float: left;
	clear: left;
	width: 15em;
	margin-right: 1em;
}

fieldset.submit {
	border-style: none;
	padding-left: 16em;
}

.radio {
	margin-right: 0.5em;
}

.coursestable {
	table-layout: auto;
}

.coursestable th {
	vertical-align: bottom;
}

.coursestable td {
	padding: 5px;
}

.fieldvalues {
	border-style: none;
}

.fieldlabel {
	width: 16em;
	padding-right: 1em;
}

.fieldvalues td {
	padding: 5px 0px;
}

.nested_choice {
	float: left;
}

.nested_choice label {
	float: none;
	width: auto;
}

.nested_choice ol {
	margin: 0;
}
	
.nested_choice li {
	float: none;
	width: auto;
	display: inline;
}

