@CHARSET "UTF-8";

html {
	height:100%;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: black;
	background-color: white;
	font-size: 10pt;
	height: 100%;
}

p {
	text-align: justify;
	margin-top: 0.5em;
	margin-bottom: 1.25em;
}

#main {
	min-height: 100%;
	position: relative;
}

#header {
	background: #90a090;
	border-bottom: 3px double #aba;
	border-left: 1px solid #9a9;
	border-right: 1px solid #565;
	border-top: 1px solid #9a9;
	font: italic normal 230% 'Times New Roman', Times, serif;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 15px 10px 15px 60px;
}
#menu {
   float:left;
   width:100%;
   background:white;
   border-bottom:4px solid #000;
   overflow:hidden;
   position:relative;
}
#menu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#menu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#menu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:white;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
}
#menu ul li a:hover {
   background:#90a090;
   color:#fff;
}
#menu ul li a.active,
#menu ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}

#content {
	padding-top:30px;
	padding-bottom:30px;
}

#footer {
	position: absolute;
	font-size: xx-small;
	text-align: center;
	bottom: 0;
	height: 30px;
	width: 100%;
}

h1 {
	width : 100%;
	background: #90a090;
	color : black;
	padding : 2px;
	font-family: 'Times New Roman', Times, serif;
	font-size: medium;
	font-style: italic;
	text-align: left;
	font-weight: bold;
	font-size: 15pt;
}

h2 {
	font-family: 'Times New Roman', Times, serif;
	font-size: medium;
	font-style: italic;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #90a090;
	font-weight: bold;
	font-size: 13pt;
}

h3 {
	font-family: 'Times New Roman', Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	font-size: 11pt;
}


a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: underline;
}

