* {
	margin: 0;
	padding: 0;
}
body {
	color: #333333;
	background: #f7f7f7 url(../img/bg-body.jpg) center repeat-y;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
}
img, a img {
	border: 0;
}
h6 {
	margin: 15px 0;
	border-bottom: 1px dashed #DDDDDD;
}
small {
	color: #999999;
}
address {
	color: #FFFFFF;
	background: #387c2b;
	height: 60px;
	line-height: 25px;
	text-align: center;
	font-size: 1.0em;
	font-style: normal;	
	font-weight: bold;
}
address a {
  	color: #FFFFFF;
	text-decoration: underline;
}
address a:hover {
  	color: #DDDDDD;
	text-decoration: underline;
}
#container {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	background: #FFFFFF;
}
#header {
	height: 280px;
	background: url(../img/header.jpg) no-repeat;
} 
#info {
	height: 20px;
} 
#date {
	padding: 0 0 0 260px;
	float: left;
}
#flags {
	padding: 0 180px 0 0;
	float: right;
}
#header img {
	float: right;
}
#menu {
	width: 240px;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
}
#main {
	width: 580px;
	float: left;
}
#content {
	padding: 20px;
}
#right {
	width: 160px;
	float: right;
}
#clear {
	clear: both;
	height: 100px;
	background: #387c2b url(../img/bg-clear.jpg) no-repeat;
}
#footer {
	background: #f4f4f4 url(../img/bg-footer.jpg) repeat-x;
	padding-top: 10px;
	text-align: center;
}	
#menu ul {	
	list-style: none;
	text-indent: 15px;
}
#menu ul.menulevel2 {	
	text-indent: 30px;
}
#menu ul.menulevel3 {	
	text-indent: 45px;
}
#menu a, #menu a:hover, #menu .sdoc, #menu .sdocs, #menu .first, #menu .last {
	display: block;
	width: 240px;
	line-height: 30px;
  	text-decoration: none;
}
#menu .doc, #menu .sdoc, #menu .sdocs {
  	color: #00aeef;
}
#menu .sdoc, #menu .sdocs {
	background: url(../img/bg-menu.jpg) no-repeat;
}
#menu a {
  	color: #666666;
}
#menu a:hover {
  	color: #387c2b;
	background: url(../img/bg-menu-hover.jpg) no-repeat;
}
#menu ul.mailform a {
	background: url(../img/bg-menu-mailform.jpg);
}
#menu ul.mailform a:hover {
	background: url(../img/bg-menu-mailform-hover.jpg);
}
#content  h1, #content  h2, #content  h3 {
	margin: 20px 0 30px 0;
  	color: #00aeef;
	font-size: 2.3em;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
}
#content p {
	margin: 10px 0;
	font-size: 1.1em;
	text-align: justify;
}
#content p a {
	color: #666666;
	text-decoration: none;
}
#content p a:hover {
	color: #666666;
	text-decoration: underline;
}
#content p.center {
	text-align: center;
}
#content ul {	
	list-style: none;
	text-indent: 20px;
}
#content ul a, #content ul a:hover {
	display: block;
	height: 40px;
	line-height: 30px;
  	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
}
#content ul a {
  	color: #666666;
}
#content ul a:hover {
  	color: #387c2b;
}
#content object, #content iframe {
	width: 425px; 
	height: 344px;
}
#content #google-map {
    float: left;
	width: 540px; 
	height: 380px;
}
#right p {
	margin: 15px;
	text-align: center;
	color: #666666;
}
#footer p {
	color: #999999;
	padding: 8px 0;
}
#footer p a {
	color: #666666;
	text-decoration: none;
}
#footer p a:hover {
	color: #666666;
	text-decoration: underline;
}	
fieldset {
	width: 500px; 
	display: block;
	border: 1px solid #ddd;
	padding: 20px;
	margin: 0 0 30px 0;
}
legend {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
label {
	clear: both;
	float: left;
	display: block;
	width: 150px;
	text-align: right;
	padding: 0 20px 0 0;
	margin: 10px 0;
	font-size: 13px;
	color: #333;
}
input, textarea {
	float: left;
	border: 1px solid #ccc;
	margin: 10px 0;
	color: #2b3c61;
	background: #bfffab;
	font-size: 13px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 320px;
}
input {
	height: 20px;
}
textarea {
	height: 120px;
	overflow: hidden;
}
p.send {
	clear: both;
}
p.send input {
	float: none;
	background: url(../img/bg-send.png) no-repeat;
	border: 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
	width: 220px;
	height: 60px;
	margin: 20px 0 0 180px;
}
.flash {
	padding: 10px;
}
.edit {
	background: #EEEEEE;
}
.edit a, .edit a:hover {
 	color: #387c2b; 
	text-decoration: none;
}
.edit td:hover {
	background: #FFFFFF;
}