

/* ken styles */

/*  MARKINC.org GLOBAL STYLESHEET
    Created by: Ken Cox

GLOBAL COLOR PALETTE:

#f44e51 - highlight rose red

#C6D1E2 - light blue for background
#91A7CE - light blue for text

#E9EFCD - light yellow for background
#9B9595 - brown for text

#EDCBCC - red for background
#B76769 - red for text

NOTE: Most colors are applied via the skin sub-stylesheets

*/

/* #####################  INITIALIZE ####################### */

html body {
	margin: 0;
	text-align: center; /* IE5 centering bugfix part 1 */
	
	/* global font attributes */
	font-family: arial, verdana, helvetica, sans-serif;
}

/* wrapper for all page content */
#wrapper {
	text-align: left; /* IE5 centering bugfix part 2 */
	width: 780px;/* set global page width */
	margin: 0 auto;/* set page centering */
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

/* ##################### FORMS ####################### */

form {
	margin: 0;
}

/* ##################### LINKS ####################### */

a, a:visited, a:link, a:active {
	color: #bc524a;
}

a:hover {
	color: #a8231b;
}

/* get rid of borders on linked images */
a img {
	border: none;
}

#LeftColumnCell
{
	background: #fff url('../store/images/shared/clouds_bottom2.jpg') bottom left no-repeat; /* light clouds background */
}


/* ##################### PAGETOP BLOCK ####################### */

/* pagetop elements */

#pagetop {
	height: 167px;
	position: relative; /* gain control of positioning */
	
	/* UN-COMMENT OUT THE FOLLOWING LINE TO MAKE SPACE FOR MORE THAN 4 TREASURES  */
	/* height: 194px; */
	
}

	#pagetop h1 { /* position the Mark Inc logo with accessible text */
		position: absolute;
		top: 0;
		left: 0;
		width: 263px;
		height: 155px;
		background: url('../store/images/shared/logo.gif') no-repeat;
	}
	
	#pagetop h1 a { /* make logo clickable */
		display: block;
		width: 100%;
		height: 100%;
	}
		
	#pagetop h2 { /* position tagline image with accessible text */
		width: 506px;
		height: 27px;
		position: absolute;
		top: 0px;
		right: 0px;
		background: url('../store/images/shared/tagline.jpg') top left no-repeat;
	}
		
	#shadow { /* drop shadow */	
		margin-left: 20px;
		font-size: 1px;
		height: 3px;
		background: url('../store/images/shared/shadow.png') top left repeat-x;
	}
	
	
/* ##################### CONTENT BLOCK ####################### */

#content { /* outer most content container */
	/*margin-left: 20px;*/
	position: relative;
}

/* ##################### LEFT COLUMN BLOCK ####################### */
#leftcolumn { /* left column */
	float: left;
	width: 200px;
	margin-left: 23px;
}


#leftcolumn_noimage { /* left column without top image */
	float: left;
	width: 200px;
	margin-left: 23px;
	margin-top: 32px;
	padding-top: 23px; /* for IE 5 */
	voice-family: "\"}\"";
	voice-family:inherit;
	padding-top: 0px; /* for everyone else */
}

html>body #leftcolumn_noimage { /* be nice to opera */
  padding-top: 0px;
}


/* Due to the IE "float drop" bug this is needed to keep the right column from incorrectly clearing the left content */
* html #leftcolumn { /* for IE only */
display: inline; 
margin-right: -300px;
}

.PageLink
{
	color:#333;
}

/* Sub Navigation */
#subnav {
	margin: 20px 0 0 0; /* all 4 sides required */
	padding: 0;
	list-style: none;
}

* html #subnav li { /* repair IE's list gap bug */
	height: 1px;
}

#subnav li a, #subnav li a:visited {
	padding: 9px 0px 5px 9px;
	font: bold 13px/14px georgia, times, serif;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}

	#subnav li ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#subnav li ul li a, #subnav li ul li a:visited {
		padding: 5px 0 5px 17px;
		color: #8D8D8D;
		font: normal 12px/14px arial, verdana, sans-serif;
		text-decoration: none;
		display: block;
		text-transform: none;
		border: 1px solid transparent; /* normal state for non-IE */
	}
	
	* html #subnav li ul li a, * html #subnav li ul li a:visited {
		margin: 1px; /* normal state for IE */
		border: none;
	}
	
	#subnav li ul li a:hover,#subnav li ul li .lit, * html #subnav li ul li a:hover, * html #subnav li ul li .lit{ /* hover state for both */
		border: 1px solid #DADADA;
		margin: 0;
	}


/* subnav buttons */
#buttons { /* ul to hold buttons */
	list-style: none;
	margin: 20px 0 50px 0;
	padding: 0 0 0 40px;
}

#buttons li {
	margin-top: 4px; /* space between buttons */	
}

/* ##################### RIGHT COLUMN BLOCK ####################### */

#rightcolumn {
	margin: 0 0 0 270px;
	padding-top: 55px; /* offset to clear the bar */
}

	#rightcolumn .intro { /* intro paragraph on landing page */
		font: normal 13px/18px arial, verdana, sans-serif;
		margin-right: 10px;
	}
	
	#rightcolumn h2 { /* page heads */
		font: normal 18px/24px georgia, times, serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		display: inline;
		padding-bottom: 3px;
	}
	
	#rightcolumn h3 { /* page sub-heads */
		font-size: 1.1em;
	}
	
	#rightcolumn h4 { /* page sub-sub-heads */
		font-size: 1em;
	}
	
	#rightcolumn p { /* all "normal" paragraphs */
		font: 12px/18px normal arial, verdana, sans-serif;
		color: #666;
		margin: 10px 20px 0 0;
	}

/* multi-column content */

.twocol { /* outer container for multi-column content */
	width: 470px;
	margin: 30px 0 0 0;
	float: left; /* needed to properly clear .leftcol */
}

.rightcol { /* divs in the right column */
	width: 200px;
	float: left;/* required for .leftcol clearing */
	margin: 0 20px 10px 0;
	color: #666;
}

.leftcol { /* divs in the left column */
	width: 200px;
	float: left;
	margin: 0 20px 10px 0;
	color: #666;
	clear: left; /* used to properly space rows */
}

/* blockquotes (used for bible verses) */
blockquote {
	margin: 20px 40px 0 20px;
}

	#rightcolumn blockquote p { /* we have to be specific here */
		margin: 0;
		font: italic 14px/18px georgia, times, serif;
		
	}
	
	#rightcolumn blockquote .cite { /* quote reference */
		text-align: right;
	}

/* buttonlink - makes regular text links into styled buttons */
.storebarbuttonlink {
	padding: 2px;
	border: 1px solid #DADADA;
	background-color:White;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	margin: 5px 0 0 0;
	white-space: nowrap; /* keeps buttons from splitting when wrapped */
}
	* html .storebarbuttonlink { /* IE5 needs a height or it deletes padding */
		height: 1%; 
	}
	
	.storebarbuttonlink:hover {
		border-color: #8D8D8D;
	}



.buttonlink {
	padding: 2px;
	border: 1px solid #DADADA;
	font-size: .85em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	margin: 5px 0 0 0;
	white-space: nowrap; /* keeps buttons from splitting when wrapped */
}
	* html .buttonlink { /* IE5 needs a height or it deletes padding */
		height: 1%; 
	}
	
	.buttonlink:hover {
		border-color: #8D8D8D;
	}

/* headingbox - boxes a heading - background color picked up by skin */
.headingbox {
	padding: 4px 0 4px 10px;
	margin: 8px 10px 0 0;
	font-weight: normal;
	height: 1%; /* squashes IE6 peekaboo bug */
}

	#rightcolumn .headingbox a:hover { /* rollover color for headingbox links */
			color: #fff;
		}

/* box1 - a generic nicely styled content box */

.box1 {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 10px 20px 0 0;
	color: #666;
	height: 1%; /* squashes IE6 peekaboo bug */
}

	.box1 em {
		font-size: .9em;
	}

/* databox - holds listings and other line-by-line data */
.databox {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0 10px 10px 0;
	height: 1%; /* squashes IE6 peekaboo bug */
}

.databox .row {	
	padding: 5px;
	margin: 0 0 5px 0;
}

	.databox h4 {
		display: inline;
		font-size: 14px;
	}
	
	.databox em {
		padding-left: 1em;
		white-space: nowrap; /* don't wrap names */
	}
	
	#rightcolumn .databox p {
		line-height: 1.2em;
		margin: 0;
		color: #000;
		margin-left: 20px;
	}

/* floatbox - extra-handy right floated box */
.floatbox {
	float: right;
	width: 130px;
	padding: 10px;
	margin: -6px -6px 5px 5px;
	color: white;
}

	.floatbox div, .floatbox form {
		margin-top: 10px;
	}
/* floatbox - slightly narrower right floated box */
.narrowfloatbox {
	float: right;
	width: 100px;
	
	padding: 10px;
	margin: 0 15px 5px 5px;
	color: white;
}
	.narrowfloatbox div {
		margin-top: 10px;
	}
/* controls - used for "previous | next | index" navigation  */
.controls {
	text-align: right;
	margin-right: 25px;
	font-size: .9em;
}

.controls a, .controls a:visited {
	text-decoration: none;
}

/* ##################### FOOTER BLOCK ####################### */

#footer {
	clear: both;
	margin-top: 15px;
	margin-left: 20px;
}

#footer p {
	text-align: center;
	color: #999;
	margin: 0;
	font-size: 80%;
	letter-spacing: .1em;
}


/* ######  VARIOUS USEFUL CLASSES, DUCK TAPE, BUBBLE GUM AND CLEVER HACKS ###### */

.fine { /* smaller text for fine print, legaleze and disclaimers */
	font-size: .85em;
	display: block;
	padding-top: 5px;
}

.strike {
	text-decoration: line-through;
}

.hide { /* hides an element off the left margin - used to hide accessible text when stylesheet is active */
	position: absolute;
	top: 0;
	left: -5000px;
	} 

/* the magic fix for clearing stubborn floats */
/* this is CSS-3 which is ignored by IE 5 & 6 */
	.clearfix:after { 
		content: .""; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	.clearfix {display: inline-block;}
	
/* clears stubborn floats for IE 5 & 6 only */
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}

/* when you just need a little headroom */
.padtop {
	padding-top: 10px;
}

/* when a little just isn't enough */
.padtop2 {
	padding-top: 20px;
}

/* counteracting the 20px padding at page bottom to make images flush with border... crude, but effective */
.shiftdown {
	margin-bottom: -20px;
}

/* handy left and right float classes */
.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

/* right align text */

.textright {
	text-align: right;
}

/* make it full width */
.full {
	width: 98%; /* this would be 100 if it weren't for IE6 */
}

/* These styles only apply to the home page */

/* building blocks */

#lefthomecolumn {
	position: absolute;
	top: 0;
	left: 0;
}

#rotatingimage {
	width: 525px;
	height: 375px;
}

#rotatingimage a {
	display: block;
	width: 525px;
	height: 375px;
}

#righthomecolumn {
	width: 228px;
	margin: 0 0 0 530px;
}

/* sideboxes */

.sidebox {
	border: 1px solid #ccc;
	margin-bottom: 4px;
	padding: 4px;
}

.sidebox h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.sidebox p {
	margin: 4px 0 0 0;
	font-size: 12px;
	line-height: 16px;
}

.sidebox img{
	float: right;
	margin: 4px 0 0 0;
}

	.sidebox .flush { /* because some images need to hug the edge of the box, we remove the margin... mark */
		margin: 4px -4px -4px 0;
	}

.sidebox a {
	text-decoration: none;
}

.sidebox a:hover {
	text-decoration: underline;
}

/* sidebox skins */

/* blue */
.blueskin, .blueskin a { color: #6b85b8; }
.blueskin { background: #C6D1E2 url('../store/images/home/sidebar_bg_blue.gif') 0 0 repeat-x; }

/* yellow */
.yellowskin, yellowskin a { color: #9B9595; }
.yellowskin { background: #E9EFCD url('../store/images/home/sidebar_bg_yellow.gif') 0 0 repeat-x; }

/* red */
.redskin, .redskin a { color: #B76769; }
.redskin { background: #EDCBCC url('../store/images/home/sidebar_bg_red.gif') 0 0 repeat-x; }


/* store */

/* Styles applied to the online store only */

/* 
COLOR PALETTE (same as red skin)
#a8231b - dark red
#ca6a61 - medium red
#DADADA - light grey
#E4E4E4 - very light grey
#bc524a - red links
*/



#leftcolumn_store { /* left column without top image or margin */
	float: left;
	width: 200px;
	margin-left: 23px;
	_margin-left: 13px; /* for IE 5 & 6 only due to yet another IE bug */
	
	margin-top: 0px;
	padding-top: 23px; /* for IE 5 */
	voice-family: "\"}\"";
	voice-family:inherit;
	padding-top: 0px; /* for everyone else */
}

#subnav {margin-top: 10px;}

#storebar 
{
	width:100%;
	color: #fff;
	font-size: 11px;
	padding: 0px 0 0px 0px;
	background-color: #a8231b; /* top bar background color */
	text-decoration:none;
}

#storebar a{
	font-size: 11px;
	margin-right: 0px; /* space between buttons */
	padding: 0 5px;
	text-decoration:none;
}

.storesearch {
	color: #fff;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}
.storesearch:hover {
	color: #fff;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}
.storesearch:visited {
	color: #fff;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}
.storesearch:active {
	color: #fff;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}
.storesearch:link {
	color: #fff;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}
			
			#storesearch form {
				display: inline;
				margin: 0;
				padding: 0;
				
			}
			
			#storesearch form input {
				margin: 0;
				width: 115px;
				padding: 0px;
				height: 1em;
			}
		
		#storecontrols {
			display: inline;
		}

#store_payment {
	margin: 40px 0 0 0px;
}


#rightcolumn {
	padding-top: 16px;
}

/* box for general product listings */
.store_product {
	margin: 6px 0 0 0;
	padding: 10px;
	border: 1px solid #DADADA;
	background-color: #fff;
	
}

/* MISC HACKS, DUCK TAPE AND BUBBLE GUM */

.floatbox { /* override the negative margin */
	margin: 0 0 5px 5px;
}

.floatboxfix { /* override some more rules */
	float: left;
	margin: 0;	
}

/* nav */

/* 

These styles are used to display the main navigation menus in an accessible way
I'm using a sprite-based image-replacement , so there are only three image files
being used to generate the entire main nav (one for each row of buttons):
top_menu.gif, bottom_menu.gif, treasure_menu.gif

*/

/* serves as container for all the main navigation */
#nav {
	
}

	#nav ul {
		margin: 0;
	}
	
	#nav ul li { /* make lists horizontal and add spacing */
		float: left;
		margin-left: 1px;
	}
	
	#nav li a { /* all links to block */
		display: block;
	}
	
	
	
/* TOP ROW BUTTONS */
	
	/* position top row of buttons */
	#toprow {
		position: absolute;
		top: 39px;
		right: 0px;
		list-style: none;
	}
	
	/* Contact Us Button */
	#nav1 a { /* normal state */
		height: 24px;
		width: 89px;
		background: transparent url('../store/images/shared/top_menu.gif') 0 24px ;
		}
		
	#nav1 a:hover, #nav1 .lit { /* hover and currently lit state */
		background-position: 0 0;
	}
	
	/* Site Map Button */
	#nav2 a { /* normal state */
		height: 24px;
		width: 87px;
		background: transparent url('../store/images/shared/top_menu.gif') -90px 24px ;
		}
		
	#nav2 a:hover, #nav2 .lit  { /* hover and currently lit state */
		background-position: -90px 0;
	}
	
	/* Blog Button */
	#nav3 a { /* normal state */
		height: 24px;
		width: 75px;
		background: transparent url('../store/images/shared/top_menu.gif') -178px 24px ;
		}
		
	#nav3 a:hover, #nav3 .lit  { /* hover and currently lit state */
		background-position: -178px 0;
	}
	
	/* Podcast Button */
	#nav4 a { /* normal state */
		height: 24px;
		width: 87px;
		background: transparent url('../store/images/shared/top_menu.gif') -254px 24px ;
		}
		
	#nav4 a:hover, #nav4 .lit  { /* hover and currently lit state */
		background-position: -254px 0;
	}
	
/* BOTTOM ROW BUTTONS */
	
	/* position bottom row of buttons */
	#bottomrow{
		position: absolute;
		top: 70px;
		right: 0px;
		list-style: none;
		
	}
	
	/* Hear Button */
	#nav5 a { /* normal state */
		height: 24px;
		width: 126px;
		background: transparent url('../store/images/shared/bottom_menu.gif') 0 24px ;
		}
		
	#nav5 a:hover, #nav5 .lit  { /* hover and currently lit state */
		background-position: 0 0;
	}
	
	/* About Button */
	#nav6 a { /* normal state */
		height: 24px;
		width: 126px;
		background: transparent url('../store/images/shared/bottom_menu.gif') -127px 24px ;
		}
		
	#nav6 a:hover, #nav6 .lit  { /* hover and currently lit state */
		background-position: -127px 0;
	}
	
	/* Support Button */
	#nav7 a { /* normal state */
		height: 24px;
		width: 126px;
		background: transparent url('../store/images/shared/bottom_menu.gif') -254px 24px ;
		}
		
	#nav7 a:hover, #nav7 .lit  { /* hover and currently lit state */
		background-position: -254px 0;
	}
	
	/* Store Button */
	#nav8 a { /* normal state */
		height: 24px;
		width: 126px;
		background: transparent url('../store/images/shared/bottom_menu.gif') -381px 24px ;
		}
		
	#nav8 a:hover, #nav8 .lit  { /* hover and currently lit state */
		background-position: -381px 0;
	}

/* LOGIN ROW BUTTONS */
	
	/* position login buttons */
	#loginrow{
		position: absolute;
		top: 100px;
		right: 0px;
		list-style: none;
		font-size: 11px;
		color: #B76769;
	}
	
	#nav #loginrow #nav12 a{ display: block; vertical-align:middle; text-align:left;} /* override for login */
	
	
/* TREASURES NAVIGATION */
	
	/* position treasures row of buttons */
	#treasuresrow{
		position: absolute;
		top: 128px;
		/*top: 155px; FOR MORE THAN 4 TREASURES */
		right: 0px;
		list-style: none;
	}
	
	/* Treasures of Faith */
	#nav9 a { /* normal state */
		height: 36px;
		width: 123px;
		background: transparent url('../store/images/shared/treasures_menu.gif') 0 36px ;
		}
		
	#nav9 a:hover, #nav9 .lit { /* hover and currently lit state */
		background-position: 0 0;
	}
	
	/* Treasures of Encouragement */
	#nav10 a { /* normal state */
		height: 36px;
		width: 124px;
		background: transparent url('../store/images/shared/treasures_menu.gif') -124px 36px ;
		}
		
	#nav10 a:hover, #nav10 .lit { /* hover and currently lit state */
		background-position: -124px 0;
	}
	
	/* Treasures in Darkness */
	#nav11 a { /* normal state */
		height: 36px;
		width: 124px;
		background: transparent url('../store/images/shared/treasures_menu.gif') -249px 36px ;
		}
		
	#nav11 a:hover, #nav11 .lit { /* hover and currently lit state */
		background-position: -249px 0;
	}
	
/* original style */

.TopBanner
{
	/* font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 28px;
	color: #666666;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	background-color: #FFFFFF; 
	background-image: none;
	text-align: left;*/
	color: #ffffff;
	/*padding: 4px 0 4px 34px; */
	/*background-image: url(/images/logo.gif);
	background-repeat:no-repeat;
	height: 96;*/
}

.TopSubBanner
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 9px; /* Font Size */
	color: #E7E3D7; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: #a8231b; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Align Text */
	width:762px;
	height:25px;
	vertical-align:middle;
}

.TopSubBannerText
{
	visibility:hidden;
	height:0px;
}

.LeftColumn
{

	/*float: left;
	width: 200px;
	margin-left: 23px;
	_margin-left: 13px;*/ /* for IE 5 & 6 only due to yet another IE bug */
	
	/*margin-top: 0px;
	padding-top: 23px;*/ /* for IE 5 */
	/*voice-family: "\"}\"";
	voice-family:inherit;
	padding-top: 0px;*/ /* for everyone else */
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none;
	background-color: #C6BFA5; 
	vertical-align: top;
	text-align: left; 
	width: 200px;  
	background: #fff url('../store/images/skins/red_subnav_background.gif') top left ; /* light clouds background */
	background-repeat:repeat-x;
}

.LeftColumnText
{
	font-family: georgia,times,serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding-left:5px;
	text-transform: uppercase;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;  Font Face */
	/*font-size: 13px;  Font Size */
	/*color: #333333;  Font Color */
	/*font-weight: normal;  Font Style */
	/*font-style: normal;  FontStyle */
	text-decoration: none;
	/*vertical-align: top;  Vertical Align Text */
	text-align: left;  /*Align Text */
	width: 190px;  /*Cell Width */
}
.LeftColumnText
{
	font-family: georgia,times,serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	display: block;
	color:#333;
	text-transform: uppercase;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;  Font Face */
	/*font-size: 13px;  Font Size */
	/*color: #333333;  Font Color */
	/*font-weight: normal;  Font Style */
	/*font-style: normal;  FontStyle */
	text-decoration: none;
	/*vertical-align: top;  Vertical Align Text */
	text-align: left;  /*Align Text */
	width: 200px;  /*Cell Width */
}

.Instructions
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	color: #000000; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none; 

	background-image: none;
	text-align: left;
}

.FooterText
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #C6BFA5; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	text-align: center; /* Align Text */
	vertical-align: top; /* Vertical Align Text */
}

.Content
{
	/*
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: black; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none; 
	 
	background-image: none; 
	text-align: left; 
	*/
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	color: #000000; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none; 
	background-image: none;
	text-align: left;
	margin-left: 20px;
	position: relative;
	

}

.PageHeading
{
	color:#a8231b;
	font-size:18px;
	line-height:24px;
	font-family:Georgia, Times New Roman;
	font-style:normal;
	padding-bottom:3px;
	text-transform:uppercase;
	letter-spacing: 0.1em;
}

.PageContent
{

font-family: normal arial,verdana,sans-serif;

font-style: normal;

font-variant: normal;

font-weight: normal;

font-size: 12px;

line-height: 18px;

font-size-adjust: none;

font-stretch: normal;

color: #666666;

margin-top: 10px;

margin-right: 20px;

margin-bottom: 0pt;

margin-left: 0pt;

}

.CcImage
{
	padding-left:10px;
}
