/* neutralize browser styles */
body, html {
	margin:0;
	padding:0;
	}
/* neutralize browser spacing for vertical elements */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
	}
/* General Styles */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #32537D;
	background-color: #BFDDBD;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #4A994E;
	margin: 0px;
	line-height: 1.1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #32537D;
	margin: 0px;
	line-height: 1.1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Main {
	margin-right: auto;
	margin-left: auto;
	width: 890px;
	margin-top: 1px;
	margin-bottom: 10px;
	text-align: center;
	padding: 0px;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-y;
	
}

#header {
	width: 850px;
	padding: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	height: 230px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}

#Navbar {
	float: left;
	width: 163px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 430px;
	margin-left: 20px;
	background-image: url(../images/navbar.png);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
}

#Navbar ul {
	margin: 0px;
	padding-top: 31px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#Navbar li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	width: 114px;
	height: 18px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#Navbar a {
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
}

#Navbar a:link {
	color: #FFF;
	text-decoration: none;
}
#Navbar a:visited {
	color: #FFF;
	text-decoration: none;
}
#Navbar a:hover {
	text-decoration: none;
	color: #333;
}
#Navbar a:active {
	text-decoration: none;
	color: #FFF;
}
#Content {
	width: 645px;
	text-align: left;
	line-height: 1.1;
	float: left;
	height: auto;
	margin: 0px;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#Main #Content p {
	line-height: 1.3em;
}




#footer {
	width: 850px;
	height: 25px;
	color: #324775;
	background-image: url(../images/footer.png);
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #BFDDBD;
}
#footer a {
	margin: 0px;
	padding: 0px;
}

#footer a:link, a:visited {
	text-decoration: none;
	color: #324775;
}

#footer a:hover {
	text-decoration: underline;
	color: #467E1B;
	font-style: normal;
}
#design {
	text-align: right;
	font-size: 11px;
	color: #1C8A45;
	text-decoration: none;
	margin-right: 20px;
	margin-bottom: 8px;
}

#design a:link, a:visited {
	text-decoration: none;
	color: #1C8A45;
}

#design a:hover {
	text-decoration: none;
	color: #146131;
	font-style: normal;
}

#Cleardiv {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.imageRight {
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.imageLeft {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.cursief {
	font-style: italic;
}
.current {
	color: #000;
	margin: 0px;
	padding: 5px;
}
.buttongreen {
	background-image: url(../images/buttongreen.png);
	background-repeat: repeat-x;
	border: 1px solid #076B36;
	background-color: #57A253;
}
.buttonblue {
	background-image: url(../images/buttonblue.png);
	background-repeat: repeat-x;
	border: 1px solid #13204F;
	background-color: #0B1243;
}
.buttonred {
	background-image: url(../images/buttonred.png);
	background-repeat: repeat-x;
	border: 1px solid #8C3C1A;
	background-color: #9B3B11;
}
