/* ----------------------------	*/
/* Pages2Col style  			*/
/*								*/
/* Created January 20, 2008		*/
/* Modified January , 2008		*/
/*								*/
/* Rebecca Lawrence - Design	*/
/* Allen Viehmeyer - Code		*/
/* ---------------------------- */

/* ------ Page Defaults -------	*/
body
	{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	font-family: verdana, helvetica, sans-serif;
	}


/* -----  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: 95%;
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
	border-top: 1px solid #b5b5b5;
	}

#navigation li
	{
	padding: 6px 0;
	font: 12px Georgia, "Times New Roman", Times, serif;
	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;
	}
	
/* ----- Sidebar A ----- */	
#sidebar_a
	{
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	/* border: 1px solid #000; */
	width: 170px;
	}


/* -----Content ------ */
#content
	{
	width: 633px;
	margin-left: 205px;
	/* margin-right: 205px; */
	padding: 5px;
	/* border: 1px solid #000; */
	}

/* ----- Footer ----- */
#footer
	{
	clear: both;
	width: 830px;
	margin: 10px 0 10px 0;
	padding: 10px;
	font-size: 10px;
	text-align: center;
	/* border: 1px solid #000; */
	background-color: #CCC;
	}


/* ------ Images ------ */
h4 img
	{
	float: left;
	border: 0;
	}
	
	
/* -- Float Leveling -- */
.spacer
	{
	clear: left;
	}
