body {
	background-color: #ffffea;
	font-family: arial;
	color: #08282b;
	font-size: 1em;
}

a {
	color: #2c6779;
}

a:hover{
	color: #08282b;
}

#page {
	width: 700px;
	margin: auto;
}

img a {
	border: 0px;
}

#header {
	width: 700px;
	margin: auto;
}

#menu {
	width: 150px;
	float: left;
	font-size: 0.8em;
	padding: 5px;
	text-align: left;
	color: #b7ccc9;
	border-right: 1px solid;
}

ul.menu {
	list-style: none;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

li.menu {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	color: #134146;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #b0c7ce;
}

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

#menu a:hover {
	color: #357080;
	font-weight: bold;
	text-decoration: none;
}

ul.submenu {
	list-style-type: circle;
	margin: 0px;
	padding: 5px 0px 5px 15px;
}

li.submenu {
	list-style-type: circle;
	margin: 0px;
	padding:0px;
	font-size:0.8em;
	font-weight:normal;
}

#content {
	width: 530px;
	float: right;
	left: 170px;
	padding-top: 15px;
	text-align:left;
}

#content ul {
	font-size: 0.9em;
}

#content p {
	font-size: 0.9em;
}

/*#image {
	width: 700px;
	margin: auto;
	text-align: center;
}*/

h1 {
	font-size: 1.1em;
	color: #134146;
}

h2 {
	font-size: 1em;
	color: #134146;
}

h2 a {
	color: #134146;
}

h2 a:hover {
	color: #000000;
}

#footer {
	width: 690px;
	margin: auto;
	background-color: #2c6779;
	font-size: 0.7em;
	padding: 5px;
	text-align: right;
	color: #b7ccc9;
}

#footer a {
	color: #fcfdf7;
	text-decoration: none;
}

#footer a:hover {
	color: #dee4d8;
	text-decoration: none;
}

img.presentation {
	border-style: solid;
	border-width: 1px;
	border-color: #b0c7ce;
}

p.central {text-align:center;}

span.small_text {font-size:0.9em;}


