/* Redesign Style Sheet */

  * {
	margin: 0;
	padding: 0;
	}
  body {
    background:#FFFFFF;
	margin:0;
	}
  #browser-back {
    background: transparent url('../images/browser-back.jpg') no-repeat top center;
    }
  #main {
    width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:40px;
    }
  #mast {
    width:800px;
	height:80px;
	background: url('../images/mast-bg.jpg')
	}
  #mast #links {
    width:240px;
	height:80px;
	float:right;
	}
  #mast #links p {
    font-family: arial;
	font-size: 10pt;
	color:#457DA6; 
	text-align:center;
	margin-top:32px;
    }
  #mast #links p a {
    color:#457DA6;
	text-decoration: none;
	margin:0 5px;
	}
  #flash-banner {
    width:800px;
	height:162px;
	}
  #flash-container {
    width:500px;
	height:162px;
	float:left;
	}
  #nav {
    width:800px;
	height:37px;
	}
  #footer {
    width:800px;
	}
  #footer p {
    font-family: Arial;
	font-size:9pt;
	color:#B4BEC4;
	margin:8px;
	text-align:center;
	}
  #footer #box {
    width:800px;
	height:56px;
	background: url('../images/footer-box-bg.jpg');
	}

  #footer #box #newsletter {
    width:275px;
	position:absolute;
	margin-top:13px;
	margin-left:0;
	font-family:Arial;
	font-size:.75em;
	color:#5794B4;
	text-align:center;
	}
  #footer #box #newsletter a {
    font-weight:bold;
	text-decoration:none;
	color:#5794B4;
	}
  #footer #box #contact {
    width:275px;
	position:absolute;
	margin-top:13px;
	margin-left:525px;
	font-family:Arial;
	font-size:.75em;
	color:#5794B4;
	text-align:center;
	}

  #footer .links {
    color:#7D5CA2;
	text-align:center;
	}
  #footer .links a {
    color:#7D5CA2;
	text-decoration: none;
	margin:0 6px;
	}
  

 
  
 
  