
/* GENERAL */
div
{
	border: 0px dashed #91E1F9;
}
* /* set defaults for all browsers */
{
	padding:0;
	margin:0;
}
body
{
	text-align: left;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #38231a;
	background-color: #b19679;
}
a{
	color: #12766b; 
}
a:hover{
	color: #CC0000;
}

img
{
	border: none;
}


/* HEADER */
#header
{
	height: 90px;
	width: 900px;
	background: transparent url('images/lccc_01.gif') top left no-repeat;
	overflow: hidden;
}
	#menu
	{
		list-style: none;
		float: right;
		margin-right: 10px;
		margin-top: 65px;
		background-color: #988168;
	}
		#menu li
		{
			float: left;
			list-style: none;
			display: block;
			height: 25px;
			padding-left: 9px;
			background-color: #988168;
		}
		#menu li a img
		{
			background: transparent;
		}
		#menu li a:hover img
		{
			background: #bf291b;
		}
		#menu li.left
		{
			padding: 0px;
		}


/* MAIN PAGE CONTENT */
#contentcontainer
{
	width: 100%;
	background-color: #ead2b8;
}
#content
{
	width: 900px;
	clear: both;
	background-color: #ead2b8;
	padding-top: 5px;
	padding-bottom: 5px;
}
	/* HOME PAGE */
	#frontflash
	{
		width: 560px;
		float: left;
		padding-left: 5px;
	}
	#fronttext
	{
		width: 200px;
		margin-left: 10px;
		margin-right: 5px;
		overflow: hidden;
		float: left;
	}
	#frontbuttons
	{
	width: 115px;
	float: right;
	}

	/* OTHER PAGES */
	#pageheader
	{
		width:695px;
		float: left;
		padding-left: 5px;
	}
	#pageheader p
	{
		text-align: justify;
		padding-right: 10px;
	}
			#pageform1
			{
				width: 295px;
				float: left;
				text-align: justify;
				color: #FFFFFF;
				padding-right: 10px;
			}
			#pageform2
			{
				text-align: justify;
				width: 350px;
				float:left;
			}
	#pageinfo
	{
	width: 200px;
	float: right;
	}


/* FOOTER */
#footer
{
	background: transparent url('images/lccc_20.gif') top right no-repeat;
	height: 59px;
	width: 900px;
	clear: both;
}


/* FORM ELEMENTS */
form
{
	padding: 15px;
	color: #065A70;
}
table
{
	padding: 5px;
}


/* CLASSES */
.clear
{
	clear:both;
}
.redborder
{
	border: 2px solid #bf291b;
	margin: 3px;
}
.tealborder
{
	border: 2px solid #3b929b;
	margin: 3px;
}
.yellowborder
{
	border: 2px solid #e2b73d;
	margin: 3px;
}
.purpleborder
{
	border: 2px solid #4a3d6b;
	margin: 3px;
}
.pinkborder
{
	border: 2px solid #a71a5c;
	margin: 3px;
}
.memberform
{
	background-color: #336699;
	border-color: #065a70;
	color: #87ba79;
	font-family: Tahoma, Arial;
	font-size: 10px;
}