/*Template Design by TheWebhub.comhttp://www.thewebhub.comReleased for free under a Creative Commons Attribution-Share Alike 3.0 Philippines*//** Common Styles */body {	margin: 30px 0 20px 0;	padding: 0;	background: #b2b9c5;	text-align: justify;	line-height: 25px;	font-family: Tahoma, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #3C3C37;}h1, h2, h3 {	padding: 0;	margin: 0;	/*text-transform: lowercase;*/	color: #291b72;}p, ul, ol {	margin-bottom: 1.5em;}ul {	margin: 0px;	padding: 0;}a {	color: #3C3C37;}a:hover {	text-decoration: none;	color: #291b72;}/** Style for header starts here */#header {	width: 800px;	height: 169px;	margin: 0px auto;	background: url(images/building.jpg) no-repeat left top;}#header h1, #header h2 {	margin: 0px;	padding: 0;	font-weight: normal;	color: #7D97C8  ;}#header h1 {	padding: 0px 0px 10px 90px;	font-size: 3em;	text-transform: uppercase;}#header h2 {	margin-top: -8px;	padding: 0px 0px 0px 92px;	text-transform: uppercase;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;}/** Style for menu starts here */#menu {	width: 800px;	height: 30px;	margin: 0 0px auto;	background: #7D97C8;		/*border-top: 1px #ffffff dashed;*/}#menu ul ul {	display:list-item;	margin: 20px 0px ;	padding: 0 0 0 0px;	list-style position: inside	background: #7D97C8}#nav, #nav ul {width: 434px;	height: 0px;	background: #7D97C8  ;padding: 0px;}#nav li {float: left;display: inline;background: #7D97C8  ;}#nav ul {background: #7D97C8  ;position: absolute;width: 800px;left: -1100px;padding: 0 0 0 800px;	list-style: none;}#nav li:hover ul, #nav li.ie_does_hover ul {left: auto;}#nav a {display: block;background: #7D97C8  ;	float: left;	padding: 1px 15px 3px 12px;	text-decoration: none;	color: #FFFFFF;	border-top: 1px #ffffff dashed;}ul a{font-weight: normal;color: #7D97C8  ;cursor: pointer;}ul ul a:link, ul ul a:visited{font-weight: normal;color:  #7D97C8  ;cursor: pointer;}ul ul a:hover, ul ul a:active{font-weight: normal;color: #7D97C8  ;cursor: pointer;}ul li{background-color:  #FFFFFF;border-left: 3px solid #7D97C8  ;}ul ul li{background-color: #7D97C8  border-top: 3px solid #FFF;border-left: 0;}/* IE only hack \*/* html ul li, * html ul ul li{border-bottom: 3px solid #FFF;}* html ul ul li{border-top: 0;}/* Einde IE only hack */ /** Style for wrapper starts here */#wrapper {	width: 800px;	margin: 0px auto;	background: #FFFFFF;	padding: 20px;}/** Style for content starts here */#content {	width: 800px;	margin: 0px auto;	padding-top: 25px;}#content h2 {	/* text-transform: capitalize;*/ /*< zorgt er voor dat alle woorden met een hoofdletter beginnen in de content-titels  */	font-size: 1.6em;	font-weight: normal;	border-bottom: 1px #CCCCCC dashed;}#content p {}#left {	float: left;	width: 480px;	padding-left: 20px;	margin-bottom: 20px;}#left ul {	margin: 0 3em;	padding: 0;	list-style: none;}#left li {	margin-bottom: 10px;	padding-left: 10px;	line-height: 17px;}#left .post {	margin-bottom: 20px;}#right {	float: right;	width: 240px;	margin-bottom: 20px;	padding-right: 20px;}#right ul {	margin: 15px 0 0 0;	padding: 0;	list-style: none;}#right li {	padding-left: 10px;}/** Style for footer starts here */#footer {	clear: both;	width: 800px;	height: 20px;	margin: 0px auto;	padding-top: 0px;	background: #7D97C8  ;	text-transform: uppercase;	font-size: 10px;	color: #E5E5CC;}#footer .copyright {	float: left;	margin: 0px;	padding-left: 20px;	text-align: center;}#footer .links {	float: right;	margin: 0px;	padding-right: 20px;	text-align: center;}#footer .css {	padding-left: 20px;	background: url(images/image01.png) no-repeat left 50%;}#footer .xhtml {	padding-left: 20px;	background: url(images/image02.png) no-repeat left 50%;}#footer a {	color: #E5E5CC;}