﻿* {
	margin: 0;
	padding: 0;
}
a, a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover { 
	text-decoration: underline;
}
body {
	background: #008400 url(img/pattern.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0;
}
h1 {
    color: #007be7;
    font-size: 24px;
}
h2 {
    color: #007be7;
    font-size: 14px;
}
h3 {
    font-size: 12px;
}
/* MASTER PAGE */
#logo-wrap {
	width: 860px;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	background-color: White;
}
#logo {
	width: 820px;
	height: 200px;
	margin: 0 auto;
	background: url(img/img05.jpg) no-repeat left top;
}
/* INDEX */
.top {
    width: 100%;
    border-bottom-color: #008400;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-align: right;
}
#menu {
    width: 820px;
    margin: 0 auto;
    height: 25px;
    border-bottom-color: #007bde;
    border-bottom-style: solid;
    border-bottom-width: 1px; 
}
#menu a {
    font-size: 16px;
	color: #333333;
}
#page {
	width: 860px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background-color: White;
}
#content {
	width: 820px;
	margin: 0 auto;
}
.img-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
#img-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.footer-content {
    height: 1px;
    width: 100%;
    background-color: #9ac338;
    margin-top: 10px;
    clear: both;
    margin-bottom: 10px;
}
#loghi {
    text-align: center;
}
/* FOOTER */
.legal {
	padding-top: 7px;
	text-align: center;
	color: #999999;
}
.legal a{
    color: #999999;
}
#footer-wrap {
	width: 860px;
	height: 64px;
	margin: 0 auto;
	background: url(img/img04.gif) no-repeat left top;
}
#footer {
    clear: both;
    margin-top: 10px;
	height: 64px;
	min-height: 64px;
	padding: 0;
}
.optima { display : none; }
/*Modal Popup*/
.modalBackground {
	background-color:#182325;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:White;
	border-width:5px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:750px;
}
