body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #6B675C;
}
.blue  {
	background: #0574BC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

h1 {color:#EB5190;
    background:url(images/hand-print-green-s.gif) top left no-repeat;
    padding-left:35px;
    line-height:35px;}
    
h2 {color:#6FC4F1;
    background:url(images/hand-print-orange-s.gif) top left no-repeat;
    padding-left:35px;
    line-height:30px;}
    
h3 {color:#339933;
    background:url(images/hand-print-blue-s.gif) top left no-repeat;
    padding-left:35px;
    line-height:25px;}

h4 {color: Gray;
    background:url(images/hand-print-orange-t.gif) top left no-repeat;
    padding-left:35px;
    line-height:20px;}
        
p{	line-height: 18px;}
input, textarea {margin:3px;}

a {color:#0574BC; text-decoration:underline}
a:visited {color: #0064A3; text-decoration:underline}
a:hover {text-decoration:none}

#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #0574BC; 
	height:190px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/* background-image: url(images/plain-top-studywiz.jpg);*/
	background-image: url(images/plain-top-purplemash.jpg);
} 

#header a img {border-style:none}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	padding-top:0px;
	margin-top:0px;	
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */

}

#sidebar1Content {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #E7EFD7; /* pale green */
	padding: 15px 20px 15px 20px;
	color:#247A00; /*green*/
    margin-left:20px;
    margin-top:10px;
}

#mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		background-color: #FFFFFF;
}

#base {	background-image:url(images/notepad-bot.gif);	
height:70px; }
 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #0574BC;
	color:White;
} 
#footer td, #footer td a{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 10px 0;  padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:White;
	background: #0574BC;
}
.fright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top:5px;
	margin-bottom:5px;
}
.fleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top:5px;
	margin-bottom:5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.news {font-weight:bold; 
    padding: 5px 10px 10px 10px;
    background-color:#FFFBC9;
    font-size:14px;
   }

.hands li {
margin: 0px 0px 0px 5px;
padding: 0px 0px 8px 25px;
list-style-type: none;
background:url(images/hand-print-orange-t.gif) top left no-repeat;
font-size:13px;
}

.leadership td
{
padding:5px;
border: dotted 2px #FF9B59;
}

/* Menu */

#menu { 
width: 230px;
font-size:14px;
}

#menu ul {
margin-left: 15px;
padding-left: 0px;
list-style-type: none;
margin:0px;

}

#menu a, #menu a:visited
{
color:#0574BC;
display: block;
background-color: #E7EFD7; /*pale green*/
background-image:url(images/hand-print-orange-t.gif);
background-position: center left;
background-repeat:no-repeat;
border-bottom: 1px solid #fff; 
border-left: 1px solid #fff; 
margin-left:20px;
padding: 6px 10px 6px 25px; 
width:178px;
text-decoration: none;
font-weight:bold;}

#menu a:hover
{
background-color: #EB7645;/* orange*/
color:White;
}

#menu .active a {
	background: #A8DC35 url(images/img03.gif) no-repeat;
	border: none;
	color: #E80732;
}


