/* CSS Document */
/* Liberty Creative Solutions Web Template: "Left Buttons" */
/* Client: [client name] */
/* Job No.: [xxxxxx] */

	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 */
	}

/* BEGIN layout areas */

	#pagecontainer {
		width:auto;
	}

	#contentcontainer {
		position:relative;
		width:auto;
	}

	#background {
		display:none;
	}

	#logo {
		position:absolute;
		width:140px;
		height:109px;
		left:620px;
		top:12px;
		z-index:3;
		overflow:visible;
		display:none;
	}

	#header {
		position:absolute;
		width:620px;
		height:109px;
		left:0px;
		top:12px;
		z-index:3;
		overflow:visible;
		display:none;
	}

	#content {
		position:absolute;
		width:auto;
		left:0px;
		top:129px;
		z-index:5;
		text-align:left;
	}
	
	#copyrightbox {
		position:absolute;
		width:144px;
		height:50px;
		left:9px;
		top:429px;
		z-index:3;
		overflow:visible;
		display:none;
	}

/* END layout areas */

/* BEGIN button areas */

	#button1 {
		display:none;
	}

	#button2 {
		display:none;
	}

	#button3 {
		display:none;
	}

	#button4 {
		display:none;
	}

	#button5 {
		display:none;
	}

/* END button areas */

/* BEGIN text styles */

	.bodycopy {
		font-size:12px;
		line-height:17px;
	}

	.detailtext {
		font-size:9px;
		line-height:11px;
	}

	.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 {
		font-size:7px;
		line-height:8px;
	}

	.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;
	}
	
/* END text styles */

/* BEGIN hyperlink styles */

	a:link {
		text-decoration: none;
		color:; 					/* Adjust for client brand */
	}

	a:visited {
		text-decoration:none;
		color:; 					/* Adjust for client brand */
	}

	a:hover {
		text-decoration:underline;
		color:;  					/* 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;
	}
	
	#logoprint {
		position:absolute;
		width:140px;
		height:109px;
		left:620px;
		top:12px;
		z-index:3;
		overflow:visible;
	}
	
	#headerprint {
		position:absolute;
		width:610px;
		height:109px;
		left:0px;
		top:12px;
		z-index:3;
		overflow:visible;
	}

/* END print-only regions */