@charset "UTF-8";
a:link {
	color: #960;
}
a:visited {
	color: #F90;
}
a:hover {
	color: #9CF;
}
a:active {
	color: #960;
}
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: left;
	width: 980px;
		background:url(yes-site-elements/sun-fade-bottom.jpg) no-repeat bottom left fixed;
}
#container { 
	width: 999px;
	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. */
} 
#alert
{ color: #930;}

#yes-head {
	background:url(yes-site-elements/YES-head-2010.jpg) 0 0 no-repeat;
	width: 975px;
	height: 165px;}
	
#sect-head { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif, Times, serif; font-size:18px; color: #960;}

#small-note {font-size: 12px;}
	
#links {padding: 0px 0 0px 0;
	height: 12px;
}
	
.twoColFixLtHdr #yes-left {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	height: auto;
	padding: 25px 30px 15px 50px;
	font-size: 14px;
}
.yes-main {
	margin:0;
	padding-top: 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 230px;
}

#footer { 
	padding-top: 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 230px;
} 

.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;
}

