body 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:16px;
}

h1
{
    font-weight:normal;
    font-size:1.7em;
    margin:0 0 1em 0;
}

h2
{
	color:#F26681;
    font-weight:normal;
    font-size:1.4em;
    margin:0 0 0 0;
	border-bottom:1px solid #ccc;
}

h3
{
    font-weight:bold;
    font-size:1.2em;
    margin:1.5em 0 1em 0;
	color:#F26681;
	border-bottom:1px solid #ccc;
}

h4
{
    font-weight:bold;
    font-size:1.2em;
    margin:0 0 0.6em 0;
}

h5
{
    font-weight:bold;
    font-size:1.2em;
    margin:0 0 0.4em 0;
}

h5 a
{
	color:#666;
}

a
{
    color:#F26681;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

b 
{   
    color:#F26681;
}

p, ul
{
    margin-bottom:1em;
}

li 
{
    list-style:none;
    line-height:1.8em;
    padding-left:20px;
    background:url(../images/list_item.png) no-repeat top left;
}

#maincontent
{
    font-size:1.1em;
}

#footer 
{
    font-size:0.8em;
}

.title
{
font-weight:normal;
font-size:2.2em;
margin:0;
}

/* Start of quotes */
blockquote {
font-style:italic;
font-size:1.1em;
margin-bottom:1em;
line-height:1.7em;
margin-top:1em;
}

blockquote span {
font-size:2em;
margin:0 10px 0 10px;
color:#F26681;
}

.attributed {
margin-left:30em;
font-size:0.8em;
margin-bottom:10em;
}
/* End of quotes */

/* Start of resources list styling */
#resources ul {
list-style-type:none;
margin:20px 0 20px 0;
}

#resources ul li {
margin:0 0 5px 0;
background:none;
padding:0;
}

#resources ul li a {
width:92%;
color:#666;
font-weight:normal;
display:block;
background:#FDECEE url(../images/list_item.png) no-repeat 10px 50%;
border-bottom:1px solid #666;
border-top:1px solid #666;
padding:5px 0 5px 25px;
text-decoration:none;
}

#resources ul li a:hover {
text-decoration:underline;
}
/* End of resources list styling */
