	html {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
  		overflow-y: auto;
    }
    body {
        font-size: 62%;
        background-color: #e4e4e4;
        font-family: Georgia, Times, "sans-serif";
        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: #917DA0;
        font-weight: bold;
    }
    div#header_cta {
        float: right;
        margin: 30px 20px 0 0;
    }
    #homepage_link {
    	display: block;
    	width: 550px;
    	height: 40px;
    	padding-top: 30px;
    	float: left;
    	text-decoration: none;
    }
    div#breadcrumb {
        height: 22px;
        background: transparent url(/images/topbar_left.gif) left no-repeat;
    	margin: 20px 0 0 10px;
    	width: 800px;
    	padding: 0;
    	clear: both;
    }
    div#breadcrumb ul {
        margin: 0; padding: 0;
        display: block;
        margin-top: 10px;
    }
    div#breadcrumb ul li {
        display: inline;
        margin: 0; padding: 0;
        color: #fff;
        height: 10px;
        padding: 0px 15px 2px 0;
        background: transparent url(/images/topbar_arrow.gif) right no-repeat;
    }
    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-bottom: 30px;
        width: 208px;
        float: left;
        background: #FCEBF5;
    }
    div.bg {
    	background:transparent url(/images/content_left_bg.jpg) repeat-x scroll 50% 50%;
    	height:240px;
    	border-top:1px dashed #666;
    }
    
    div#navigation ul {
        margin: 0; padding: 0;
        background: #FCEBF5;
    }
    div#navigation ul li {
        margin: 0; padding: 0;
        list-style: none;
        margin-bottom:4px;
        /* border-bottom: 1px solid #ccc; */
    }
    div#navigation ul li a {
        display: block;
        padding: 3px;
        margin-left: 5px;
        color: #666;
        text-decoration: none;
        /* background: transparent url(/images/nav_bullet.gif) left no-repeat; */
        padding-left: 10px;
        font-weight: normal;
    }
	div#navigation ul li a.supp_selected {
		text-decoration: underline;
	}    
    div#navigation ul li:hover {
        background: #fff;
        /* text-decoration: underline; */
    }
    div#navigation ul li.features {
    	
    }
    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: 720px;
        /*padding: 25px 25px 0px 25px;*/
        padding: 0 25px 0px 25px;
        line-height:19px;
        
    }
    div.center_col {
        width: 490px;
    }
    div.content_center {
        background: #fff;
        padding: 5px;
    }
    .mbott {
        margin-bottom: 15px;
    }
    
    div.content_center ul, div.content_right ul {
    	margin:0;padding:0;
        padding-left: 5px;
        list-style-image:url(/images/bullet2.gif);
        
    }
    
    
    
     div.content_center li {
     display:list-item;
     margin:10px 0 10px 30px;
     }
    
    div.content_center ul.smlpad, div.nopadonul ul {
        padding-left: 0px;
    }
    div.content_center div img {
        border: 1px solid #767676;
        padding:0;
        

    }
    div.content_center h1,
    div.content_center h2,
    div.content_center h3,
    div.content_center h4
    {
        padding: 0; margin: 0;
        font-size: 1.1em;
        font-weight: normal;
        background: #fff;
        padding: 10px;
        margin: -10px;
        margin-bottom: 10px;
        text-align: left;
    }
    div.content_center h1 {
    	font-size: 1.7em;
    	border-bottom:1px dashed #000;
    	padding:0 0 5px 0;
    	margin:-2px 0 10px 0;
    }
    h2.right_col {
        padding: 0; margin: 0;
        font-size: 1.1em;
        font-weight: normal;
        background: #EAEAEA;
        background: transparent url(/images/downloads2.jpg);
        padding: 3px;
        font-weight: bold;
        margin: 0 0 10px 1px;
        text-align: left; 
        width:200px;   
    }
    div.content_center h2.supp_download {
    	padding: 0;
    	margin: 0;
    	background: transparent;
    	font-weight: bold;
    	padding-bottom: 5px;
    	border-bottom: 1px solid #EAEAEA;
    }
    .bold {
        font-weight: bold;
    }
    div.content_right {
        width: 208px;
        float: right;
        background: transparent url(/images/content_right_bg.jpg) 50% repeat-x;
    }
    div.content_right_text {
    	margin-left: 20px;
    	clear: both;
    }
    div.content_right_text ul {
    	padding: 0; 
    	margin: 0 0 0 5px;
    	padding-left: 10px;
    }
    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: 315px;
        float: left;
        margin: 10px;
        background-color: #fff;
        min-height: 250px;
    }
    .supp_box p {
        padding: 0; margin: 0;
        margin: 10px;
    }
    div.supp_box h3 {
        padding: 0;
        margin: 0;
        padding: 10px;
    }
    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;
        color:#917DA0;
    }
    a.make_payment:hover {
        text-decoration: none;
        color:#E80078;
    }
    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 a {
    	color:#fff;
    }
    
    div#footer {
        font-size: 1em;
        width: 1000px;
        margin: auto;
        text-align: left;
        background: #e4e4e4 url(/images/footer_new_bg.gif) top repeat-x;
        height: 132px;
        position: relative;

    }
    div#footer_left{
        float: left;
        width: 12px;
    }
    div#footer_right {
        float: right;
        width: 7px;
    }
    div#footer_links {
        width: 920px;
        padding-top: 9px;
        float: left;
        height: 60px;
    }
    div#footer_links_left {
        float: left;
        width: 400px;
        margin-top: 10px;
        font-size: 1.1em;
    }
    div#footer_links_left ul {
        margin: 0; padding: 0;
    }
    div#footer_links_left ul li {
    	padding-right: 10px;
    }
    div#footer_links_right {
        float: right;
        width: 360px;
        text-align: right;
        font-size: 1.1em;
        margin-top:10px;
        color:#fff;
    }
    div#footer_links_right p {
        margin: 0; padding: 0;
        margin-top: 1px;
    }
    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;
	}


    
    /* 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 0 0 10px !important;
	  margin: 10px 0 0 5px;
	  }
	
	.img-shadow img {
	  display: block;
	  position: relative;
	  background-color: #fff;
	  border: 1px solid #a9a9a9;
	  margin: -6px 6px 6px -6px;
	  padding: 4px;
	  }    
	  
	  .error {
	  	padding: 10px;
	  	background: red;
	  	color: white;
	  	font-weight: bold;
	  }
   
	  div#jffooter {
    	margin: auto;
    	text-align: center;
    	width: 350px;
    	height: 50px;
    	position: relative;
    }	  
    
	  #jf_footer_link {
	  	display: block;
	  	width: 305px;
	  	height: 50px;
	  	background: #e4e4e4 url(/images/jf_footer.gif) top ;
	  }
	  #jf_footer_link span {
	  	display: none;
	  }
	  .confirmation_address {
	  	width: 300px;
	  	float: left;
	  	margin: 20px;
	  }
     div#daniels_date {
    	padding: 0; margin: 0;
    	float: right;
    	width: 920px;
    	background: #fff;
    	color: #000;
    	margin: 0 0 0 0;
    	padding: 5px 30px;
    	text-align: right;
    	font-weight: bold;
    	border-bottom: 1px solid #fff;
    	border-top: 1px solid #47b971;
    }  
    
      /* 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;
    }
    
    /*------------------------------------------------------*/	  