@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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 */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 10px 0px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 150px; /* 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 25px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box  */
	font: 11px Verdana, Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	clear: both;
} 
.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 */
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.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;
}
#navbar {
	color: #000000;
	background: #ccFFcc;
	width: 100%;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: none;
	float: left;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
}
#navbar a {
	text-decoration: none;
	margin-left: 75px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navbar li {
	float: left;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navbar ul {
	padding-left: 25px;
	margin: 0px 0px 0px 0px;
}
#navbar  ul  a:link {
	color: #000000;
}
#navbar ul a:visited {
	color: #000000;
}
#navbar ul a:hover {
	color: #FFFFFF;
}
.style2 {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style3 {font-style: italic}
.style4 {font-style: italic}
.style5 {font-style: italic}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.favoriteLinkBox{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.header-level1{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
.header-level2{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
.header-level3{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
.quote{
	margin-left: 20px;
	border-left: 1px black solid;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-style: italic;
}
.bulleted-list > li{
	padding-top: 5px;
	padding-bottom: 5px;
}
.objective-teaserheader{
	font-weight: bold; 
	padding-left: 5px; 
	padding-bottom: 3px; 
	padding-top: 8px;	
	font-size: 13px;
}
.objective-teasertext{
	padding-left: 15px;
}
.thumbs-header{
	font-size: 16px;
	font-weight: bold;
}
.thumbs-up{
	background:url(images/thumbs-up.gif) left top no-repeat;
	padding-left: 150px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	min-height: 145px;
	text-align: left;
	vertical-align: top;
	border-bottom: 2px solid #ccFFcc;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.thumbs-juryout{
	background:url(images/thumbs-juryout.gif) left top no-repeat;
	padding-left: 150px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	min-height: 145px;
	text-align: left;
	vertical-align: top;
	border-bottom: 2px solid #ccFFcc;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.thumbs-down{
	background:url(images/thumbs-down.gif) left top no-repeat;
	padding-left: 150px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	min-height: 145px;
	text-align: left;
	vertical-align: top;
	border-bottom: 2px solid #ccFFcc;
	padding-bottom: 5px;
	margin-bottom: 10px;	
	min-height: 140px;
}