
@charset "utf-8";

/* CSS Document */



.header {

	/* background-image: url(../images/header.png); */

       /* background-color: #a6bb7b; */
    background-color: #FFFFFF;
	 
	background-repeat: repeat-x;

	height: 140px;

	margin-top: -8px;

	margin-right: -8px;

	margin-left: -20px;
	z-index: -2;

}

.footer {

	height: 20px;

	width: 100%;

	background-color:#B4B4B4;

	padding-right: 45px;

	padding-left: 45px;

	margin-left: -45px;

	margin-top: 25px;

}

.main-title {

	font-family: "Californian FB";

	color: white;

	font-weight: bold;

	font-variant: small-caps;

	font-size: 54px;

	margin-left: -255px;

	left: 40%;

	position: relative;

	top: 25px;

	width: 600px;

}

.main-title1 {

	font-family: "Californian FB";

	color: white;

	font-weight: bold;

	font-variant: small-caps;

	font-size: 54px;

	margin-left: -255px;

	left: 40%;

	position: relative;

	top: 0px;

	width: 600px;
	z-index: 1;

}


.subtitle {
	font-family: "Californian FB";
	color: #e1e8d3;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 24px;
	margin-left: -253px;
	left: 40%;
	position: relative;
	top: 5px;
	width: 600px;
}

.subtitle2 {

	font-family: "Californian FB";

	/*color: red;*/

	font-weight: bold;

	font-variant: small-caps;

	font-size: 24px;

	/*margin-left: -300px;*/

	/*left: 40%;*/

	position: relative;

	top: 5px;

	width: 950px;

}

.subtitle3 {

	font-family: "Californian FB";

	/*color: red;*/

	font-weight: bold;

	font-variant: small-caps;

	font-size: 36px;
	
	font-style:italic;

	/*margin-left: -300px;*/

	/*left: 40%;*/

	position: relative;

	top: 5px;

	width: 950px;

}

.red {
	color: #FF0000;
}

.blue {
	color: #0000FF;
}
.buttons {

	background-color: #a6bb7b;

	height: 25px;

	width: 800px;

	padding-top: 12px;

	left: 50%;

	margin-left: -394px;

	position: relative;

	top: 0px;

}

.green-line {
	height: 1px;
	width: 100%;
	left: 0px;
	background-color: #829768;
	top: 76px;
	position: absolute;

}

.green-box {
	height: 28px;
	width: 100%;
	left: 0px;
	background-color: #2E5101;
	top: 77px;
	position: absolute;

}

.black-box {
	height: 37px;
	width:100%;
	left: 0px;
	background-color: #a6bb7b;
	top: 105px;
	position: absolute;
}

body {

	background-color: #B4B4B4;

}

.content {

	background-color: white;

	left: 50%;

	width: 710px;

	margin-left: -400px;

	height: auto;

	position: absolute;

	padding-top: 65px;

	padding-right: 45px;

	padding-left: 45px;

	margin-top: 125px;

}

.content2 {

	background-color: white;

	left: 50%;

	width: 710px;

	margin-left: -400px;

	height: auto;

	position: absolute;

	padding-top: 15px;

	padding-right: 25px;

	padding-left: 25px;

	margin-top: 25px;

}


a {
	color: #2a380e;
	text-decoration: none;
	font-family: "Californian FB";
	font-size: 20px;
	font-variant: small-caps;
	text-align: center;
	line-height: 10px;
	font-weight: bold;
}

a:hover {

	color: #799938;

}

a.mail {

	color: #8FBBE7;

	text-decoration: none;

	font-family: "Californian FB";

	font-size: 17px;

	font-variant: small-caps;

	text-align: center;

	line-height: 10px;

	font-weight: bold;

}

a.mail:hover {

	color: blue;

}

.link {
	color: #2a380e;
	text-decoration: underline;
/*	font-family: "Californian FB";*/
	font-size: 18px;
	font-variant: normal;
/*	text-align: center;*/
	line-height: 10px;
	font-weight: bold;
}

.link-a {

	width: 160px;

	height: 40px;

	position: absolute;

}

.link-b {

	width: 160px;

	height: 40px;

	position: absolute;

	left: 20%;

}

.link-c {

	width: 160px;

	height: 40px;

	position: absolute;

	margin-left: -80px;

	left: 50%;

}

.link-d {

	width: 160px;

	height: 40px;

	position: absolute;

	right: 20%;

}

.link-e {

	width: 160px;

	height: 40px;

	position: absolute;

	right: 0px;

}

.text {

	font-family: "Californian FB";

	font-size: 17px;

	color: black;

	text-align:justify;

}

.subheader {

	font-family: "Californian FB";

	font-size: 21px;

	font-weight: bolder;

	color: black;

}

.snapshot {

	float: left;

	margin-right: 15px;

}

.snapshot2 {

	margin-left: 15px;

}

