@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: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bgv2.jpg);
	background-attachment: fixed;
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-left: 35px;
	margin-right: 170px;
	padding: 10px;
}
a {
	font-size: 11px;
	color: #594358;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #261425;
}
a:hover {
	text-decoration: underline;	
	color: #594358;
}
a:active {
	text-decoration: none;
	color: #594358;
}

.navlinks {
	font-size: 11px;
	color: #261425;
	background-color:#ccc2cd;
	border-bottom: solid #6e6470 1px;
	border-right: solid #6e6470 1px;
	border-top: solid #e4dce5 1px;
	border-left: solid #e4dce5 1px;
	padding: 3px;
}
.navlinks:link {
	text-decoration: none;
}
.navlinks:visited {
	text-decoration: none;
	color: #261425;
}
.navlinks:hover {
	text-decoration: none;
	color: #261425;
	border-bottom: solid #e4dce5 1px;
	border-right: solid #e4dce5 1px;
	border-top: solid #6e6470 1px;
	border-left: solid #6e6470 1px;
}
.navlinks:active {
	text-decoration: none;
	color: #261425;
}
.contact {font-size: 9px;}
.header {font-size: 16px;}
.title {font-size: 14px;}
.disclaimer {font-size: 9px;}

h1 {
	font-size: 25px;
	color: #000000;
}
h2 {
	font-size: 23px;
	color: #000000;
}
h3 {
	font-size: 21px;
	color: #000000;
}
h4 {
	font-size: 19px;
	color: #000000;
}
h5 {
	font-size: 17px;
	color: #000000;
}
h6 {
	font-size: 15px;
	color: #000000;
}
h7 {font-size: 13px;
	color: #000000;
}

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

#apDiv1 {
 	margin-left: auto;
 	margin-right: auto;
	width: inherit;
	height:100px;
	z-index:1;
}
#apDiv2 {
 	margin-left: auto;
 	margin-right: auto;
	background-color: transparent;
	visibility: visible;
	width: inherit;
	height:75px;
	z-index:2;
}
#apDiv3 {
 	margin-left: auto;
 	margin-right: auto;
	padding-left: 3px;
	padding-right: 3px;
	width: inherit;
	z-index:3;
}
#apDiv4 {
 	margin-left: auto;
 	margin-right: auto;
	border-width: 5px;
	padding-top: 25px;
	width: inherit;
	height:50px;
	z-index:4;
}