/* CSS Document */

body {
	background-color: #E9AE7A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0px;
}
#wrapper {
	width:860px;
	margin:0 auto;
	background-image:url(/images/shadow_long.jpg);
	background-repeat:repeat-y;
	padding-right:8px;
	padding-left:8px;
	}
#maintable {
	width:850px;
	background-color:#FFFFFF;
	}

a:link {
	color: #BB0000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #BB0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #BB0000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #BB0000;
	text-decoration: none;
	font-weight: bold;
}

/* Navigation*/
#chromemenu{
width: 850px;
font-weight: bold;
font-size: 12px;

}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{

width: 850px;
background: url(/images/chromebg5.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
	color: #333333;
	margin: 0;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 26px;
	padding-bottom: 5px;
	padding-left: 26px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.menuright {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

#chromemenu ul li a:hover{
background: url(/images/chromebg6.gif) center center repeat-x;
}
/* End Navigation Menu*/

.cellpad {
	width:590px;
	padding: 0px;
	padding-right: 40px;
	padding-top: 40px;
}
.smallcellpad {
	padding-bottom:20px;
	width:265px}

h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size:14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:0;
	padding-bottom:0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}


.header {
	background-image: url(/images/sabbe.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color:#D42922;
	text-align:left;
	height:150px;
}
.shadow {
	background-image:url(/images/shadow.png);
	background-position:right;
	background-repeat:repeat-y;
	width:10px;
	}
#footer {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#D42922;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.style1 {
		 font-size: 9px;
		 font-weight: normal;
		 text-align: center;
}
.cellpos {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

.imagepad {
	padding-left: 15px;
	padding-bottom: 5px;
}

