body {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    top: 0px;
    left: 0px;
	background-color: #DCE1E3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
}
body.mceContentBody {
    background-color: #FFF;            
}


a, span.email {
    text-decoration: none;
    color: #369;
}
a:visited {
    text-decoration: none;
    color: #369;
}
a:hover, span.email:hover {
    text-decoration: underline;
    color: #333;
}
a.smallurl {
  font-size: 11px;
}

img {
	border: 0px;
}

#frame {
	position: relative;
	margin: 0px auto 15px auto;
	padding: 20px 30px 0px 30px;
	width: 900px;
	background-color: #FFF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	overflow: auto;
}

#logo {
	position: relative;
	margin: 5px auto 0px auto;
	width: 962px;
	height: 125px;
	background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

#columnholder {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
}

#leftcolumn {
    vertical-align: top;
	margin-bottom: 16px;
    padding-right: 20px;
	text-align: justify;
    border-right: 1px solid #CCC;
	width: 615px;
    overflow: hidden;
}

#leftcolumn ul {
	margin: 0px;
	padding-left: 25px;
	list-style-type: square;
}

#rightcolumn {
    vertical-align: top;
    padding-left: 15px;
	width: 250px;
}

#rightcolumn ul {
	margin: 0px;
	padding-left: 20px;
	padding-right: 0px;
    list-style-type: circle;
}

.module {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
    /*background: url(../img/algemeen/moduleseparator.gif) center bottom no-repeat;*/
}

.admodule {
	width: 100%;
	text-align: center;
}

h1, .header {
	color: #013257;
    display: block;
	font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

h2, .title {
	color: #144e78;
    display: block;
	font-weight: bold;
    font-size: 14px;
    line-height: 22px;
}

h3, .subtitle {
	color: #888;
    display: block;
	font-style: italic;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 7px;
}

.source {
	color: #888;
	font-style: italic;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 7px;
    float: right;
    max-width: 200px;
    overflow: hidden;
}

#footer {
	clear: both;
	padding: 7px 0px 10px 0px;
	border-top: 1px solid #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
}

.loginbox {
    margin-left: 5px;
    vertical-align: middle;
    font-size: 10px;
    color: #777;
    width: 130px;
}

.accent {
	color: #009;
}

.photogallery {
    border-collapse: collapse;
}

.photogallery td {
    text-align: center;
    padding-bottom: 15px;
}


.photoholder a {
    display: block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 135px;
    height: 135px;
    border: 1px solid #000;
}

.photonavlinks{ /*CSS for pagination DIV*/
    font: bold 12px Arial;
}

.photonavlinks a{ /*CSS for each navigational link*/
    margin-right: 2px;
    margin-bottom: 3px;
    padding: 1px 2px 0px 2px;
    text-decoration: none;
}

.photonavlinks a.current{ /*CSS for currently selected navigational link*/
    border-bottom: 2px solid #369;
    font-size:15px;
    font-weight: bold;
}

.navigationBox {
    width: 100%;
    text-align: center;
}

.navigationBox span {
    padding: 0 20px;
}

.newsItem {
    margin-bottom: 20px;
}

.newsItem .newsSeparator {
    width: 80%;
    margin: 20px auto;
    background-color: #EEE;
    color: #EEE;
    border-color: #EEE;
    border-width: 0px;
    height: 1px;
}

.MFASbooks {
    background-color: #F5F5F5;
    margin-bottom: 5px;
    padding: 5px;
}

.MFASbooks td {
    background-color: #F5F5F5;
}     


.notification {
    clear: both;
    display: block;
    font-weight: bold;
    color: #333;
    background-color: #bfa;
    border: #bfa solid;
    border-width: 1px 0px;
    overflow: visible;
    margin: 10px 100px;
    text-align: center;
}

.notification .notification {
    border: #bfa solid;
    border-width: 0px 1px;
    margin: 0px -1px;
    padding: 1px 0px;
}

.error {
    clear: both;
    display: block;
    font-weight: bold;
    color: #fff;
    background-color: #fa2;
    border: #fa2 solid;
    border-width: 1px 0px;
    overflow: visible;
    margin: 10px 100px;
    text-align: center;
}

.error .error {
    border: #fa2 solid;
    border-width: 0px 1px;
    margin: 0px -1px;
    padding: 1px 0px;
}