#mainbody p {
    padding: 10px 0;
}

a {
    text-decoration: underline;
    color: #8b0101;
}

a:hover {
    text-decoration: underline;
}

.pathway a {
    color: #8b0101;
    text-decoration: underline;
    background: transparent;
}

#footer a {
    color: white;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mainbody ul {
    margin-bottom: 5px;
}

ul li {
    padding: 0 0 0 15px;
    margin-left: 10px;
    background: url(../images/list.png) left no-repeat;
    background-position: 0px 7px;
    text-align: left;
}

ol li {
    background: none;
}

li a:link, li a:visited {
    color: #8b0101;
    text-decoration: underline;
    background: transparent;
}

li a:hover {
    color: #8b0101;
    text-decoration: underline;
    background: transparent;
}

#user1 li a:link, #user1 li a:visited, #user2 li a:link, #user2 li a:visited {
    text-decoration: none;
}

#user1 li a:hover, #user2 li a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #8b0101;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
    background: transparent;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size:18px;
		margin-bottom:10px;
		margin-top:13px;
    color: #8b0101;
    line-height: 22px;
}

h3 {
		font-size:16px;	
		margin-bottom:10px;
		margin-top:13px;
		line-height: 20px;
}

h4 {
    font-size: 14px;
    margin-bottom:10px;
		margin-top:13px;
    color: #8b0101;
    line-height: 18px;
}

h5 {
    font-size: 12px;
    margin-bottom:10px;
		margin-top:13px;
		line-height: 16px;
}

h6 {
    font-size: 10px;
    margin-bottom:10px;
		margin-top:13px;
    color: #3f4901;
    line-height: 14px;
}
