/* @override http://www.engagenet.org/media/css/common.css */

#c0 {
/*     position: relative; */
    padding-top: 20px;
    padding-bottom: 65px;
}

#logo-link {
    float: left;
}

#c2 {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
}

#c5 {
	color:#F6430F;
	font-weight:bold;
}
#c5 a { 
	color:#F6430F;
	font-weight:bold;
}
.column a { 
	color:#F6430F;
}
#c5 a:hover { 
	text-decoration: underline;
}
#c6 {
	color:teal;
	font-weight:bold;
}
#c7 { 
	font-size: 1.1em;
	letter-spacing: 0.3px;
	color: rgb(85, 85, 85);
}
#c8 { 
	color:#F6430F;
	font-size: 1.4em;
	letter-spacing: 0.3px;
	font-style: italic;
	font-family: "Times New Roman", Times;
}

#content {
    background-color: white;
    position: relative;
    top: 0;
    bottom: 185px;
    width: 835px;
    padding: 10px 10px 40px 10px;
}

#cs {
    position: absolute;
    background: url(shadow-top.png);
    width: 876px;
    height: 10px;
    margin-left: -10px;
    margin-top: 10px;
    left: 0px; /* For IE7, maybe 6 too */
}

#csl {
    position: absolute;
    background: url(shadow-left.png);
    width: 10px;
    height: 682px;
    margin-left: -10px;
    left: 0px; /* For IE7, maybe 6 too */
    margin-top: 15px;
}

#csr {
    position: absolute;
    background: url(shadow-right.png);
    width: 10px;
    height: 682px;
    left: 855px;
    margin-top: 15px;
}

h1, h2 {
    margin: 0 0 0.5em 0;
    padding: 0;
}

#content h1 {
    color: teal;
    font-size: 150%;
	font-family: Georgia, Arial, 	sans-serif;
	letter-spacing: -0.002em
}

#content h2 {
    color: #f6430f;
    font-size: 120%;
	font-family: Georgia, Arial, 	sans-serif;	
	letter-spacing: -0.002em
}

#content {
    color: #8b8b8b;
	font-size: 75%;
	font-family: Arial, 			sans-serif;
	line-height:1.6;
	letter-spacing: 0.002em
}
