body {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: #E0E0FF;
	margin: 0px;
}

#page {
	margin: 10px 15% 10px;
	background-color: #FFFFFF;
	border: 1px solid #507090;
	padding: 10px;
}

a:link {
	text-decoration: underline;
	color: #304050;
}

a:hover {
	color: #405870;
	background-color: #E4FFFF;
}

a:visited {
	color: #304050;
}

a:visited:hover {
	color: #405870;
	background-color: #E4FFFF;
}

#nav {
	border-bottom: 1px solid #B0C0D0;
	text-align: center;
	padding: 5px;
}

#nav a {
	padding: 5px 8px 5px 8px;
	text-decoration: none;
	color: #000000;
}

#nav a:hover {
	text-decoration: none;
	color: #304860;
	padding: 5px 7px 5px 7px;
	border-left: 1px solid #B0C0D0;
	border-right: 1px solid #B0C0D0;
}

#header {
	text-align: center;
	border-bottom: 1px solid #B0C0D0;
	padding-bottom: 10px;
	color: #406080;
}

#header h1 {
	font-size: 2em;
	letter-spacing: 0.15em;
	font-weight: normal;
	margin: 0px;
}

#content {
	line-height: 1.5em;
}

#footer {
	border-top: 1px solid #B0C0D0;
	font-size: 0.9em;
	padding-top: 10px;
	line-height: 1.5em;
	text-align: right;
}

h2 {
	font-size: 1.5em;
	color: #507090;
	font-weight: normal;
	letter-spacing: 0.1em;
}

p {
	text-align: justify;
}

.clear {
	clear: both;
}

div.container {
	width: 98%;
	clear: both;
}

/*div.container div {
	width: 45%;
	padding: 4px;
	float: left;
	text-align: center;
}*/

div.left {
	width: 45%;
	padding: 4px;
	float: left;
	text-align: center;
}

div.right {
	width: 45%;
	padding: 4px;
	float: right;
	text-align: center;
}

div.container div img {
	border-width: 0px;
}