/*	
	Copyright (c) 2005 Westchester Parents Nusury School
	mywpns.com XHTML CSS Selectors 	

	$Revision: 1.00 $

	CONTENTS
	1. Elements
	2. Navigation Styles  
	3. Content Styles
	4. Layout Styles
	
*/
/****************************
 1. Elements 
*****************************/
body {
	padding: 0px 0px 0px 0px;
	background-color: #5b6c86;
	margin: 0px 0px 0px 0px;
	font-family: "Comic Sans MS";
}
a.bodylink {
	font-weight: bold;
	text-decoration: underline;
}
a.bodylink:hover {
	font-weight: bold;
	text-decoration: none;
}
.divfix {
	font: 1px/1px sans-serif;!important;
	font: 0px/0px sans-serif;
	clear: both;
}

/****************************
 2. Navigation Styles 
*****************************/
#navigation{
	color:#5B6C86;
	/*font-size: 14px;*/
	font-size: 0.8em;
	text-align:center;
	padding:15px 0px 15px 0px;
}

#navigation a {
	text-decoration: none;
	font-weight: BOLD;
	color: #5B6C86;
}

#navigation div{
	padding:3px 0px 2px 0px;
}
#navigation div.currentpage{
	background-color: #5b6c86;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 1.1em; 
}
#navigation div.currentpage a{
	color:#FFFFFF;
	font-weight: bold;
	font-size: 1.1em; 
}

/****************************
 3. Content Styles 
*****************************/   
#content{
	text-align:left;
	color:#FFFFFF;
	font-size: .8em;
}
#content a{
	font-weight: normal;
	color: #FFFFFF;
}

#content h1 {
	color: #AFC3AB; 
	font-size: 2.4em; 
	font-weight: normal;
}

#content h2{
	color: #5B6C86;
	font-size: 1.6em;
	font-weight: bold;
}
#content h3{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}
#content img{
	width:99%;
}

#content .extrabold{
	font-size: 1.2em;
	font-weight: bold;
}
/****************************
 4. Layout Styles 
*****************************/  
#titlebar{
	background-image:url(../images/chalkboard1a.jpg);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	height:128px;
}
#titlespacer{
	background-color: #AFC3AB;
	padding:0px 5px 0px 175px;
	height:25px;
}
#layout_3columns{
	float:left;
	width:100%;
	background-image:url(../images/navigation_bg.gif);
	background-repeat:repeat-y;
}

#column_1{
	width:175px;
	float:left;

}

#column_2{
	width:36%;
	float:left;
	padding:0px 20px 5px 25px;
}

#column_3{
	width:37%;
	float:left;
	vertical-align:middle;
	padding:15px 10px 5px 10px;


