﻿html, body /*html for FF Moz NS7 OP */
{
	font:0.9em Verdana,Tahoma,Arial,sans-serif;
  	text-align: center; /* For centering in ie5.x */
	color:#303030;
 	background: #F3F5F5 url(../images/bodybg.jpg) repeat-x left top;
}

*{
	margin:0px;
	padding:0px;
}


div,p,b,a
{
	font-family: Verdana,Tahoma,Arial,sans-serif;
	text-align:left;/* to get text back to the left*/
}

h1, h2, h3, h4, h5
{
	font-family: Tahoma, Verdana, Arial,sans-serif;
	margin:0 0 15px;
	line-height:1.5em;
}

a 
{
	color:#505050;
	font-weight:bold;
	text-decoration:none;
}

a:hover 
{
	color:#808080;
	text-decoration:underline;
}

#header
{
	height: 122px;
	margin-left: 130px;
	background: url(../images/montage.jpg) no-repeat left top;
}

#logo
{
	position: absolute;
	top: 3px;
	left: 30px;
}

#mainmenu 
{
	float: left;
	margin-bottom:0;
	margin-top: 3px;
}

#mainmenu ul 
{
	font-size:14px;
	margin:0;
	padding:0;
}

#mainmenu li 
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 0.8em;
}

#mainmenu a 
{
	border-right:1px solid #b0b0b0;
	color:#606060;
	display:block;
	font-size:0.7em;
	padding: 5px 14px 7px;
	text-transform:uppercase;
	text-align: center;
}

#mainmenu a:hover 
{
	background:#f0f0f0 url(../images/menuhover.jpg) top left repeat-x;
	color:#505050;
	text-decoration:none;
}

#mainmenu a.current 
{
	background:#f0f0f0 url(../images/menuhover.jpg) top left repeat-x;
	color:#505050;
	text-decoration:none;
}

#left
{
	margin-top: 40px;
	color:#2a2a2a;
	padding:10px;
}

#left a 
{
	color:#505050;
	font-weight:bold;
	text-decoration:underline;
}

#left a:hover 
{
	color:#901A05;
	text-decoration:underline;
}

#left h1
{
	background-color:inherit;
	color:#901A05;
	font-size:2.0em;
	font-weight:bold;
	letter-spacing:1px;
	margin:0;
	padding:0 0 5px 5px;
}

#left h2
{
	background-color:inherit;
	color:#606060;
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:1px;
	margin:0;
	padding:0 0 5px 5px;
}

#left h3
{
	background-color:inherit;
	color:#333333;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:1px;
	margin:0;
	padding:0 0 5px 5px;
}


#left p
{
	line-height: 1.5em;
	padding: 3px 5px 7px 5px;
}

#left ul,li
{
	font-family: Verdana,Tahoma,Arial,sans-serif;
	margin-left: 1.0em;
	margin-bottom: 0.5em;
	list-style-type: square;
}


/* latest news and submenus */
#right 
{
	float: right;
	background-color: #C8D3B4;
	margin: 42px 40px 0 20px;
	width: 170px;
	height: 300px;
}

#right img /* positioning for the world image sitting in the html */
{
	position: relative; /* required to position relatively with the float element used */
	top: -155px;
	right: 0px;
}

#right h1 
{
	display: block; /* need this to position the heading overtop of the image margin */
	margin-top: -140px;
	padding: 5px 0;
	color:#901A05;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:1.5px;
	text-align: center;
	z-index: 1;
}

#right h2 
{
	font-family: arial, tahoma, sans-serif;
	padding: 3px 0;
	color:#505050;
	font-size:1.0em;
	font-weight:bold;
	text-align: left;
	line-height:0.8em;
	margin:5px 0 16px 10px;
}

right p 
{
	font-size:0.5em;
	line-height:1.4em;
	margin:5px 0 16px 10px;
}


/* classes */
.act
{
	font-family: Arial,sans-serif;
	font-style: italic;
	text-align:left;/* to get text back to the left*/
	margin-left: 2.0em;
	margin-right: 12.0em;
	line-height: 2.0em;
}

.act ol,li
{
	font-family: Verdana,Tahoma,Arial,sans-serif;
	text-align:left;/* to get text back to the left*/
	margin-left: 1.0em;
	line-height: 1.5em;
}

.soft
{
	font:1.0em;
	line-height:1.8em;
	font-style: italic;
	font-weight: bold;
}


