﻿
/* GENERAL */

body
{
	margin: auto;
	font-family: Helvetica, Arial, sans-serif;
	background-color:#99CCFF;
}

/* SECTIONS */

/* Wrapper */

#container
{
	/*border: 0.1em solid #000000;*/
	background-color:white;
	/*border-style:ridge;*/
	min-height:66em;
	width:51em; 
	margin:auto;
}

/* Header */
#header
{
	text-align:left;
	margin-bottom: 2em;
	margin-top: 1em;
	background-color:White;
	margin-left:1em;
	margin-right:1em;
	/*border: 0.1em solid #000000;*/
	width:49em;
}

#header img
{
	text-align:center;
	margin-left:2em;
}

/* topimage */

#topimage
{
	/*text-align: left;*/
	margin-left: 4.5em;
	margin-right:10;
	margin-top:-1em;
	max-width:48em;
	position: relative;
	overflow: hidden;
	/*float:left;*/
	/*background-color:#FFFF99;*/
}

#topimage img
{
	border: 0.1em solid #99CCFF;
}


/*Navigation*/
#leftnav
{
	margin: right: 0em; top: -1em;
	width: 12em;
	position: relative;
	overflow: auto;
	max-height: 74em;
	margin: right: 0em; top: -0.5em;
	padding:0.5em 0.5em 0.5em 0.5em;
	padding-left: 1em;
	background-color:White;
	margin:1em;
	float: left;
	border: 0.1em solid #99CCFF;
	background-color:White;
}


/*CONTENT*/

#main
{
	background-color:white;
	margin-left:14.7em;
	/*margin: right: 0em; top: -11em;*/
	max-width:30em;
	min-height:20em;
	/*border: 0.1em solid #000000*/
}

#leftnav ul
{
	text-align: center;
	text-decoration: none;
}

#leftnav li
{
	list-style-type: none;
	margin-bottom: 1em;
	margin-left: 1em;
	text-decoration: none;
	width: 12em;
	font-size:11px;
	text-align:left;
}

#leftnav a
{
	padding: .5em;
	display: block;
}

#leftnav a:link
{
	display:block;
	color: #000000;
}

#leftnav a:hover
{
	display:block;
	font-style:italic;
}
	
#leftnav a:active
{
	color:#000000;
}

#leftnav a:visited
{
	color:#000000;
}


#footer
{
	width: 51em;
	height: 2em;
	position: relative;
	background-color:#FFFFFF;
	float:left;
	/*border: 0.1em solid #000000;*/	
}

#footer p

{
	margin: 0.5em 0em 0em 0em;
	font-size: 11pt;
	position: relative;
	text-align: center;
	padding-top:0.25em;
}

	
	
	
	
