/* ----------------------------	*/
/* 		Education Style		  	*/
/*								*/
/* Created January 2008			*/
/* Modified January 21, 2008	*/
/*								*/
/* Rebecca Lawrence - Design	*/
/* Allen Viehmeyer - Code		*/
/* ---------------------------- */

/* ---- Education Defaults ----	*/
body
	{
	font-family: verdana, helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #BCBEC0;
	}
	
a
	{
	text-decoration: none;
	color: #69709A;
	}



/* -----  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;
	}

.blue
	{
	color: #69709A;
	}

.dtblue
	{
	padding: 0px 20px 20px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #69709A;
	}

/* ---- Special Text ---- */
.bold
	{
	font-weight: bold;
	}

.title
	{
	margin: 0;
	padding: 0;
	color: #69709A;
	}

/* -- Vertical Space --	*/
.topspace
	{
	padding: 15px 0 0 0;
	}
	
.bottomspace
	{
	padding: 0 0 15px 0;
	}


/* ------- Masthead ------- */
#masthead
	{
	padding: 0;
	margin: 0;
	}

#blist ul li
	{
	list-style-type: none;
	}


/* ----- Sidebar A ----- */	
#sidebar_a
	{
	float: left;
	margin-bottom: 10px;
	padding: 29px 10px 10px 10px;
	/* border: 1px solid #000; */
	width: 250px;
	}
	
/* ----- a h5 added 3/14/08 RL ----- */	

#sidebar_a h5
	{
	width: 226px;
	padding: 10px;
	font-weight: medium;
	color: #697099;
	background-color: #C4D6E5;
	}

#content
	{
	width: 540px;
	margin-left: 285px;
	padding: 20px 5px 5px 10px;
	/* border: 1px solid #000; */
	}


/* ----- Content Areas ----- */
#maintable
	{
	background-color: white;
	text-align: left;
	}

#left
	{
	}

#center
	{
	padding: 0 10px 0 0;
	}

	
/* ----- Navigation -------	*/
#navigation
	{
	float: left;
	width: 95%;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #b5b5b5;
	}

#navigation li
	{
	font-family: verdana, helvetica, sans-serif;
	padding: 6px 0;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
	}
	
/* #navigation li a:link */
/*	{ */
/*	text-decoration: none; */
/*	color: #69709A; */
/*	} */
	
/*#navigation	li a:visited */
/*	{ */
/*	color: red; */
/*	font-weight: bolder; */
/*	} */
	
/*#navigation li a:hover */
/*	{ */
/*	color: yellow; */
/*	font-weight: bolder; */
/*	} */

/*#navigation li a:active */
/*	{ */
/*	color: navy; */
/*	font-weight: bolder; */
/*	} */
	
/*#current li a:link */
/*	{ */
/*	color: #FFF; */
/*	background: #333; */
/*	}*/

* ----- Footer ----- */


#navcontainer
	{
	clear: both;
	width: 830px;
	/* border: 1px solid red; */
	margin: 30px 0 0 0;
	}

#navcontainer ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}
	
#navcontainer ul li
	{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	color: #69709A;
	border-left: 1px solid #b5b5b5;
	}
	
#navcontainer ul li a
	{
	color: #69709A;
	text-decoration: none;
	}

#copyright
	{
	text-align: center;
	font-size: 10px;
	margin: 10px 0 10px 0;
	padding: 10px;
	background-color: #CCCCCC;
	}
