body {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.5;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 10pt;
}

/* container */

#toppanel {
	display: none;
}

#container {
	width: 17cm;
}

/* leftarea */

#leftarea {
	width: 4.5cm;
	height: 100%;
	float: left;
	border: 0px solid blue;
}

/* rightarea */

#rightarea {
	width: 12.5cm;
	float: right;
	border: 0px solid red;
}

#mainnavigation, #flashcontent {
	display: none;
}

/*
#content a[href^="http:"]:link:after, #content a[href^="http:"]:visited:after {
	content: " (" attr(href) ") ";
	word-wrap: break-word;
}

#content a[href^="http://www.dottedeyes.com"]:link:after, #content a[href^="http://www.dottedeyes.com"]:visited:after {
	content: "";
}
*/

#leftcontent {
	border-bottom: 1px solid #CCCCCC;
}


/* footer */

#slogan {
	display: none;
}

#footer_nav ul {
	display: none;
}

/* General */

.clear {
	clear: both;
}

img.floatleft {
	float:left;
	margin: 0 0.25cm;
}

img.floatright {
	float:right;
	margin: 0 0.25cm;
}

a img {
	border: 0 solid white;
}

.treemenu {
	margin-left: 0;	
	padding-left: 0.25cm;
	list-style: none;
}

.treemenu .treenodeopen ul, .treemenu .treenode ul {
	margin-left: 0;
	padding-left: 0.25cm;
	list-style: none;
}

.treemenu .currentpage {
	font-weight: bold;
}

/* Home page */

img.homecasestudies {
	margin: 0.25cm;
}

#newsticker {
	height: auto !important;
}

#newsticker li {
	display: block !important;
	visibility: visible !important;
	opacity: 100 !important;
	list-style-type: disc !important;
	list-style-position:outside !important;
}

/* digitalmaps.dwt */

.digitalmap {
	float: right;
}


