/* *************** DEFAULT COMMON STYLES *************** */
body {
	text-align: center;
	min-width: 800px;
	background-color:#FFF;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	line-height:20px; }

a {
	color:#009ddc;
	font-weight:bold;
 }
	
strong { }
	

h1 {
	font-size:17px; }
	
	
h2 {
	font-size:15px; }
	
	
h3 {
	font-size:13px; }
	
	



/* *************** LAYOUT STYLES *************** */

#wrapper {
	margin:0 auto;
	width:838px;
	text-align: left; }

#logo {
    height:90px;
	float:right;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:30px;
}


*html #logo { /* hack for IE 6*/
    height:90px;
	float:right;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:10px;
}

#header{
   width:838px;
   height:361px;
   margin-left:auto;
   margin-right:auto;
 }
 
 #subheader{
    width:838px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

#body_content{
   width:650px;
   height:auto;
   position:relative;
   margin-top: -15px;
   margin-left:auto;
   margin-right:auto;
}

#topcopy{
   padding-bottom:0px;
}

#bottomcopy{
   margin-top:-5px;
}

#mainlists{
   width:648px;
   height:auto;
   position:relative;
   margin-left:-5px;
  
}
   
    
#page {
	padding-top:30px; }
	 

#footer {
    clear:both;
	height:33px;
	text-align:center;
	padding-top:20px;
	background: url(../images/SusJumpDec_Footerslice.gif) repeat-x;
}
	
.list_one {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	width: 648px;
	height:80px;
	text-align:center;
	padding-top:25px;
	padding-left:20px;
	text-transform:uppercase;
}

.list_two {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	width: 648px;
	height:80px;
	text-align:center;
	padding-top: 14px;
	padding-left:20px;
	text-transform:uppercase;
}

.list_three {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	width: 648px;
	height:80px;
	text-align:center;
	padding-top:14px;
	padding-left:20px;
	text-transform:uppercase;
}

 
	
#one{
   background: url(../images/SusJumpDec_Bullet1.gif) no-repeat;
   width: 648px;
   height:80px;
   margin-top:10px;
}
   	
#two{
   background: url(../images/SusJumpDec_Bullet2.gif) no-repeat;
   width: 648px;
   height:80px;
}
   
#three{
   background: url(../images/SusJumpDec_Bullet3.gif) no-repeat;
   width: 648px;
   height:80px;
}	
	
	
	
	
	
	
	
	
	
	
	

