@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/inside_background.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
} 
.twoColFixRtHdr #footer {
	width: 100%;
	background-image: url(images/footer_background.jpg);
	background-repeat: repeat-x;
	height: 130px;
	margin: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container #header #top {
	height: 14px;
}
.twoColFixRtHdr #container #header #top h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #container #header #banner {
	height: 119px;
}
.twoColFixRtHdr #container #header #nav {
	height: 39px;
	background-image: url(images/nav_background.jpg);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #container #header #images {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 338px;
}
.twoColFixRtHdr #container #header #your_local {
	height: 56px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #container #header #links {
	height: 210px;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #container #sidebar1 p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
.twoColFixRtHdr #footer #footer_content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.twoColFixRtHdr #footer #footer_content p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #footer #footer_content #footer_right {
	text-align: right;
	float: right;
	width: 350px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #36C;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #499DD0;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #container #mainContent p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #999;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
.priority
{
    display:none !important;	
}

.AVANSERnumber-C img {
	width: 247px;
	height: 207px;
	float: right;
	margin-left: 8px;
}