/* style9.2.css */

body {
				background-color: #eaebe9;
				font-family: verdana;
				}

.container {
				width: 930px;
				background-color: white;
				border: 25px solid white;
				font-size: 12px;
				}

.header {
				border: none;
				background-color: #9fd61d;
				color: white;
				font-family: Arial;
				padding: 1.3em 0 0 0;				
				}

.header h1 {
				vertical-align: bottom;
				text-align: right;
				font-size: 50px;
				text-transform: uppercase;
				font-weight: bold;
				}

.menu {
				background-color: #e4ffc4;
				color: black;
				width: 230px; 
				float: left;
				text-decoration: none;
				margin-top: -19px;
				}

.menu a {
				color: black;
				text-decoration: none;
				text-align: left;
				display: block;
				margin-bottom: 5px;
				margin-left: 12px;
				}

.menu a:hover {
				border-right: 8px solid black;
				}

.menu h2 {
				text-align: left;
				font-size: 15px;
				border-bottom: 1px solid black;
				}

.content {
				border: none;
				text-align: left;
				margin-left: 235px;
				margin-right: 10px;
				padding: 0 1em 1em 1em;
				color: #646464;
				}

.content a {
				color: #646464;
				}

.footer {
				background-color: #e4ffc4;
				color: black;
				padding: 1px 0px 1px 0px;
				text-align: center;
				}

.content h1 {
				margin: 0 0 1em 0;
				font-size: 18px;
				}

h2 {
				padding-top: 1em;
				font-size: 12px;
				}

.adHeadline {font: bold 10pt Verdana; text-decoration: underline; color: #000000;}
.adText {font: normal 9pt Verdana; text-decoration: none; color: #000000;}