body, html
{
	min-width: 965px;
	margin: 0px;
	padding: 0px;
	background: #fcfcfc;
	font-size: 11px;
	font-family: Calibri;
}

div, table, td, tr, ul, ol, li, legend, fieldset
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	color: #000000;
}

h1
{
	font-weight: bold;
	text-align: left;
	font-size: 18px;
}

h2
{
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	
}

h3
{
	color: MAROON;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
}

a
{
	color: #0071a6;
	text-decoration: none;
}

a img
{
   border: 0px;
}


/*****************
     MAIN STYLE
*****************/
#div_container
{
	margin: 0 auto;
	width: 965px;
}

#div_header
{
	width: 100%;
	padding: 10px 0px;
}

#div_header_sub
{
	width: 100%;
	text-align: center;
	/*font-weight: bold;*/
	font-size: 20px;
}

#div_logo
{
	margin-top: 50px;
	margin-bottom: 20px;

}

#div_title
{
	margin-top: 20px;
	margin-bottom: 20px;
}

#div_footer
{
	margin-top: 50px;
	text-align: left;
	font-size: 11px;
	color: grey;
}


#div_page
{
	margin-top: 200px;
	margin-bottom: 10px;
	text-align: center;
}

#div_body
{
	
}

#div_menu
{
	width: 100%;
	height: 27px;
	background:transparent url(http://www.ai-applied.nl/templates/default/images/topnav_bgnd.gif) repeat-x scroll 0 0;
}

#div_content
{
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 10px;
 	width: 100%;
}

#div_bodyend
{
	background:#DCDCDC none repeat scroll 0 0;
	border-top:1px solid #D1CFCF;
	height:7px;
	margin-top:7px;
}

#div_footer
{
	text-align: center;
}

#div_copyright
{
	float: left;
	font-weight: bold;
}