/* Start of CMSMS style sheet 'Pine Belt FCU Index' */
/* Index CSS */

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: georgia, times;
	background-color: white;
}

#page
{
	width: 940px;
	margin: 0px auto;
	text-align: left;
}

#head
{
	width: 940px;
	height: 314px;
	float: left;
}
	#head img
	{
		border: 0px;
	}
	#head #top3cols
	{
		width: 940px;
		float: left;
	}
		#head #top3cols .whitecol
		{
			width: 320px;
			height: 50px;
			float: left;
			background-color: white;
		}
		#head #top3cols .greencol
		{
			width: 380px;
			height: 50px;
			float: left;
			background-color: #60a060; 
		}
		#head #top3cols .graycol
		{
			width: 240px;
			height: 50px;
			float: left;
			background-color: #e0e0e0;
			text-align: center;
		}
		#head #top3cols .graycol img
		{
			margin-top: 15px;
		}
	#head #mid3cols
	{
		width: 940px;
		float: left;
		clear: left;
	}
		#head #mid3cols .logocol
		{
			width: 320px;
			height: 264px;
			float: left;
			background-color: white;
			text-align: center;
		}
		#head #mid3cols .doublecol
		{
			width: 620px;
			height: 264px;
			float: left;
			background-color: #60a060; 
		}
#content
{
	width: 940px;
	float: left;
	clear: left;
	border-bottom: 1px solid #cecece;
}
	#content #colheader
	{
		float: left;
		width: 940px;
	}
		#content #colheader .browncol
		{
			width: 320px;
			height: 40px;
			float: left;
			background-color: #d0c0b0;
		}
		#content #colheader .greencol
		{
			width: 380px;
			height: 40px;
			float: left;
			background: url('uploads/images/index-bg-greencolheader.jpg') top left no-repeat #b0d0b0;
			
		}
		#content #colheader .graycol
		{
			width: 240px;
			height: 40px;
			float: left;
			background-color: #f0f0f0;
		}
	#content #cols
	{
		clear: left;
	}
		#content p
		{
			margin: 10px;
		}
		#content #cols .browncol
		{
			width: 320px;
			height: 310px;
			float: left;
			background: url('uploads/images/index-bg-browncol.jpg') top left no-repeat #a08060;
			color: white;
		}
.browncol { color: white; }
		.browncol a
		{
			color: white;
margin-left: 5px;
		}
		#content #cols .greencol
		{
			width: 380px;
			height: 310px;
			float: left;
			background: url('uploads/images/index-bg-greencol.jpg') top left no-repeat #60a060;
		}
.greencol { color: white; }
.greencol a
		{
			color: white;
margin-left: 5px;
		}
		#content #cols .graycol
		{
			width: 240px;
			height: 310px;
			float: left;
			background: url('uploads/images/index-bg-graycol.jpg') top left no-repeat #e0e0e0;
		}
/* End of 'Pine Belt FCU Index' */

