@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	border: 1px none #000000;
}
#wrapper #header {
	height: 80px;
	background-image: url(newheader.jpg);
	background-repeat: no-repeat;
}
#wrapper #top_black_line {
	height: 5px;
	background-image: url(top_black_line.10pxjpg.jpg);
}
#wrapper #content #right_bar {
	height: 587px;
	width: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 4;
}
#wrapper #navigation #nav_text {
	height: 14px;
	width: 618px;
	position: absolute;
	right: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right;
	line-height: 15px;
	bottom: 0px;
	background-color: #FFFFFF;
}

#wrapper #content #text_box {
	height: 380px;
	width: 338px;
	position: absolute;
	top: 37px;
	left: 33px;
}
#wrapper #content #purple_box {
	background-color: #97689C;
	height: 140px;
	width: 615px;
	position: absolute;
	right: 649px;
	bottom: 108px;
	z-index: 2;
}
#wrapper #content #image_box {
	width: 615px;
	position: absolute;
	top: 18px;
	right: 0px;
	z-index: 3;
	background-repeat: no-repeat;
	background-image: none;
}
#wrapper #content #purple_box #logo {
	height: 80px;
	width: 120px;
	position: absolute;
	right: 60px;
	background-image: url(LOGO-SMALL.jpg);
	background-repeat: no-repeat;
	bottom: 10px;
}


#wrapper #navigation {
	height: 25px;
	background-image: url(navigation-bar.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-color: #000000;
}
#wrapper #content {
	position: relative;
	font-family: Arial;
	letter-spacing: normal;
	background-color: #FFFFFF;
}
#wrapper #black_line_bottom {
	height: 30px;
	background-image: url(bottom-40.jpg);
	background-repeat: no-repeat;
}


.style1 {font-family: Arial}
.style2 {
	color: #97689C;
	font-size: 15px;
	font-weight: bold;
}
.style6 {font-size: 17px; font-weight: bold; }
.style8 {font-size: 16px; font-weight: bold; }
.style10 {
	font-size: 10px
}
.style13 {
	font-size: 12px;
	font-family: Arial;
}
.style14 {font-size: 15px; font-weight: bold; }
.style17 {font-size: 9px}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #8C3792;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.style18 {font-size: 15px}
#wrapper #content #text_box {
	left: 10px;
	top: 8px;
}
#wrapper #content #image_box {
	top: 0px;
}
#wrapper #content #purple_box #logo {
	bottom: 12px;
	right: 90px;
}
#wrapper #content #purple_box #logo {
	right: 90px;
	bottom: 12px;
}
#wrapper #content #image_box {
	height: 621px;
	width: 580px;
	right: 40px;
	top: 10px;
}
#wrapper #content #right_bar {
	height: 631px;
}
#wrapper #content {
}

#wrapper #black_line_bottom {
	background-image: none;
}
#wrapper #content #line {
	background-color: #545454;
	height: 1px;
	width: 945px;
	position: absolute;
	left: 10px;
	top: 630px;
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }


.style21 {
	font-size: 12px
}


#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

html {height: 101%;}