body  {
	font-family: : Verdana, Arial, Helvetica, sans-serif;
/*	background-image: url(file:///Macintosh%20HD/Users/cdepinto/Documents/WYWL%20Site/WYWL_09/Site_Images/backgd_2.jpg);
	background-repeat: repeat-x;*/
	background: #80afdd; 
	margin: 0 0 15px 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; /*  centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.twoColFixLtHdr #container { 
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #cadaf2;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*border: 4px solid #cbd9f0;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #80afdd; 
	margin: 0 0 0 0;
	padding: 10px 0;  /* 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. */

}
.twoColFixLtHdr #mainContent { 
	margin: 15px 10px 15px 240px; /* 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: 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	min-height:680px;

} 


/*---------- SIDEBAR -------------*/
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	margin:15px 0 0 10px;
	padding: 0 5px 5px 10px;
/*-------- SIDEBAR END ---------*/

}



/*---------- FOOTER -------------*/
.twoColFixLtHdr #footer { 
	background-image: url(../Site_Images/Footerbkgd.jpg);
	background-repeat:no-repeat;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixLtHdr #footer p {
	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 */
/*-------- FOOTER END ----------*/


.fltrt { /* 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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

/*-----my styles---------*/
	
a:link {
    text-decoration:none;
    color:#9f0968;
}
a:visited {
    text-decoration:none;
    color:#9f0968;
}
a:hover {
    text-decoration:underline;
    color:#16017A;
}
a:active {
	text-decoration:none;
    color:#9f0968;
}

.header { 
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:23px;
    color: #9f0968;
    font-weight: bold;
	line-height: 23px;
}
.subhead {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
	line-height: 15px;
    color: #16017A;
}
p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
	line-height: 15px;
    color: #333333;
}
td { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
	line-height: 15px;
    color: #333333;

}
li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
	line-height: 15px;
	padding-bottom:6px;
    color: #333333;
}
h1, .h1{ 
    font-size:20px;
    color: #9f0968;
    font-weight: bold;
	padding-top:6px;
	line-height: 20px;

}


.h1a{ 
    font-size:20px;
    color: #9f0968;
    font-weight: bold;
	line-height: 20px;
	border-bottom:2px solid #9f0968;
}
.h1b{ 
    font-size:20px;
    color: #9f0968;
    font-weight: normal;
	line-height: 20px;

}
h2 {
    font-style: normal;
    color: #16017A;
    font-size:18px;
    font-weight: bold;
	line-height: 18px;

}
h3 {
    color: #16017A;
    font-size:16px;
    font-weight: normal;
	font-style: bold;
	line-height: 16px;


}
h4, .h4 {
	line-height: 18px;
    color: #16017A;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight: normal;
	font-style:normal;
}

h5, .h5 {
    color: #11850b;
    font-size:16px;
    font-weight: normal;
	font-style: normal;
	line-height: 16px;
}

/*.Site_slogan {
	font-size: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #16007c;
    font-weight: normal;
    font-style: italic;
}

/**----------Side Nav Menu--------*/
.nav_menu {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
	line-height:20px;
    color: #333333;
	padding-left:10px;
}
.nav_menu_heading {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
	line-height:25px;
    color: #16007c;
	text-transform:uppercase;
	padding-left:5px;

	
}.nav_menu a:link {
    text-decoration:none;
    color:#9f0968;
}
.nav_menu a:visited {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    
    color:#9f0968;
	font-weight: normal;

}
.nav_menu a:hover {
    text-decoration:underline;
    color:#16017A;
}
.nav_menu a:active {
	line-height: 15px;
    color: #9f0968;

}