<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {height: 100%; padding: 0; margin: 0; min-width: 1000px;} 

body {
height: 100%;
margin:0;
padding:0;
background-color: #F6F6F6;
min-width: 1000px;
}

#montage-background { height: 165px; background: url(../images/montage-wave-small.jpg) no-repeat top right; position: relative; }
#existing-members-container { background: url(../images/log-in-arrow.png) no-repeat 138px 13px scroll; position: absolute; right: 2px; top: 13px; width: 267px; }
#existing-members-container p { font-size: 14px; font-weight: bold; color: #fff; float: left; }

.white-container { background: #fff; max-width: 1300px; margin: 0 auto; min-width: 1000px }
.main-container { width: 960px; padding: 20px; margin: 0 auto; position: relative; overflow: auto; }

.content-left { float: left; width: 100%; }
.content-right { float: left; width: 30%; }

.content-full-width { float: left; width: 100%; margin-bottom: 120px; }

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 60px; font-weight: bold; color: #999999; margin: 25px 0 35px; }
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; color: #9999; margin: 25px 0 15px; }
p { font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #9999; line-height: 1.3em; }
a { text-decoration: none; color: #C50751; }
a:hover { text-decoration: underline; }


.button {
	cursor: pointer;
    display: inline-block;
    background: #6B1766;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FD8E97), color-stop(100%,#6B1766));
    background: -moz-linear-gradient(center top, #FD8E97 0%, #6B1766 100%);
    -webkit-box-shadow: -1px 1px 0px 0px #6B1766 inset, 1px -1px 0px 0px #6B1766 inset;
    -moz-box-shadow: -1px 1px 0px 0px #6B1766 inset, 1px -1px 0px 0px #6B1766 inset;
    box-shadow: -1px 1px 0px 0px #6B1766 inset, 1px -1px 0px 0px #6B1766 inset;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 20px;
    display: inline-block;
    font-family: arial;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
	text-align: center;
	
	display: inline-block;
}

	.ie7 .button { *display: inline; zoom: 1; }

.log-in-button { padding: 0px 20px; line-height: 35px; float: left; margin: 5px 0px 0px 45px; }

.button:hover {
    -webkit-box-shadow: 0px 0px 0px 1px #B11743 inset, 1px 1px 4px 0px #b3b3b3;
    -moz-box-shadow: 0px 0px 0px 1px #B11743 inset, 1px 1px 4px 0px #b3b3b3;
    box-shadow: 0px 0px 0px 1px #B11743 inset, 1px 1px 4px 0px #b3b3b3;
}

.log-in-button:hover {
    -webkit-box-shadow: 0px 0px 0px 1px #B11743 inset, 1px 1px 4px 0px #2d71a8;
    -moz-box-shadow: 0px 0px 0px 1px #B11743 inset, 1px 1px 4px 0px #2d71a8;
    box-shadow: 0px 0px 0px 1px #B11743 inset, 1px 1px 4px 0px #2d71a8;
}

.button:active {
    background: #B11743;
    -webkit-box-shadow: 0px 1px 5px 0px #808080 inset;
    -moz-box-shadow: 0px 1px 5px 0px #808080 inset;
    box-shadow: 0px 1px 5px 0px #808080 inset;
}


.logo-box { width: 170px; background: #f6f6f6; position: absolute; bottom: 20px; right: 20px; }
.logo-box img { padding: 0; margin: 0; display: block}


/* Footer styles */
#footer-outer {
width: 960px;
height: 70px;
clear: both;
margin: 0px auto;
padding: 40px 20px 0px 20px;
}

#footer-inner {
border-top: 1px solid #999999;
width: 960px;
margin: 0 auto;
}

#footer-inner p { font-size: 14px; margin-top: 10px; }

#footer-inner a { color: #999; }

#footer-left {
    float: left;
    text-align: left;
    width: 50%;
}

#footer-right {
    float: left;
    text-align: right;
    width: 50%;
}
/* End of Footer styles */</pre></body></html>