/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: justify;
 	background-color: #CCCCCC;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #66CCFF;
	background-color:#FFFFFF;
}

#breadcrumb {
	padding: 0.2em 0.5em 0.2em 0.5em;
	font-size: 0.8em;
	color: #3366FF;
	border-bottom: 1px solid #66CCFF;
}

#breadcrumb a:link, #breadcrumb a:visited {
	color: #3366FF;
}

#header {
	font-size: 1.5em;
	color:#3366FF;
	padding: 0.2em 0.5em 0.2em 0.5em;
}

#header a:link, #header a:visited {
	text-decoration: none;
	color:#3366FF;
}

.consultants {
	color:#FF6666;
}

#menu {
	background-color: #66CCFF;
	padding: 0.5em 0 0.2em 0;
	border-bottom: 1px solid #66CCFF;
}

#navigation li {
	list-style-type: none;
	display: inline;
	margin: 0 0.2em 0 0.2em;
}

#navigation {
	margin: 0px;
	text-align: left;
	font-size: 1em;
}

#navigation a:link, #navigation a:visited {
	text-decoration: none;
	padding: 0 0.5em 0.2em 0.5em;
	color: #3366FF;
}

#navigation a:hover {
	text-decoration: none;
	padding: 0 0.5em 0.2em 0.5em;
	background-color:#3333FF;
	color: #FFFFFF;
}

#navigation a.selected {
	background-color: #FFFFFF;
}

#navigation a.selected:hover {
	color: #3366FF;
}

#content {
	padding: 1em 2em 1em 2em;
	background-image:url(images/world2.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#content a:link, #content a:visited {
	text-decoration: none;
	border-bottom: thin dotted;
	color:#000000;
}


#footer {
	font-size: 0.8em;
	color: #3366FF;
	padding: 0.2em 0.5em 0.2em 0.5em;
	border-top: 1px solid #66CCFF;
	text-align:center;
}

h1 {
	color: #3366FF;
	font-size: 1.4em;
}

h2 {
	color:#3366FF;
	font-size: 1em;
}

p, li {
	color:#000000;
	font-size: 0.8em;
}