body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

a {
	color:#0E4C7D;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#top-line {
	height:55px;
	width:100%;
	background-image:url(/files/images/bg.gif);
	background-repeat:repeat-x;
	line-height:45px;
	font-size:20px;	
	color:#FFFEFB;
}

#logo {
	background-image:url(/files/images/logo.gif);
	background-repeat:no-repeat;
	padding-left:45px;
	height:55px;
	margin-left:10px;
	float:left;
}

#logo a {
	color:#FFFEFB;
	text-decoration:none;
}

#logo a:hover {
	text-decoration:underline;
}

#top-line h1 {
	float:right;
	font-size:20px;	
	line-height:45px;
	margin:0px;
	padding:0px;
	margin-right:10px;
	font-weight:normal;
}

#menu {
	margin-top:20px;
	text-align:center;
}

#menu a {
	margin:5px;
	font-size:18px;
}

#menu a.active {
	color:#000000;
	text-decoration:none;
}

#search-box {
	width:500px;
	margin:0 auto;
	margin-top:15px;
	font-size:18px;
}

#search-box input[type=text] {
	width:250px;
	padding:3px;
	font-size:18px;
	border:1px solid #B3B3B3;
	color:#333333;
}

#letters {
	width:850px;
	background-image:url(/files/images/bg_grey.gif);
	background-repeat:repeat-x;
	height:37px;
	line-height:37px;
	margin:0 auto;
	margin-top:10px;
	padding-top:3px;
	text-align:center;
	color:#898989;
}


#letters a {
	color:#333333;
	text-decoration:none;
	padding-left:2px;
	padding-right:1px;
	margin:0px;
	font-size:12px;
	}

#letters a:hover {
	text-decoration:underline;
}

.content {
	width:800px;
	margin:0 auto;
	margin-top:15px;
}

div.left {
	width:500px;
	float:left;
	margin-bottom:20px;
}

div.right {
	width:260px;
	float:right;
}

div.right p {
	text-align:right;
	
}

.break {
	border-top:1px dashed #CCCCCC;
}

#footer {
	width:800px;
	border-top:1px dashed #CCCCCC;
	clear:both;
	margin:0 auto;
	margin-top:30px;
	font-size:12px;
}

img {
	border:none;
}

.stulp {
	float:left;
	margin-left:5px;
	width:130px;
}

.pager {
  clear:right;
  float:right;
  margin:10px;
  color:#999;
}

.pager a {
 	padding:1px;
}

.pager a.active {
	font-weight:bold;
}

.orange {
	font-weight:bold;
	color:#003366;
}

.definition {
	line-height:18px;
}

.definition p {
	margin:3px;
	margin-top:2px;
	margin-left:0px;
}	

	.suggestionsBox {
		position: absolute;
	
		margin: 10px 0px 0px 0px;
		width: 250px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
		clear:left;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
		list-style:none;
	}
	
	.suggestionList li:hover {
		background-color: #093E71;
	}
