/* PNG fix */

* html #logo h1 { /* for IE<6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/logo-teal.gif'); background-image: none; background-repeat: no-repeat; background-color: transparent;
	}


/* page structure 
--------------------------------------------- */

#header {
	background: url(/images/header-bg-teal.jpg) no-repeat top center;
	}


/* main styles 
--------------------------------------------- */

/* link effects */
#content a, #sideNav ul li a  {
	color: rgb(0,117,139);
}

#content a {
	text-decoration: underline;
	}
	
#content a:hover {
	text-decoration: none;
	}

/* headings */
h1 { /* any skin-specific overrides go here */
	}

h2 { /* any skin-specific overrides go here */
	color: rgb(0,117,139);
}

h3 { /* any skin-specific overrides go here */
	color: rgb(100,100,100);
	}

h4 { /* any skin-specific overrides go here */
	}

h5 { /* any skin-specific overrides go here */
	}

h6 { /* any skin-specific overrides go here */
	}


/* secondary styles 
--------------------------------------------- */

#Content3 ul li ul {
	font-size: 1.25em;
}

