body
{
	background: #775 /* url(http://lakeviewcc.com/imgs/background.jpg) */;
	margin: 0;
	padding: 0;
	font-family: Futura, sans-serif;
}


* img
{
	margin: 0;
	padding: 0;
}

#masthead
{
	text-align: center;
	width: 100%;
	background: url(http://lakeviewcc.com/imgs/masthead-bg.gif) repeat-x;
}


#content
{
	width: 750px;
	margin: 0 auto 5px auto;
	background: #554;
	border: 2px solid #413e33;	
	border-top: none;

}

#topmenu
{
	background: #413e33;
	width: 750px;
	height: 2em;
}

#topmenu ul
{
	white-space: nowrap;
	list-style-type: none;
	font-size: 1em;
	width: 740px;
	padding: 0.5em;
	margin: 0;
	
}

#topmenu li
{
	float: left;
	margin: 0 18px 0 0;
}

#topmenu a
{
	text-decoration: none;
	color: #fff;
}


#topmenu a:link			{	color: #fff;	}
#topmenu a:visited		{	color: #fff;	}
#topmenu a:hover		{	color: #cece9f;	}
#topmenu a:active		{	color: #ccf;	}

#leftside
{
	float: left;
	margin: 0 0 0 5px;
	padding: 8px;
	background: #cece9f;
	font-family: Georgia, serif;
	font-size: small;
	width: 579px; /* 8 left + 8 right + 5 left + 579 width = 600 leftside, + 150 rightside = 750 */
}


#leftcontent
{
	background: #fff;
	padding: 15px;
}

#leftcontent p
{
	line-height: 1.5em;
}

#leftcontent h1
{
	font-size: x-large;
	color: #554;
}


h3
{
	margin: 0;
	padding: 0;
	font-size: large;
	color: #554;
}

#leftcontent a
{
	text-decoration: none;
	color: #39c;
}

#leftcontent a:link			{	color: #39c;	}
#leftcontent a:visited		{	color: #069;	}
#leftcontent a:hover		{	color: #8a0;	}
#leftcontent a:active		{	color: #069;	}

#leftcontent img
{
	margin: 10px;
}

#rightside
{
	float: right;
	width: 145px;
	w\idth: 150px;
	font-size: 14px;
	line-height: 1.25em;
	margin: 0;
	padding: 0;
}

* html #rightside
{
	width: 145px;
}

#rightside p.title
{
	margin: 0 0 10px 0;
	padding: 3px 0 3px 10px;
	background: #7c7c73;
	color: #fff;
}

#rightside ol, #rightside ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
}

#rightside li
{
	margin-bottom: 5px;
}

#rightside a
{
	text-decoration: none;
	color: #fff;
}

#rightside a:link			{	color: #fff;	}
#rightside a:visited		{	color: #fff;	}
#rightside a:hover			{	color: #cece9f;	}
#rightside a:active			{	color: #ccf;	}

#rightside p.quote
{
	color: #cece9f;
	margin: 20px 5px 20px 10px;
	font-size: x-small;
}

#tagline
{
	width: 750px;
	margin: 0 auto 20px auto;
	padding-bottom: 25px;
	font-size: x-small;
	color: #cece9f;
	text-align: center;
}

#tagline a
{
	text-decoration: none;
	color: #8a0;
}

#tagline a:link			{	color: #8a0;	}
#tagline a:visited		{	color: #8a0;	}
#tagline a:hover		{	color: #fff;	}
#tagline a:active		{	color: #fff;	}


#leftcontent ul li, #leftcontent ol li
{
	margin-bottom: 1em;
}


#leftcontent p.note
{
	color: #f00;
	font-style: italic;
}


table tr th
{
	text-align: right;
	font-weight: bold;
}

.grey
{
	color: #999;
}

pre
{
	font-size: small;
	display: block;
	width: 90%;
}
