@charset "UTF-8";
/* CSS Document */

html, body, div, ul, li, h1, h2, form, img {
	margin: 0;
	padding: 0;
	}

h1 {
	font-family: Verdana, Helvetica, Arial, san-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #000000;
	}

#tmpl1-body {
	background-color: #660099;
	}
	
#tmpl2-body {
	background-color: #660099;
	}	
	
#wrapper {
	width: 800px;
	height: 600px;
	margin: auto;
	font-family: Verdana, Helvetica, Arial, san-serif;
	font-size: 8pt;
	line-height: 16pt;
	color: #000000;
	font-style: normal;
	font-variant: normal;
	}	
	
#tmpl1-container-a {
	width: 310px;
	height: 130px;
	float: left;
	margin: 180px 0 0 270px;
	}	
	
#tmpl2-container-a {
	width: 530px;
	height: 140px;
	float: left;
	margin: 0 0 0 135px;
	background-image: url(../images/pitcc_logo_2.png);
	background-repeat: no-repeat;
	background-color: #660099;
	}	
	
#tmpl2-container-b {
	width: 455px;
	height: auto;
	float: left;
	padding: 20px 40px 20px 35px;
	margin: 0 0 0 135px;
	background-image: url(../images/pitcc_ovaal.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #ffffff;
	}
	
#tmpl2-container-c {
	width: 515px;
	height: 100px;
	float: left;
	padding: 0 0 0 15px;
	margin: 0 0 0 135px;
	background-color: #660099;
	}	
	
#tmpl2-container-c1 {
	width: 24px;
	height: 7px;
	float: left;
	padding: 10px 237px 20px 237px;
	margin: 0;
	}	
	
/* horizontaal */
	
#horizontal_menu {
	width: auto;
	float: left;
	color: #ffffff;
	}

#horizontal_menu ul {	
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 8pt;
	}

#horizontal_menu .list_item {
	width: auto;
	display: block;
	padding: 0px 10px;
	}
	
#horizontal_menu a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}
	
#horizontal_menu a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}
	
#horizontal_menu li {
	float: left;
	}		