@charset "UTF-8";

#main {
	position:relative;
	width:810px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	}
	
#top {
	position:relative;
	width:810px;
	height:155px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	}
	
#content {
	position:relative;
	width:758px;
	z-index:1;
	background-image: url(../images/shade.jpg);
	backroud-position: top center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	margin-right: auto;
	margin-left: auto;
	}
	
#footer {
	position:relative;
	width:758px;
	height:27px;
	background-image: url(../images/footer.jpg);
	backroud-position: top center;
	background-repeat: no-repeat;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	}
	
.grey {
    background-image: url(../images/grey.jpg);
    backroud-position: top left;
	background-repeat: no-repeat;
	}


.main {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.main_green {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #02723d;
}

.names {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #02723d;
}

.titles{
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #02723d;
}

.copy {
	font-family: "Trebuchet MS";
	font-size:10px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

a.footer:link {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

a.footer:active {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

a.footer:visited {
	font-family:"Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

a.footer:hover {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
}

a.page:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #02723d;
	text-decoration: none;
}

a.page:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #02723d;
	text-decoration: none;
}

a.page:visited {
	font-family:"Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #02723d;
	text-decoration: none;
}

a.page:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.menu:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #17B375;
	text-decoration: none;
}

a.menu:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #17B375;
	text-decoration: none;
}

a.menu:visited {
	font-family:"Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #17B375;
	text-decoration: none;
}

a.menu:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


.form {
    width:300px;
    background-color: #FFFFFF;
	border: solid 1px #02723d;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	}
	
.index_back {
background-image: url(../images/index_back.jpg);
background-position: center bottom;
background-repeat: no-repeat;
}

.index_back01 {
background-image: url(../images/index_back01.jpg);
background-position: right bottom;
background-repeat: no-repeat;
}