/* ---- STYLE SHEET FOR Palmer Christian Church, Palmer, Alaska
http://www.palmerchristianchurch.org/ ---- */

*	{
	margin: 0 auto;
	padding: 0;
		}

body 	{
	font-family: 14px "Times New Roman", serif;
	background-color: #15295e;
	margin: 0;
		}

/* ---- Surround / Wrapper ---- */
#surround	{
    width: 740px;
	margin: 0 auto;
		}
		
/* ---- Left Column ---- */
#leftcol	{
	float: left;
	width: 200px;
height: 100%;
	background-color: #CC9900;
		}
		
#leftcol ul	{
	list-style-type: none;
	margin-left: 0;
		}
		
#leftcol li	{
	text-align: left;
	display: block;
	margin: /*15px */ 0;
	padding: 8px 25px;
	text-decoration: none;
		}
		
#leftcol a	{
	font: bold 18px "Times New Roman", serif;
	color: #000000;
	text-decoration: none;
		}

#leftcol a:link	{
		}
		
#leftcol a:visited	{
		}
		
#leftcol a:hover	{
	color: #580000;
	background-color: #cccccc;
		}
		
#leftcol a:active	{
		}
		
#leftcol img	{

float: right;
padding: 0;
margin: 0;
		}
		

/* ---- Right Column ---- */
#rightcol {
	background-color: #ffffff;
	width: 540px;
	height: 100%;
	margin-left: 200px;
		}

#rightcol ul	{
	list-style-type: dot;
	margin-left: 30px;
	padding: 20px 0;
		}
		
#rightcol li	{
	text-decoration: none;
	font-weight: bold;
		}
		
#rightcol a	{
	color: #000000;
	text-decoration: none;
		}

#rightcol a:link	{
		}
		
#rightcol a:visited	{
		}
		
#rightcol a:hover	{
	color: #580000;
	text-decoration: underline;
		}
		
#rightcol a:active	{
		}
		
#statement	{
	padding-top: 20px;
	border-top: 2px solid #000000;
		}
	
/* ---- Content ---- */
#content {
	padding: 0;
	height: 100%;
		}
		
#content p	{
	font-size: 20px;
	padding: 20px 20px 0 20px;
	color: #000000;
		}
		
#content img	{
	float: right;
	padding: 20px;
		}
		
li		{

	font: normal 18px "Times New Roman", serif;
	font-weight: normal;
		margin-left: 10px;

		}
		
#minlist ul li		{

	font: normal 18px "Times New Roman", serif;
	font-weight: normal;
		margin-left: 10px;
		padding-bottom: 0px;
		}
		
		
		
ol li	{
	font: normal 18px "Times New Roman", serif;
	font-weight: normal;
	padding: 5px 20px;
	color: #000000;
	margin-left: 40px;
		}
		
ul li	{
	font-weight: normal;
	}
	

caption	{
	font-weight: bold;
	font-size: 22px;
	border-bottom: 1px solid #000000;
		}
		
table	{
	width: 540px;
	border-bottom: 1px solid #000000;
		}
		
th	{
font: bold 22px "Times New Roman", serif;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
		}
		
td	{
	width: 270px;
	padding: 0px;
	vertical-align: top;
		}
		
h1	{
	padding: 10px;
	border-bottom: 2px solid #000000;
		}

h2	{
	text-align: center;
		}
	
h3	{
	padding: 10px 0 0 5px;
		}
		
h4	{
	padding: 10px 0 0 10px;
		}		

/* ---- Footer ---- */		
#footer	{
	text-align: center;
	font-weight: bold;
		}
		
#footer li	{
	font: 14px "Times New Roman", serif;
	color: #ffffff;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	text-decoration: none;
		}
		
#footer a:link	{
	color: #ffffff;
	text-decoration: none;
		}

#footer a:visited	{
	color: #ffffcc;
	text-decoration: none;
		}

#footer a:hover	{
	color: #CC9900;
	text-decoration: none;
		}
		
#footer a:active	{
		}

