/* ------------- "generic" styles */

body {
	margin: 0;
	padding: 0;
	background: #dce4f7;
	color: #333;
	font: medium "Lucida Grande", Arial, sans-serif;
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}

p {
	margin: 1em 0em;
}

/* ------------- header styles */

#masthead {
	margin-bottom: 1.75em;
	padding-top: 1px;
	position: relative;
}

#homelink {
	display: block;
	margin: 1em 2em 1em;
	padding: 2em 0 0.5em 1em;
	background: url(../images/fleur120x169.jpg) 100% 100% no-repeat;
	font-weight: bold;
}

#navlinks {
	margin: 0;
	padding: 0.5em 3.7em;
	background: #002580;
	color: #FFF;
	font-size: small;
}

#navlinks li {
	display: inline;
	margin-right: 0.5em;
	padding-right: 0.75em;
	border-right: 1px solid #99C;
	font-weight: bold;
}

#navlinks li.last {
	border-right: 0;
}

#navlinks a {
	color: #D4EC84;
}

#today {
	margin-top: -1.66em;
	padding: 0 2.5em 0 0;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	font-size: small;
}

#today a {
	position: relative;
	color: #D4EC84;
}

/* ------------- main content styles */

#content {
	float: left;
	padding: 0 330px 1em 3em;
}

#content h1 {
	margin: 0 33% 1.25em -2em;
	padding: 0.5em 2em;
	background: #FFF;
	color: #686397;
	font-size: 1.5em;
}

#content h1 b {
	color: #B0D742;
}

#content h2 {
	margin: 1.5em 0 0.5em 0;
	padding-bottom: 0.25em;
	font-size: 1em;
}

#content p {
	margin: 2em 0;
}

#content li {
	margin-bottom: 1em;
}

#content img.illus {
	float: left;
	margin: 0em 1em 1em 0;
}

#content tr.a {
	color: #333;
	text-decoration: underline;
}

/* ------------- sidebar styles */

#sidebar {
	float: left;
	width: 300px;
	margin: 1em 0 0 -301px;
}

#pictures {
	color: #000;
	padding: 0 1em 0em;
	margin-top: 0.75em;
	text-align: center;
}

#pictures img {
}

#pictures p {
	font-style: italic;
	padding-bottom: 1em;
}

#pictures a {
	color: #333;
	text-decoration: underline;
}
/* ------------- footer styles */

#footer {
	clear: both;
	padding: 0em .5em .5em 2em;
	margin-top: -2em;
}

#footer p {
	margin: 0;
	color: #000;
}

#footer a {
	color: #333;
	text-decoration: underline;
}
#footer th {
}
#footer td {
	font-style: italic;
	text-align: center;
}
#footer img {
	padding: 1em;
}

