@charset "utf-8";
/* CSS Document */

	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: auto;
	}
	
	#flashcontent {
		height: 600px;
	}
	/* end hide */

body,td,th {
	font-family: "verdana";
	font-size: 11px;
	color: #10222B;
	border-color: #E2F0D6;
}
body {
	background-color: #BDD684;
	margin-top: 25px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
a {
	font-size: 11px;
	color: #10222B;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #10222B;
}
a:hover {
	text-decoration: underline;	
	color: #10222B;
}
a:active {
	text-decoration: none;
	color: #10222B;
}
h1 {
	font-size: 25px;
	color: #10222B;
}
h2 {
	font-size: 23px;
	color: #10222B;
}
h3 {
	font-size: 21px;
	color: #10222B;
}
h4 {
	font-size: 19px;
	color: #10222B;
}
h5 {
	font-size: 17px;
	color: #10222B;
}
h6 {
	font-size: 15px;
	color: #10222B;
}
h7 {font-size: 13px;
	color: #10222B;
}

.contact {font-size: 9px;}
.header {font-size: 16px;}
.headerbig {font-size: 21px;}
.title {font-size: 14px;}
.disclaimer {font-size: 9px;}

hr {border: 0;
	color: #E2F0D6;
	background-color: #E2F0D6;
	height: 2px;
	width: 75%;
	text-align: center;
}

#apDiv1 {
 	margin-left: auto;
 	margin-right: auto;
	width:710px;
	height:100px;
	z-index:1;
}
#apDiv2 {
 	margin-left: auto;
 	margin-right: auto;
	border-left: 5px solid #E2F0D6;
	border-right: 5px solid #E2F0D6;
	background-color: transparent;
	visibility: visible;
	overflow: auto;
	width:700px;
	height:70px;
	z-index:2;
}
#apDiv3 {
 	margin-left: auto;
 	margin-right: auto;
	padding-left: 3px;
	padding-right: 3px;
	border-left: 5px solid #E2F0D6;
	border-right: 5px solid #E2F0D6;
	width: 694px;
	z-index:3;
}
#apDiv4 {
 	margin-left: auto;
 	margin-right: auto;
	border-left: 5px solid #E2F0D6;
	border-right: 5px solid #E2F0D6;
	border-bottom: 5px solid #E2F0D6;
	border-width: 5px;
	padding-top: 25px;
	width:700px;
	height:50px;
	z-index:4;
}

#bgL {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 5;
}
#bgR {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 5;
}