/*
------------------------------------------------------------
COLORS
------------------------------------------------------------
Greys
#666666; #444444;

Pinks
#734452; #CC6699;

------------------------------------------------------------
Global CSS
------------------------------------------------------------

*/


body {
	background-color:#666666;
	font-family: "Courier New", Courier, monospace;
	color: #000;
	/*background-repeat:repeat-y;*/	
	font-size:100%;
    line-height:1.125em;

}

#page {
	text-align: center;

}
	
body, div, h1, h2, h3, ul, p, dl, dd, dt, table, tr, td, form {
	margin: 0;
	padding: 0;
}
	
p {	
	font-size:0.85em;
	margin:.5em 0 1.5em;
	}

/* default text links */	
a {

	/*font-size: 100%;*/
	color: #CC6699;
	text-decoration: underline;
}

.separator {
	clear:both;
	height:0px;
}
	

/* keep firefox from putting borders around linked images */
a img {
	border: 0;
}

.chapter {
	font-size: 1.0em;
	clear: both;
	float: left;
	color: #e1eaf2;
	background-color: #CC6699;
	margin: 0px 0px 8px 100px;
	padding: 5px 11px 5px 7px;
}

/*
------------------------------------------------------------
navs
------------------------------------------------------------
*/

#headerContainer {
	margin:0 auto; 
	text-align:center; 
	font-weight:bold;
	width:650px;
	font-size:16px; !important
	z-index:10;
}

#footerContainer {
	margin:0 auto;
	text-align:center;
	font-weight:bold;
	width:520px;
	padding-top: 40px;
}


#headerContainer #nav ul a {
	text-decoration: none;
	font-size:1.25em;
	padding: 2px 0px;
		
}
#footerContainer #nav ul a {	
	text-decoration: none;
	font-size:0.75em;
	padding: 2px 0px;	
}

#nav {
	margin:35px auto;
	text-align:center; 
	
}

#nav ul {
	
	list-style: none;
}
#nav ul li {
	float: left;
	padding-left: 8px;
	padding-right: 6px;
	border-right: 1px solid #CC6699;
}
#nav ul li#lastnavitem {
	border-right: none;
}


p#currentNavItem {
	margin-left:35px;
	margin-top:40px;
	text-align:right;
	color: #CC6699;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	
}

p#direction {
	margin-left:35px;
	margin-top:10px;
	text-align:right;
	font-weight: bold;
	font-size: 18px;
	
}



/*
------------------------------------------------------------
main
------------------------------------------------------------
*/

#leftColumn {
	width: 200px;
	float:left;
	margin: 70px 0 0 0;
	text-align:left;

}

#middleColumn {
	float:left;

}
#rightColumn {
	float:left;

}
#main
{
	/*background-color:#666666;*/
	margin-left: auto;
	margin-right: auto;
   text-align: left;
	width:920px;
	
}




