body {
	text-align: center;
	font: 10pt/18pt Arial;
	/*font: 13px/20px Techno;*/
	color: gray;
}

table {
	font: 10pt/15pt Arial;
}

div#page {
	padding: 0;
	text-align: center;
	margin: auto;
	width: 750px;
}

div#navigation {
	text-align: center;
}

div#body {
	margin: auto;
	padding: 44px 0 0 0;
	width: 60%;
	text-align: left;
}

img {
	border: 0;
}

img#logo {
	margin: 12px;
}

a {
	color: gray;
}

hr {
	border: 0;
	height: 1px;
	color: black;
	background-color: black;
}

li.newsitem {
}

h1,h2,h3,h4,h5,h6 {
	font: 18px Arial;
	margin-bottom : 0px;
	letter-spacing : 2px;
}
h3 {
	font: 12px Arial;
}

p {
	margin-top: 2px;
	margin-bottom: 12px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

li {
	margin-left: -24px;
}


/******* NAVIGATION LAYOUT BELOW *********/
table.navigationMain {
	font-size: 16pt;
	text-align: center;
	width: 100%;
	height: 40px;
	border-collapse: collapse;
}
table.navigationSub {
	font-size: 11pt;
	text-align: center;
	margin-top: 20px;
	height: 20px;
	width: 100%;
	border-collapse: collapse;
}

td.navigationMain {
	width: 20%;
	border-width: 0;
}
td.navigationSub {
	border-right: 1px solid black;
	padding: 0;
}
td.navigationSub#last {
	border-right: 0;
}

a.navigationMain {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
a.navigationSub {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
a.navigationMain:hover {
	color: white;
}
a.navigationSub:hover {
	color: white;
}
a.navigationMain#activeMain {
	color: white;
}
a.navigationSub#activeSub {
	color: white;
}

td.navigationMain#about {
	background-color: #009946;
}
td.navigationMain#products {
	background-color: #0053B0;
}
td.navigationMain#activities {
	background-color: #6E2E92;
}
td.navigationMain#relations {
	background-color: #D50D63;
}
td.navigationMain#contact {
	background-color: #FF5C3B;
}