
	html {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
  		overflow-y: auto;
    }
    body {
        font-size: 64%;
        background-color: #e4e4e4;
        font-family: Arial;
        text-align: center;
        margin: auto;
    }
    div#body_wrapper {
    	background:#e4e4e4 url(/images/main_background.gif) top repeat-y;
    }
    div#container {
        font-size: 1.1em;
        width: 980px;
        margin: auto;
        text-align: left;
    }
    img {
    	border: 0;
    }
    a {
        color: #000;
    }
    div#header_cta {
        float: right;
        margin: 30px 20px 20px; 20px;
    }
    #homepage_link {
    	display: block;
    	width: 550px;
    	height: 40px;
    	padding-top: 30px;
    	float: left;
		text-decoration: none;
		border: 0px solid pink;
    }
    #mag_link {
    	display: float;
    	width: 300px;
    	height: 110px;
    	margin-top: -15px;
    	float: right;
    	text-decoration: none;
		border: 0px solid green;
    }
    #web_link {
    	display: float;
    	width: 230px;
    	height: 15px;
    	margin-top: -5px;
    	float: right;
    	text-decoration: none;
		border: 0px solid red;
	}
    div#breadcrumb {
        height: 14px;
    	width: 500px;
		float:left;
		text-align:left;
    }
    div#breadcrumb ul {
        margin: 0; padding: 0;
        display: block;
    }
    div#breadcrumb ul li {
        display: inline;
        margin: 0; padding: 0;
        color: #fff;
    }
    div#breadcrumb ul li.no_arrow {
        background-image: none;
        padding: 0;
    }
    div#breadcrumb ul li a {
        color: #fff;
        font-weight: normal;
    }
    div#logo {
        float: right;
    }
    /* See ie.css for ie version of clearfix */
    .clearfix:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
    div#content {

    }
    /* Navigation */
    div#navigation {
        margin-left: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:13px;
        margin-bottom: 30px;
        margin-top: 7px;
        width: 208px;
        float: left;
		background-color: #C7CDCD;
		font-weight:bold;
    }
    div#navigation ul {
        margin: 0; padding: 0;
		padding-top:1px;
    }
    div#navigation ul li {
		background:#ffffff;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0 0 1px 0;
		padding:0;
    }
    div#navigation ul li a {
		color:#000000;
		background:#ffffff url(/images/nav_bullet.png) 196px 8px no-repeat;
		display:block;
		height:16px;
		font-weight:none;
		padding:6px 4px 2px 10px;
		text-decoration:none;
    }
	div#navigation ul li a.supp_selected {
		color:#000;
		background-color: #ffd2e9;
		display:block;
		height:16px;
		font-weight:none;
		padding:6px 4px 2px 10px;
		text-decoration:none;	
	}    
    div#navigation ul li a:hover {
		color:#000;
		background-color: #ffd2e9;
		display:block;
		height:16px;
		font-weight:none;
		padding:6px 4px 2px 10px;
		text-decoration:none;
    }
    div#navigation ul li.features {
    	background: transparent url(/images/features_back.gif) repeat-x;
		color:#fff;
		font-size:110%;
		padding: 5px 0 5px 10px;
		width:198px;
		border:none;
    }
    div#navigation ul li.features img {
        margin-bottom: -2px;
    }
    div#navigation ul li a.no_bullet {
        list-style: none;
        background: none;
        padding-left: 0;
    }
    /* body */
    div#content_body {
        float: left;
        width: 699px;
        /*padding: 25px 25px 0px 25px;*/
        padding: 0 25px 0px 25px;
    }
    div.center_col {
        width: 465px;
    }
    div.content_center {
        background: #FFFFFF;
        padding: 10px;
		margin-right: 0px;
		color:#666666;
		border: 0px solid green;
    }
	
	.body_2_right {
		margin-right: -20px;
	}
    .mbott {
        margin-bottom: 25px;
    } 
	div.content_center p {
		margin-left:-10px;
	}
    div.content_center ul {
        padding-left: 140px;
		padding-top: 10px;
		list-style-image: url(/images/bullet.png);
    }
    div.content_center li {
		padding-top: 8px;
    }
    div.content_center ul.smlpad, div.nopadonul ul {
        padding-left: 30px;
		list-style-image: url(/images/bullet.png);
		
    }
    div.content_center div img {
        border: 1px solid #767676;

    }
	div.content_center ul.fixpad{
		padding-top: 0px;
		margin-top: -8px;
	}
	p.fixppad {

	}
    div.content_center h1,
    div.content_center h2,
    div.content_center h3,
    div.content_center h4
    {
        padding: 5px; 
        font-size: 1.5em !important;
		font-family:Georgia;
		color:#000;
        margin: -10px;
        margin-bottom: 10px;
        text-align: left;
    }
    div.content_center h1 {
    	font-size: 1.3em;
		text-transform:uppercase;
    }
    h2.right_col {
		margin: 0;
		height:0px;
        text-align: left;    
		color:#FFFFFF;
		font-size:110%;
		border:none;		
    }
    div.content_center h2.supp_download {
    	padding: 0;
    	margin: 0;
    	background: transparent;
    	padding-bottom: 5px;
    	border-bottom: 1px solid #EAEAEA;
    }
    .bold {
        font-weight: bold;
    }
    div.content_right {
        width: 240px;
        float: right;
        padding-bottom: 30px;
		margin-right:-20px;
    }
    div.content_right_text {
    	margin-left: 0px;
		color:#666666;
    	clear: both;
		width:240px;
		background:#ffffff ;
    }
    div.content_right_text ul {
    	padding: 0; margin: 0px 0 0 20px;
    	padding-left: 10px;
		list-style-image:url(/images/bullet.png);
    }
    div.content_right div.content {
        text-align: left;
        width: 230px;
    }
    .al {
        text-align: left;
    }
    .ar {
        text-align: right;
    }
    .ac {
        text-align: center;
    }
    .fl {
        float: left;
    }
    .fr {
        float: right;
    }
    .mar10 {
        margin: 10px;
    }
    .subscribe {
        text-decoration: none;
        font-weight: bold;
        color: red;
    }
    img.no_border {
        border: 0;
    }

    div.cta {
        text-align: center;
    }
    div.cta a, div.cta a img {
        border: 0;
    }
    .supp_box {
        width: 300px;
        float: left;
        margin: 15px;
        background-color: #fff;
        min-height: 250px;
    }
    .supp_box p {
        padding: 0; margin: 0;
        margin: 10px;
    }
    div.supp_box h3 {
        padding: 0;
        margin: 0;
        padding-top:25px;
		margin-left:-11px;
    }
    div.supp_thumb {
        float: right;
        margin: 5px;
    }

    .make_payment {
        text-decoration: underline;
        font-weight: bold;
        cursor: pointer;
        cursor: hand;
    }
    a.make_payment {
        text-decoration: none;
    }
    div.sitemap ul {
        margin: 10px 0 10px 20px;
        padding: 0;
    }
    div.sitemap ul li {
        margin-bottom: 5px;
    }


    div#wrapper {
        position: relative;
        min-height: 97%;
        font-size: 1.1em;
        width: 980px;
        margin: auto;
        text-align: left;
    }



    /** FOOTER STUFF **/

    div#footer {
        font-size: 1em;
        width: 1000px;
		font-family: Arial, Helvetica, sans-serif;		
        margin: auto;
        text-align: left;
        height: 132px;
        position: relative;
		color:#000;

    } 
	div#footer a {
		color:#000;
		text-decoration:none;
	}
    div#footer_left{
        float: left;
        width: 16px;
		height:38px;
		background: url(/images/footer_left.png) 1px 0px repeat-Y;
		
    }
    div#footer_right {
        float: right;
        width: 14px;
		height:38px;
		background: url(/images/footer_right.png) repeat-Y;
    }
    div#footer_links {
        width: 970px;
        padding-top: 5px;
        float: left;
        height: 33px;
		background: #fff url(/images/footer_middle.png) repeat-x;
    }
    div#footer_links_left {
        float: left;
        width: 400px;
        margin-top: 9px;
        font-size: 1.1em;
    }
    div#footer_links_left ul {
        margin: 0; padding: 0;
    }
    div#footer_links_left ul li {
    	padding-right: 10px;
    }
	
	li.footer_links_left_border{
		background: transparent url(/images/thin_line.gif) 100% 1px no-repeat; 
		margin-right:8px;
	}	
    div#footer_links_right {
        float: right;
        width: 360px;
        text-align: right;
        font-size: 1.1em;
    }
    div#footer_links_right p {
        margin: 0; padding: 0;
        margin-top: 9px;
    }
    div#footer_links div ul, div#footer_links div ul li {
        display: inline;
    }
    div#fl_l {
        margin-left: 80px;
    }
    
	div.privacy h1,
	div.privacy h2,
	div.privacy h3 {
		font-weight: bold;
		
	}
	
	div.privacy h2, div.privacy h3 {
		margin-top:10px;
	}
	div.privacy ol li {
		padding:5px;
	}
	
    /* Drop shadow */
	.img-shadow {
	  background: url(/images/common/shadowAlpha.png) no-repeat bottom right !important;
	  background: url(/images/common/shadow.gif) no-repeat bottom right;
	  margin: 10px 7px 0 -3px !important;
	  margin: 10px 0 0 0px;
	  }
	
	.img-shadow img {
	  display: block;
	  position: relative;
	  background-color: #fff;
	  border: 1px solid #a9a9a9;
	  margin: -0px -2px 6px -0px;
	  padding: 4px 4px 4px 4px;
	  }    
	  
	  .error {
	  	padding: 10px;
	  	background: red;
	  	color: white;
	  	font-weight: bold;
	  }
   
    
	  #jf_footer_link {
	  	display: block;
	  	width: 305px;
	  	height: 50px;
	  	background: #fff url(/images/jf_footer.gif) top ;
	  }
	  #jf_footer_link span {
	  	display: none;
	  }

	  div#jffooter {
    	margin: auto;
    	text-align: center;
    	width: 350px;
    	height: 50px;
    	position: relative;
    }	  



	  .confirmation_address {
	  	width: 300px;
	  	float: left;
	  	margin: 20px;
	  }
     div#daniels_date {
    	width: 955px;
		height:23px;
    	background: #ffffff;
    	color: #666666;
    	text-align: right;
    	font-weight: bold;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin-top: 10px;
		margin-left: 12px;
    }  
    
      /* the css for the form that will be shown if needed*/
    /*----------------------------------------------------*/
    .generic_form_table {
    	width:380px;
    	text-align: left;
    }
    
    .generic_form_field {
    	width:350px;
    	float: left;
    }
    
     .generic_form_dropdown {
    	float: left;
    }
    
    .generic_form_checkbox {
    	margin-left: 0px;
    }
    
     .generic_form_textarea {
    	width:350px;
    	float: left;
    	height: 55px;
    }
    
    .generic_form {
    	text-align: left;
    }
    
    .generic_form_submit {
    	float: left;
    }
    
    .generic_form_success {
    	color: #000;
    	font-weight:bold;
    	text-align: center;
    }
    
    /*------------------------------------------------------*/	  
	
		.center-p {
		text-align: center;
	}
	.pink , #breadcrumb strong{
	color: #DE4492;
	font-weight: bold;
	}
	.centerme {
	text-align: center;
	}
	
	.capitalize{
		text-transform:capitalize;
	}