/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2009, Chasetheweb.net

Last Updated: Mark Garczewski
Date: 3/27/2008 */   

/* Color Schemes

#FFFFFF: White
#efefcb: Gray/Yellow
#164a7a: Dark Blue
 
 */

/*//////////////////////////// DESIGN ///////////////////////////////////////////////////*/

body
{
	background-color:#EFEFCB;
	text-align:left;
	font: normal 100%  Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#696b66;

}

div#page
{

}

div#content
{

 background-color: #ffffff;
}

div#layout
{
	border: 1px solid #939977;
	background-color: #DEE7B8;
	text-align: center;

}


div#local{
	background-color: #DEE7B8;
	border: 1px solid #939977;
	padding: 5px;

}

div#header
{

	background-image: url(http://www.swrschools.org/images/home_bkgd.gif);
	background-repeat: repeat-x;
}


div#header .navBkgdSub {
	background: #333399;
}


div#footer
{
	
	background:#333399;
}






/*//////////////////////////// TYPOGRAPHY ///////////////////////////////////////////////////*/

div
{
	font-size:1em;
}

p
{
	font-size:1.1em;
	line-height:1.4em;
	margin:0 10px 1.5em 0;
	padding:0;
}

div#footer p
{
	font-size:0.8em;
	margin:0;
	padding:15px;
}

blockquote
{
	margin-left:10px;
	border-left:10px solid #ddd;
}

pre
{
	font-family:monospace;
	font-size:1em;
}

strong,b
{
	font-weight:700;
}

em,i
{
	font-style:italic;
}

code
{
	font-family:"Courier New",Courier,monospace;
	font-size:1em;
	white-space:pre;
}

 /*HEADINGS */
h1
{

	font-size: .8em;
	text-transform: uppercase;
	color: #333399;
	background-color: #DEE7B8;
	padding: 6px 6px 6px 10px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AEC24E;
	letter-spacing: 1px;
	margin-bottom: 0px;
	text-align:left;
	
}


h2
{
	font-size: 12px;
	color: #333399;
	background-color: #f6f6dd;
	letter-spacing: 1px;
	border: 1px solid #AEC24E;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	
}


h3
{

	font-weight:bold;
	font-size:.7em;
	line-height:1.5em;
	color:#fff;
	text-align:center;
	margin: 0px;
        padding: 0px;

        padding-top:3px;
        
}



h4
{

	font-size:.7em;
	line-height:1.5em;
	color:#164a7a;
	text-align:center;
        margin: 0px;
	padding:0;
}

h5
{
 text-align: center;
 font-weight:bold;
 color: #333397;
 margin: 0px;
}

h6
{
 text-align: center;
 color: #333397;
 padding: 0px 20px 0px 20px;
 margin: 0px;
}



/* END HEADINGS 
 SPECIAL CLASSES */
.bold
{
	font-weight:700;
	font-size:90%;
}

.bolder
{
	font-weight:bolder;
}

.center
{
	text-align:center;
}

div#search
{
	color:#FFF;
	font-weight:700;
}

.small
{
	font-size: 8pt;
	color:#666;
}

.errorFormEntry {
	font-weight: bold;
	color: red;
}

.requiredfield
{
	font-weight:700;
	color:Red;
}



/*END SPECIAL CLASSES 
///////////////////// LINKS */
a,a:link,a:active
{
	color: #164a7a;
       text-decoration: none;
}

a:visited
{
	color: #164a7a;
	background-color:transparent;
}

a:hover
{
	color: #164a7a;
	text-decoration:underline;
}




/* END LINKS 
 ///////////////////////////LISTS */
ul
{


	margin:10px 0px 0px 0px;
	padding: 0px 0px 0px 47px;
}

ul li
{
	margin:;
	padding:0;
        font-size: .9em;
}






/*////////////Table////////////////////////////////////////////*/


	
	
/*//////////////////////////// END DESIGN ///////////////////////////////////////////////////*/


