/**GENERAL PAGE STRUCTURE**/

body {
		font: 12px/1.5 Arial, Helvetica, sans-serif;
		color: #c41230;
		text-align: left;
		background: #0096d7 url(images/bg.jpg) top center no-repeat;
		}
#pageWidth {
		position: relative;
		width: 782px;
		height: auto;
		min-height: 680px;
		margin: 0 auto;
		}
#pageHeader {
		float: left;
		width: 750px;
		height: 98px;
		padding: 19px 15px 0 15px;
		background: url(images/tag.gif) 284px 27px no-repeat;
		}
#pageBody {
		float: left;
		width: 780px;
		height: auto;
		min-height: 680px;
		background: #ffedcb url(images/bgCenter.jpg) no-repeat;
		border-left: 1px solid #6faed8;
		border-right: 1px solid #6faed8;
		}

/**HEADER CONTENT**/

#logo {
		float: left;
		width: 242px;
		height: 80px;
		}
		
/**BODY LAYOUT**/

#homeBody, #subBody, #subBodyNoNav {
		float: left;
		width: 780px;
		height: auto;
		}
#homeBody {
		min-height: 290px;
		background: #ffd990 url(images/swirl.gif) right bottom no-repeat;
		}
#subBody, #subBodyNoNav {
		min-height: 490px;
		background: #ffdfa3 url(images/subBody.gif) repeat-y;
		}
#subBodyNoNav {
		margin: -20px 0 0 0;
		padding: 20px 0 0 0;
		}
#subContent {
		float: left;
		width: 568px;
		height: auto;
		min-height: 475px;
		padding: 15px 18px 20px 18px;
		background: #ffd990 url(images/swirl.gif) 101% bottom no-repeat;
		}
#subContent a {
		text-decoration: underline;
		}

/**HOMEPAGE CONTENT**/

#banner {
		float: left;
		width: 765px;
		height: 257px;
		background: #df7a1c url(images/bgHomeBanner.gif) repeat-x;
		margin: -20px 0 0 0;
		padding: 0 0 0 15px;
		}
#slideShow {
		float: right;
		width: 550px;
		height: 257px;
		background: url(images/home/homeLg.jpg) right top no-repeat;
		}
#imageSm {
		float: left;
		width: 192px;
		height: 210px;
		margin: 28px 0 0 0;
		padding: 0;
		color: #fff;
		}
#imageSm img.homeSm {
		margin-bottom: 5px;
		}
#imageSm a {
		color: #fff;
		}
#imageSm a:hover {
		color: #ffe8be;
		}
#imageSm h1 {
		font-size: 13px;
		margin: 0;
		font-weight: bold;
		}
#imageSm h2 {
		font-size: 11px;
		margin: 0; 
		font-weight: bold;
		}
#imageSm p {
		font-size: 11px;
		margin: 0; 
		}
#homeText {
		float: left;
		width: 285px;
		height: 270px;
		padding: 20px 8px 0 60px;
		background: url(images/home/divider.gif) 24px 20px no-repeat;
		line-height: 1.4em;
		}
#whatsNew {
		float: left;
		width: 195px;
		height: auto;
		min-height: 270px;
		padding: 20px 15px 0 41px;
		background: url(images/home/divider.gif) 0px 20px no-repeat;
		}
#whatsNew p {
		padding: 0 0 0 9px;
		background: url(images/bullet.gif) left 6px no-repeat;
		}
#whatsNew h3 {
		margin-bottom: 4px;
		}

/***SUBPAGE CONTENT***/

#subText {
		padding-bottom: 100px;
		}
#subImage {
		float: right;
		margin: 0 0 20px 20px;
		}
#subText ul {
		margin: 0 0 0 15px;
		padding: 0 0 10px 0;
		list-style: disc;
		}
#subText ul li {
		margin-left: 10px;
		padding: 5px 0px;
		}
div.subList {
		float: left;
		padding: 0 0 29px 0;
		}
div.subList img {
		float: left;
		width: 90px;
		height: 75px;
		margin-right: 16px;
		}
div.subListText {
		float: left;
		width: 462px;
		}
div.subListText h1 {
		font-weight: bold;
		font-size: 11px;
		margin: 0;
		}
div.subListText p {
		font-size: 11px;
		line-height: 1.4;
		margin: 0;
		}
		
/**FORMS ATTRIBUTES**/

table#join {
		text-indent: 0;
		}
#ctl00_plcMain_PageBody_ctl00_Bizform1 label {
		padding-left: 5px;
		}		
#ctl00_plcMain_PageBody_ctl00_Bizform1 input.FormButton {
		margin: 20px 0 0 285px;
		}
#ctl00_plcMain_PageBody_ctl00_Bizform1 label.EditingFormLabel {
		margin-left: -5px;
		}
		
/**FOOTER ATTRIBUTES**/
		
#pageFooter {
		position: relative;
		float: left;
		bottom: 0;
		width: 750px;
		height: 19px;
		padding: 2px 15px 0 15px;
		background-color: #c41230;
		color: #fff;
		font-size: 11px;
		border: 1px solid #6faed8;
		border-top: none;
		overflow: hidden;
		}
#pageFooter p.right {
		float: right;
		margin: -29px 0 0 0;
		}
#pageFooter a {
		color: #fff;
		text-decoration: underline;
		}
#pageFooter a:hover {
		color: #ffeac1;
		text-decoration: underline;
		}
		
/**COMMON**/

* {
		margin: 0;
		behavior: url(/assets/ie6/iepngfix.htc);
		}
a {
		color: #c41230;
		text-decoration: none;
		}
a:hover {
		color: #df7a1c;
		text-decoration: none;
		}
a img {
		border: 0;	
		}
a:focus {
		outline: none;
		}
.pageTitle {
		font-size: 18px;
		font-weight: normal;
		margin: 0 0 10px 0;
		}
h2 {
		font-size: 14px;
		font-weight: normal;
		margin: 0 0 15px 0;
		}
h3 {
		font-size: 13px;
		}		
p {
		margin: 0 0 12px 0;
		}
html, body {
		height: 100%;
		}
tr, td {
		vertical-align: top;
		}
		
/**IE6 HEIGHT ADJUST**/

#pageWidth, #pageBody, #pageBg {
		_height: 680px;
		}
#homeBody {
		_height: 290px;
		}
#subBody {
		_height: 490px;
		}
#subContent {
		_height: 475px;
		}
#whatsNew {
		_height: 270px;
		}