@charset "utf-8";
/* CSS Document */

	body {
		background-image:url(imgs/bg.jpg);
		background-repeat:repeat-x;
		background-color:#007cc2;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		color:#303030;
	}
	
	img {
		border:0px;
	}
	
	
	#main {
		width:900px;
		margin:auto;
		background-color:#3333CC;
	}
	
	/**** HEADER ****/
	
	#header {
		background-image:url(imgs/header.jpg);
		height:123px;
		width:900px;
	}
	
	/**** TOP MENU  ****/
	
	#topmenu a {
		color:#FFFFFF;
		font-size:12px;
		text-decoration:none;
		text-transform:uppercase;
	}
	
	#topmenu td {
		text-align:center;
	}
	
	/**** SIDE MENU ****/
	
	#menu {
		background-image:url(imgs/bg_menu22.jpg);
		background-repeat:no-repeat;
		width:195px;
		height:235px;
		background-color:#32aef4;
	}
	
	#menu2 {
		background-image:url(imgs/bg_menu2.jpg);
		background-repeat:no-repeat;
		width:196px;
		height:106px;
	}
	
	#menu3 {
		background-image:url(imgs/bg_menu3.jpg);
		width:196px;
	}
	
	#sidemenu {
		margin-top:10px;
		margin-bottom:10px;
		width:180px;
	}
	
	.sidemenu1 {
		width:30px;
		text-align:right;
		padding-right:5px;
	}
	

	.sidemenu3 {
		padding-left:0px;
		padding-bottom:6px;
		padding-top:6px;
	}
	
	
	#sidemenu td {
		text-align:left;
		font-size:12px;
		font-weight:bolder;
		color:#FFFFFF;
	}
	
	#sidemenu a {
		font-size:11px;
		color:#FFFFFF;
		text-decoration:none;
	}
	
	#headline {
		width:660px;;
	}
	
	#headline h2 {
		padding-top:10px;
		text-align:right;
	}

	
	
	/****  PAGE  ****/
	
	.page {
		width:704px;
		height:65px;
		background-image:url(imgs/bg_page.jpg);
		background-repeat:no-repeat;
		background-color:#FFFFFF;
		padding:20px;
		padding-top:0px;
	}
	
	h1 {
		padding:0px;
		margin:0px;
		color:#007cc2;
		margin-top:15px;
		margin-bottom:30px;
		font-size:18px;
		font-weight:bolder;
	}
	
	h2 {
		padding:0px;
		margin:0px;
		color:#007cc2;
		margin-top:5px;
		margin-bottom:10px;
		font-size:15px;
		font-weight:bolder;
	}
	
	h3 {
		padding:0px;
		margin:0px;
		color:#007cc2;
		color:#303030;
		margin-top:5px;
		margin-bottom:0px;
		font-size:13px;
		font-weight:bolder;
	}
	
	p {
		text-align:justify;
		margin:0px;
		padding:0px;
		padding-bottom:10px;
		line-height:180%;
	}
		
	ul {
		margin-top:5px;
	}
	
	li {
		line-height:180%;
	}



	

	
	
	/**** FOOTER ****/
	
	#footer {
		background-color:#1a1a1a;
		height:75px;
		width:900px;
		color:#FFFFFF;
		font-size:9px;
	}
	
	
	a {
		text-decoration:none;
		color:#007cc2;
		cursor:pointer;
		font-weight:bolder;
	}

	a:hover {
		text-decoration:underline;
		color:#333333;
	}
	
	.submenu {
		font-size:14px;
		font-weight:bolder;
	}
	
	.imgsubmenu {
		
	}
	
	/****************/
	
	p.smenu {
		text-align:center;
	}
	
	table.smenu {
		margin-top:20px;
		margin-bottom:10px;
		text-align:center;
	}
	
	/*******  SUBMENU  ************/
	
	.smt {
		border:#3fa9f5 1px solid;
		cursor:pointer;
	}
	
	
	.smtText {
		background-color:#3fa9f5;
		padding:0px;
		padding-top:5px;
		padding-bottom:5px;
		text-align:center;
		height:40px;
		vertical-align:middle;
	}
	
	.smtImg {
		background-color:#3fa9f5;
		padding:0px;
	}
	
	.sma {
		color:#FFFFFF;
		font-weight:normal;
	}
	
	a.sma:hover {
		text-decoration:none;
		color:#FFFFFF;
	}
	