/* CSS Document */


	body {
		font-family:Verdana, Arial, Helvetica, sans-serif;  /* Adjust for client brand */
		color:#000000;                                      /* Adjust for client brand */
		background-color:#FFFFFF;                           /* Adjust for client brand */
	 /* background-image:;	*/							   /* Adjust for client brand as needed */
		margin-top:0;
		margin-right:0;
		margin-bottom:0;
		margin-left:0;
	}

/* BEGIN layout areas */

#nav {
	position:absolute;
	width:144px;
	height:290px;
	left:0;
	top:0;
	z-index:100;
	}
	
	#pagecontainer {
		width:99%;
		text-align:center;
		position:absolute;
	}
	
	#headerarea {
		position:absolute;
		width:760px;
		height:128px;
		left:0px;
		top:0px;
		background-color:#ffffff;
	}

	#contentcontainer {
		position:relative;
		margin-left:auto;
		margin-right:auto;
		width:760px;
	}

	#background {
		position:absolute;
		width:760px;
		height:420px;
		left:0;
		top:0;
		z-index:1;
	}

	#logo {
		position:absolute;
		width:140px;
		height:109px;
		left:9px;
		top:12px;
		z-index:3;
		overflow:visible;
	}

	#header {
		position:absolute;
		width:611px;
		height:109px;
		left:149px;
		top:12px;
		z-index:3;
		overflow:visible;
	}

	#content {
		position:absolute;
		width:746px;
		left:9px;
		top:129px;
		z-index:5;
	}
	
	#copyrightbox {
		position:absolute;
		width:144px;
		height:50px;
		left:9px;
		top:500px;
		z-index:3;
		overflow:visible;
	}
	
	#footer {
		position:relative;
		width: 746px;
		margin-top:8px;
		margin-bottom:12px;
		padding-bottom:12px;
		text-align:left;
	}
	
	td#maincontent {
		padding-top:10px;
		padding-right:12px;
		padding-left:12px;
		padding-bottom:12px;
		background-image:url(../../images/contentbackground.gif);
	}
	
	
	

h1 {
	margin:0;
	padding:0;
	font-size:28px;
	font-weight:normal;
	line-height:32px;
}
	
p {
	font-size:14px;
	line-height:20px;
}
	
	

/* END layout areas */

/* BEGIN button areas */

	#button1 {
		position:absolute;
		width:144px;
		height:50px;
		left:0px;
		top:0px;
		z-index:3;
		overflow:visible;
	}

	#button2 {
		position:absolute;
		width:144px;
		height:50px;
		left:0px;
		top:60px;
		z-index:3;
		overflow:visible;
	}

	#button3 {
		position:absolute;
		width:144px;
		height:50px;
		left:0px;
		top:120px;
		z-index:3;
		overflow:visible;
	}

	#button4 {
		position:absolute;
		width:144px;
		height:50px;
		left:0px;
		top:180px;
		z-index:3;
		overflow:visible;
	}

	#button5 {
		position:absolute;
		width:144px;
		height:50px;
		left:0px;
		top:240px;
		z-index:3;
		overflow:visible;
	}

/* END button areas */

/* BEGIN text styles */

	.bodycopy {
		font-size:12px;
		line-height:17px;
		text-align:left;
	}
	
	.bodycopycenter {
		font-size:12px;
		line-height:17px;
		text-align:center;
	}

	.detailtext {
		font-size:9px;
		line-height:12px;
		background-color:#FFFFFF;
	}

	.subhead {
		font-size:15px;
		line-height:17px;
		font-weight:bold;
	}
	
	.cutline {
		font-size:10px;
		line-height:11px;
	}
	
	.superscript {
		position:relative;
		bottom:.5em;
		font-size:.6em;
	}

	.subscript {
		position:relative;
		top:.5em;
		font-size:.6em;
	}
	
	.dropcap {
		font-size:1.4em;
	}
	
	.copyrighttext {
		color:#000000;
		font-size:7px;
		line-height:8px;
		background-color:#FFFFFF;
	}

	.hed18 {
		font-size:18px;
		line-height:20px;
	}

	.hed20 {
		font-size:20px;
		line-height:22px;
	}

	.hed24 {
		font-size:24px;
		line-height:26px;
	}

	.hed30 {
		font-size:30px;
		line-height:32px;
	}

	.hed36 {
		font-size:36px;
		line-height:38px;
	}

	.hed40 {
		font-size:40px;
		line-height:42px;
	}

	.hed48 {
		font-size:48px;
		line-height:50px;
	}

	.hed54 {
		font-size:54px;
		line-height:56px;
	}

	.hed60 {
		font-size:60px;
		line-height:62px;
	}

	.hed66 {
		font-size:66px;
		line-height:68px;
	}
	
	.imagefloatleft {
	float:left;
	margin-left:144px;
	clear:both;
	
	}
	
/* END text styles */

/* BEGIN hyperlink styles */

	a:link {
		text-decoration: none;
		color:#FF0000; 					/* Adjust for client brand */
	}

	a:visited {
		text-decoration:none;
		color:#FF0000; 					/* Adjust for client brand */
	}

	a:hover {
		text-decoration:underline;
		color:#FF0000;  					/* Adjust for client brand */
	}

/* END hyperlink styles */

/* BEGIN special layout formatting */

	.artboxright {
		float:right;
		margin-left:12px;
		margin-bottom:12px;
	}
	
	.artboxleft {
		float:left;
		margin-right:12px;
		margin-bottom:12px;
	}

/* END special layout formatting */

/* BEGIN print-only regions */

	#copyrightprint {
		width:100%;
		text-align:center;
		display:none;
	}
	
	#logoprint {
		position:absolute;
		width:140px;
		height:109px;
		left:9px;
		top:12px;
		z-index:3;
		overflow:visible;
		display:none;
	}
	
	#headerprint {
		position:absolute;
		width:610px;
		height:109px;
		left:149px;
		top:12px;
		z-index:3;
		overflow:visible;
		display:none;
	}

/* END print-only regions */


table.container {
	border-color:#333333;
	border-width:1px;
	border-style:solid;
	text-align:left;
}

.boxfloatright {
	float:right;
	margin-left:12px;
	margin-bottom:12px;
}

.boxfloatleft {
	float:left;
	margin-right:12px;
	margin-bottom:12px;
}

.featureimage {
	border-color:#000000;
	border-width:1px;
	border-style:solid;
}

hr {
	margin-top:12px;
	margin-bottom:12px;
}