<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	height:100%; /* needed for container min-height */
	background:url(../images/JUMP2_website_BG.jpg) repeat;
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1030px;
	background:url(../images/JUMP2_content_BG_shadow.png) no-repeat;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
}
div#container1 {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1030px;
	background:url(../images/JUMP2_content_BG_shadow1.png) no-repeat;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
}
div#header {
	background:98% 10px;
	height: 201px;
	margin:0 25px 0 25px;
}
div#header1 {
	background:98% 10px;
	height: 201px;
	margin:0 25px 0 25px;
}
#banner {
	height: 300px;
	margin:0 25px 0 25px;
}
#m1 {
	text-align: right;
	padding-top: 50px;
	z-index: 1;
	position: absolute;
	right: 0px;
}
#m1 ul {
	margin: 0px;
}
#m1 li {
	display: inline;
	padding: 0 50px 0 30px;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #595B5A;
}
#m2 {
	height: 55px;
	padding-left: 50px;
	text-align: left;
}
#m2a {
	height: 55px;
	padding-left: 50px;
	padding-top:50px;
	text-align: left;
}
#m3 {
	text-align: right;
	padding: 20px 25px 0 0;
	height: 10px;
}
#m3a {
	text-align: right;
	padding: 20px 25px 0 0;
	height: 10px;
}
#m3b {
	text-align: right;
	padding: 10px 25px 0 0;
	height: 10px;
}
#m4 {
	text-align: right;
	padding: 20px 25px 0 0;
	height: 10px;
}
#bullet {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}
#bullet li{
	margin-left: -20px;
}
#mainContent {
	line-height: 20px;
	text-align: left;
	margin-left: 375px;
}
#mainContent_home {
	line-height: 30px;
	text-align: left;
	margin-left: 350px;
}
#mainContent_home1 {
	line-height: 20px;
	text-align: left;
	margin-left: 350px;
}
#banner1 {
	height: 10px;
	margin:0 25px 0 25px;
}
div#content {
	padding:15px 60px 60px 25px; /* bottom padding for footer */
}
div#content1 {
	padding:5px 60px 30px 25px; /* bottom padding for footer */
}
div#footer {
	position:relative;
	width:930px;
	padding: 15px 75px 10px 25px;
	text-align: right;
	bottom: 0px;
}
div#flashcontent {
	position:absolute;
	width:980px;
	text-align: left;
	top: 150px;
	z-index: 0;
}

div#footer p {
	font-size: 10px;
}
a:link {
	color: #565658;
	text-decoration: none;
}
a:visited {
	color: #565658;
	text-decoration: none;
}
a:active {
	color: #565658;
	text-decoration: none;
}
a:hover {
	color: #565658;
	text-decoration: underline;
}
.select {
	text-decoration: underline;
}
.underline {
	text-decoration: underline;
}
.bigText
{
    font-size:medium;
    font-weight:bolder;
}
.medText
{
    font-size:small;
    font-weight:bolder;
}
</pre></body></html>