body
{
	font-family: Verdana;
	font-size: 11px;
	margin: 0px;
	/*color: #707173;*/
    color: #4d4e4f;
    background-color: #cacbcc;
    overflow-y: scroll; 
}
#toplevel
{
	width: 834px;
	margin: auto;
	padding: 20px;
	border: 0px;
    background-color: white;
}
#logo
{
	padding-bottom: 4px;
}
#line1
{
	width: 834px; /*without box: 834px*/
	height: 25px; /*without box: 30px*/
	padding-top: 5px;
    padding-left: 0px;
	color: white;
	letter-spacing: 0.9px;
    text-align:center;
	background-image: url('images/nav_l1_placeholder.png');
}
#line1 div {   }
#line2
{
	width: 834px; /*without box: 834px*/
	height: 25px; /*without box: 25px*/
	padding-left: 0px;
	padding-top: 5px;
	color: black;
	letter-spacing: 0.9px;
	background-image: url('images/nav_l2_placeholder.png');
}
#line3
{
	width: 834px; /*without box: 834px*/
	height: 27px; /*without box: 27px*/
	padding-left: 0px;
	padding-top: 3px;
	color: black;
	letter-spacing: 0.9px;
}
#content
{
	background-image: url('images/bg_stripes.png');
	padding: 17px;
}
#wrapper
{
	overflow:hidden;
}
#text
{
	float: left;
	width: 395px;
	padding-bottom: 16000px;
	margin-bottom: -16000px;
}
#text a, a.visited
{
    color: #c00418;
    text-decoration: none;
}
#vis
{
	float: left;
	background-color: #c00418;
	width: 388px;
	
	margin-left: 17px;
	margin-right: 0px;
	padding-bottom: 16000px;
	margin-bottom: -16000px;
}
#vis span
{
    color: white;
    padding-left: 22px;
}
#vis a, #vis a.visited
{
     color: white;
     text-decoration:none;
 }
.textbox
{
	background-color: white;
	padding: 17px;
	margin-bottom: 17px;
    width: 361px;
}
.textbox_nomargin
{
	background-color: white;
	padding: 17px;
	margin-bottom: 0px;
}
.text_heading
{
	color: #c00418;
    font-weight: bold;
}
.coenen_red
{
	color: #c00418;
}
.coenen_black
{
	color: black;
}
ul
{
    font-weight: normal;
    text-indent: 0px;
    list-style-position: outside;
    list-style-image: url(images/list_arrow.png);
    padding-left: 13px;
}
#line1 a, a.visited
{
    color: white;
    text-decoration: none;
}
#line2 a, a.visited
{
    color: black;
    text-decoration: none;
}
#line3 a, a.visited
{
    color: black;
    text-decoration: none;
}
img.floated
{
    float: center;
    padding: 2px;
}

.bold_table td
{
    padding-bottom: 8px;
}
input, textarea
{
     width: 355px;
     background-color: #f2f4f5;
     border: 1px solid #ccc;
     margin-bottom: 5px;
     padding: 2px;
     font-family: Georgia;
     font-size: 11px;
     
}

img
{
   border: none;
}