/* ----------------------------	*/
/* HomePage2Col style  			*/
/*								*/
/* Created January 23, 2008		*/
/* Modified January , 2008		*/
/*								*/
/* Rebecca Lawrence - Design	*/
/* Allen Viehmeyer - Code		*/
/* ---------------------------- */

/* ------ Page Defaults -------	*/
body
	{
	width: 850px;
	margin: 10px auto;
	font-family: verdana, helvetica, sans-serif;
	line-height: 120%;
	background-color: #BCBEC0;
	/* background-color: white; */
	/* background-image: url(star.gif); */
	}


/* -----  Heading Styles  -----	*/
h1
	{
	font-size: 26px;
	}

h2
	{
	font-size: 22px;
	}
h3
	{
	font-size: 18px;
	}
h4
	{
	font-size: 14px;
	}

h5
	{
	font-size: 12px;
	}
	
h6
	{
	font-size: 10px;
	}


/* --- Default Paragraph --	*/
p
	{
	font-size: 12px;
	}

/* -------- Class --------	*/
.blue
	{
	color: #69709A;
	}


/* ----- Navigation ------	*/
#navigation
	{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
	border-top: 1px solid #b5b5b5;
	}

#navigation li
	{
	padding: 6px 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
	}
	
#navigation a
	{
	text-decoration: none;
	color: #69709A;
	}


/* ----- Masthead ----- */
#masthead
	{
	width: 828px;
	margin: 0;
	padding: 0;
	/* background-color: #BCBEC0; */
	}

#container
	{
	background-color: white;
	background-image: url("../flower10.gif");
	/* background-image: url(star.gif); */
	}
	
/* ----- Sidebar ------ */	
#sidebar
	{
	float: left;
	width: 170px;
	margin: 0;
	padding: 10px;
	/* border: 1px solid #000; */

	}


/* -----Content ------ */
#content
	{
	width: 633px;
	margin-left: 205px;
	padding: 5px;
	border-left: 1px solid gray;
	}

#intro
	{
	width: 522px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 50px;
	text-align: center;
	}


/* ---- Footer ---- */


#footer
	{
	clear: both;
	margin: 0;
	padding: 10px 0 10px 0;
	width: 840;
	background-color: #FDF2EE;
	}

#footer p
	{
	font-size: 10px;
	line-height: 100%;
	margin: 0;
	padding: 0;
	}


.ftrcol
	{
	float: left;
	width: 175px;
	margin-left: 30px;
	border-right: 1px solid #69709A;
	}


.ftrcol img
	{
	float: left;
	margin: 0 5px 10px 0;
	}
	
a
	{
	text-decoration: none;
	color: #69709A;
	}




	
/* ----- Copyright ----- */
#copyright
	{
	clear: both;
	width: 830px;
	margin: 10px 0 10px 0;
	padding: 10px;
	font-size: 10px;
	text-align: center;
	/* border: 1px solid #000; */
	background-color: #CCC;
	}
	
	
/* -- Float Leveling -- */
.spacer
	{
	clear: both;
	}