body    /* defaults */
{
	width: 100%;  /* pagewidth*/
	font-family: Trebuchet MS, lucida grande, geneva, verdana, helvetica, arial, sans-serif;
	/* use fonts on PC left to right order arial and sans-serif are default fonts  */
	font-size: 14px;
	line-height: 1.4;    /*   */
	background: #FFFFFF;    /* was CCCCCC */
	color: black;   /* text color*/
	margin:0;
	padding: 0;
	border: 0;
}

#container
{
	width:706px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}


/* ----------- LOGO ---------------- */

div#logo
{
	text-align: right;
/*        background: #CCCCCC;
        width: 557px;
        border: solid #05155D 0px;
        padding: 20px;
*/
}

div#logo img
{
        width: 180px;      /* new image 20080205 */
        margin: 40px 0 20px 0;
        border: 0;
        padding: 0;
}

/* ---------------- MENU -------------- */

table#menulinks
{
	/* background: blue; */
	/* border-left: #CCCCCC solid 50px;
	padding: 0; */
	font-size: 110%;
	font-weight: bold;
}

table#menulinks td
{
	width: 116px;   /* calculated as 6 x 116px cells = 696px plus 7x1px borders = 703px */
/*	width: 140px;       calculated as 5 x 140px cells = 700px plus 6x1px borders = 706px */
	color: #05155D;
	text-align: center;
	background-color: white;
	margin: 0;
	border-right: solid #05155D 1px;
	border-top: solid #05155D 1px;
	border-bottom: solid #05155D 0px;
	padding: 0;
	text-decoration: none;
}

table#menulinks td.firstmenulink
{
	border-left: solid #05155D 1px;
}

table#menulinks a
{
	display: block;
	font-weight:bold;
	color: #05155D;
	text-decoration: none;

	padding: 10px 0px;
}


table#menulinks a.thispage
{
	background-color: #B3DEF7;
}

table#menulinks a:hover
{
	background-color:  #B3DEF7;	
}



/* -------------- MAINBODY -----------------*/

div#mainbody
{
	width: 601px;   /* fixed width site 601C + 2B + 2x50P = 703px */
/*	width: 604px;       fixed width site 604C + 2B + 2x50P = 706px */
	background: white;
	margin: 0px 50px 50px 0px;
	padding: 50px;
	border: solid #05155D 1px;
}


img
{
        margin: 0;
        border: 0;
        padding: 0;
}

p
{
	margin: 0px;
	margin-bottom: 1.5em;
	text-align: justify;
}

p a, li a, td.logolink a
{
	display: inline;
	color: #05155D;   /* text colour */
	text-decoration: none;
	border-bottom: dotted #05155D 1px;

}

p a:hover, li a:hover, td.logolink a:hover
{
	color: black;   /* text colour */
	border-bottom: 0;
}



h1
{
	font-size: 125%;
	color: #05155D;   /* default text color*/
	/* background-color: #8C99A3;  */
	border-bottom: solid #05155D 1px;
	margin: 0 0 1.5em 0;
	padding: 0;
}

h2
{
	font-size: 120%;
	color: #05155D;   /* default text color*/
	border-bottom: 0;
	margin: 0 0 1.0em 0;
	padding: 0;
}


h3
{
	font-size: 100%;
	color: #05155D;   /* default text color*/
	border-bottom: 0;
	margin: 0 0 0.5em 0;
	padding: 0;
}

li
{
	margin-top: 0.5em;
}

li.link
{
	margin: 0;
	list-style-type: none;
	font-size: 80%;	
}

/* ------------------ FOOTER ------------------ */

div#footer
{
	color: black;
	text-align: center;
	font-size: 0.8em;
}

div#footer a
{
	padding: 0px 5px 0px 5px;
	color:black;
	text-decoration: none;
}

div#footer a:hover
{
	padding: 0px 5px 0px 5px;
	color: black;
	text-decoration: underline;
}


hr
{
	border-bottom: solid #05155D 0px;
}




/* -------------- CLIENTLIST -----------------*/
table#clientlist
{
        margin: 0;
        width: 600px;
        /*  border: solid #05155D 1px;   */
}

table#clientlist td.logoimg
{
	height: 50px;
	/* border: dotted #05155D 1px; */
	padding: 10px;
}

table#clientlist td.logoimg img
{    /* display block to use margins auto */
    display: block;
	margin-left:auto;
	margin-right:auto;
}

table#clientlist td.logolink
{
	display: none;
	height: 50px;
	/*  border: dotted #05155D 1px;  */
	padding: 10px;
}

img#acision
{
	width:150px;
}


/* -------------- PARTNERLIST -----------------*/

p.partner
{
		margin-bottom: 1.0em;
}



/* END */
