/* CSS Document */
body {
	background: #00a0a0;
	color: #000000;
	font-family: Verdana, "Sans Serif", Serif;
	font-size: 0.9em;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
/*html { 
	height: 100%;
	}
	/**** font settings ****/
h1 {
	border-bottom: 1px solid #000000;
	color: #000000;
	font-size: 1.2em;
	font-weight: normal;
	margin: 10px 40px 10px 20px;
	padding: 0px 0px 5px 0px;
	text-align: left;
	}

h2 {
	color: #00a0a0;
	font-size: 12px;
	margin: 0px;
	padding: 5px 0px 0px 15px;
	text-align: left;
	}

h3 {
	font-size: 13px;
	margin: 0px 10px 0px 20px;
	text-align: left;
	}

h4 {
	color: #999999;
	font-size: 0.85em;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 20px 25px;
	text-align: left;
	}

p {
	margin: 0px 40px 10px 20px;
	text-align: justify;
	}

p.form {
	margin: 0px 0px 0px 10px;
	text-align: justify;
	}

a { 
	color: #00a0a0;
	text-decoration: none;
	}

a:hover { 
	text-decoration: underline;
	}

a.menu {
	border-bottom: 1px solid #999999;
	display: block;
	padding: 4px 6px 4px 6px;
	margin: 0px 10px 6px 80px;
	}

a.menu:hover { 
	background: #00a0a0;
	color: #ffffff;
	text-decoration: none;
	}
	
.imageleft {
	padding: 5px 10px 0px 0px;
	}
	
.imageright {
	padding: 5px 0px 0px 10px;
	}
	
.imagecenter {
	padding: 4px;
	}

hr {
	margin: 10px 30px 10px 30px;
	height: 1px;
	}

a img {
	border: 0px;
	}

a img:hover {
	text-decoration: none;
	}
	
ul {list-style-type: none;}

/**************
**Site Layout**
**************/

#wrapper {
	background: url(../images/wrapper.jpg) repeat-y left;
	margin: 0px auto 0px auto;
	overflow: auto;
	padding: 0px;
	width: 978px;
	}

#wrapperleft {
	float: left;
	height: 100%; 
	width: 332px;
	}

#wrapperright {
	float: right;
	height: 100%; 
	width: 646px;
	}
	
#footer {
	background: url(../images/footer.jpg) no-repeat;
	min-height: 25px;
	width: 978px;
	margin: auto;
	}
