#msgcenter {
	text-align: center;
	margin-left: 18px;
	margin-right: 17px;
	margin-bottom: 15px;
	background-color:#CBB39D;
	padding-right: 0px;
	width: 700px;
	border: 1px solid #5F4D3D;
}

#error {
	margin-top : 15px;
	margin-bottom : 15px;
	margin-left: 50px;
	margin-right: 50px;
	width: 600px;
	border: 0px solid #5F4D3D;
	background-color: #CBB39D;
	color: #AA0000;
	font-weight: bold;
}

#succes {
	margin-top : 15px;
	margin-bottom : 15px;
	margin-left: 50px;
	margin-right: 50px;
	width: 600px;
	border: 0px solid #5F4D3D;
	background-color: #CBB39D;
	color: #005500;
	font-weight: bold;
}

#placeholder {
	width: 750px; 
	margin: 0 auto; 
	padding: 0px; 
	background-image: url(img/bg.jpg); 
	background-repeat: repeat-y;
}

#header {
	width: 750px;  
	height:163px; 
	background-image: url(img/header.jpg);  
}

#navbar {
	width: 750px;  
	margin:0px; 
	height: 48px;  
	padding-top: 0px;
	margin-top: 0px;
	background-image:url(img/menubar.jpg); 
	background-position: center center;
}

#navbarmenu {
	display:block; 
	font-family: arial,sans-serif; 
	font-size: 12pt;
	padding-top: 14px; 
	color:#5F4D3D; 
	font-weight:bold;
}

#mainheader {
 	width: 750px;  
 	padding-top: 2px;
 	margin: 0px; 
 	padding-left:8px; 
 	padding-right:7px; 
 	height:8px; 
 	text-align:left; 
 	background-image: url(img/mainheader.jpg); 
 	background-repeat:no-repeat;
}

#main {
	display:block;
	margin: 0px;
	height: auto;
	overflow:hidden; 
	width:735px; 
	padding-top: 8px; 
	text-align:left;
}

#footer {
	position: relative;
	top: 15px;
	width: 750px; 
	height:28px; 
	background-image: url(img/footer.jpg); 
	font-size: 10pt; 
	color: #5F4D3D; 
	display:block;
}

#navbarmenu a, #navbarmenu a:visited, #navbarmenu a:active {
	color: #5F4D3D; 
	text-decoration: none;
}

#navbarmenu a:hover {
	text-decoration: underline overline;
}

.newsboxplaceholder {
	margin-left: 18px;
	margin-right: 17px;
	margin-bottom: 15px;
	width: 700px;
	border: 2px solid #5F4D3D;
	background-color: #CBB39D;
}

.newsboxtitle {
	padding-top : 0px;
	padding-bottom :0px;
	margin-top : 2px;
	margin-bottom :0px;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	overflow:hidden;
	font-family: arial,sans-serif;
	font-size: 11pt;
	background-color: #CBB39D;
	font-weight: bold;
	color: #5F4D3D;
	border-bottom: 1px solid #5F4D3D;
}
.newsboxcontent {
	height: 100%;
	padding-top : 3px;
	padding-bottom :3px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: arial,sans-serif;
	font-size: 10pt;
	text-align: justify;
	background-color: #D2BEAC;
	color: #443920;
}

.newsboxcontent H3 {
	margin-top: 5px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 12pt;
}

.newsboxcontent P {
	margin-top: 2px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10pt;
}

.newsboxcontent P.faq {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10pt;
}

.newsboxcontent UL {
	margin-top: 5px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10pt;
}

.newsboxcontent OL {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10pt;
}

.newsboxcontent a, .newsboxcontent a:visited, .newsboxcontent a:active, .newsboxcontent a:hover {
	color: #443920;
	font-style: italic;
	text-decoration: underline;
}

.newsboxcontent a.faq, a.faq:visited, a.faq:active {
	font-weight: bold;
	cursor :  pointer;
	font-style: normal;
	text-decoration: none;
}

.newsboxcontent a.faq:hover {
	font-weight: bold;
	cursor :  pointer;
	text-decoration: underline;
	font-style: normal;
}



.newsboxpostdate {
	padding-top : 2px;
	padding-bottom :2px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: arial,sans-serif;
	font-size: 7pt;
	text-align: justify;
	background-color: #D2BEAC;
	color: #5F4D3D;
}

.faqpostdate {
	padding-top : 2px;
	padding-bottom :2px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: arial,sans-serif;
	font-size: 7pt;
	text-align: justify;
	background-color: #D2BEAC;
	color: #5F4D3D;
}

.loginregisterform {
	margin-bottom: 0px;
}

.tablecenter {
	margin-left: auto;
	margin-right: auto;
}

.resultstable {
	margin-left: auto;
	margin-right: auto;
	margin-top : 10px;
	margin-bottom : 10px;
	width: 600px;
	border: 2px solid #5F4D3D;
}

.results {
	border-bottom: 1px solid #5F4D3D;
	border-right: 2px solid #5F4D3D;
}

.resultsend {
	border-bottom: 1px solid #5F4D3D;
}

.resultstop {
	border-bottom: 2px solid #5F4D3D;
	border-right: 2px solid #5F4D3D;
	background-color: #CBB39D;
}

.resultstopend {
	border-bottom: 2px solid #5F4D3D;
	background-color: #CBB39D;
}

input, select, textarea {
	border-style: solid;
	border-color: #5F4D3D;
	padding: 1px 1px;
	margin: 1px 1px;
	background-color : #CBB39D;
}

input.button {
	cursor: pointer;
}

h1 {
	border:0px; 
	padding:0px; 
	margin:0px;
}

body {
	border:0px; 
	padding:0px; 
	margin: 10px; 
	text-align:center; 
	background-color: #D2BEAC; 
	
}
