html, body {
	margin: auto;
	font-family: "Arial";
	color:#000000;
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	text-align:center;
	a
}


#header{
	background-image:url(../images/logo_site.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	height:150px;
	width:800px;
	text-align:center;
	margin: auto;
	vertical-align:middle;
	/*border:#000000 2px dashed;*/
}

#menu{
	/*margin-top:68px;*/
	width:800px;
	margin: auto;
	font-family:eurostile;
	letter-spacing:-1px;
	background-color:#B3D81D;
	padding:8px 8px 8px 8px;
	color:#FFFFFF;
	text-align:left;
	/*border:#000000 2px dashed;*/
}

#page{
	width:780px;
	font-size: 12px;
	text-align:justify;
	margin: auto;
	/*clear:right;*/
	border:#616161 1px dashed;
	/*margin:40px 40px 0 40px;*/
	padding-bottom:20px;
	padding-left:30px;

}

a.menu:link {
	color:#FFFFFF;
	font-size:18px;
	text-decoration: none;
	font-weight:600;
}
		
a.menu:visited {
	color:#FFFFFF;
	font-size:18px;
	text-decoration: none;
	font-weight:bold;
	font-weight:600;
}
		
a.menu:hover {
	color:#FFFFFF;
	font-size:18px;
	text-decoration: underline;
	font-weight:bold;
	font-weight:600;
}




h1 {
	font-family:eurostile;
	letter-spacing:-1px;
	text-align:right;
	height:35px;
	color:#616161;
	font-size: 25px;
	width:90%;
	font-variant: small-caps;
	text-shadow: #5F5F5F 1px 1px 3px;
	/*border:#000000 1px dashed;*/
}

h3 {
	font-family:eurostile;
	color:#616161;
	font-size: 12px;
	text-shadow: #999999 1px 1px 3px;
}

.baseline {
	font-family:eurostile;
	letter-spacing:-1px;
	color:#B3D81D;
	font-size: 18px;
	font-weight:600;	
	/*border:#000000 1px dashed;*/
}

.stitre {
	font-family:eurostile;
	letter-spacing:-1px;
	text-align:left;
	color:#616161;
	font-size: 18px;
	width:90%;
	text-shadow: #999999 1px 1px 3px;
	/*border:#000000 1px dashed;*/
}


/*
#title{
	padding:50px 0 0 0;	
	color:#B3D81D;
}
*/

a img {
	border: none;
}


input, textarea, select{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	font-weight:bold;
}

a:hover img {
	border: none;	
}

a:link {
	color:#000000;
	text-decoration: none;
}
		
a:visited {
	color:#000000;
	text-decoration: none;
}
		
a:hover {
	color:  #B3D81D;	
	text-decoration: underline;
}

.submit{
	color:#3399CC;
	background-color:#663366;
}

/* Highlighting */
.highlight{
	background-color:#EEEEEE;
}

#footer{
	width:800px;
	margin: auto;
	text-align:center;
	color:#666666;
	font-size:10px;
	/*border:#000000 1px dashed;*/
}
