/* GENERAL STYLES */

html, body {

background-color: #3a1414;
height: 100%;
margin: 0;
}

body {
color: #333;
font-family: Lucida Grande, Geneva, Verdana, sans-serif;

font-size: 10px;
line-height: 1.6em;
}

.gold {
color: #FFCC33;
font-family: Lucida Grande, Geneva, Verdana, sans-serif;
font-weight: bold;
font-size: 12px;
line-height: 1.6em;
}

a {
color: #660000;
text-decoration: none;
line-height: 0.5em;
}

a:hover {
color: #666666;
border-bottom: solid 1px #666;
}

p.clear { 
clear: both; 
margin: 0; 
padding: 0; 
}

p {
margin: 0;
}

h1{
font-size: 14px;
color: #990000;
font-family: Lucida Grande, Geneva, Verdana, sans-serif;
margin: 0 0 0.5em 0;
}

h2{
font-size: 10px;
color: #006699;
border-bottom: 1px solid #999;
font-family: Lucida Grande, Geneva, Verdana, sans-serif;
line-height: 1.4em;
margin: 0;
}

h3{
font-size: 10px;
color: #006699;
border-bottom: 1px solid #999;
font-family: Lucida Grande, Geneva, Verdana, sans-serif;
margin: 0;
}

ul, ol {
padding: 15px;
margin: 0;
}

li {
background-image: url(../../images/stories/bullets/indent1.png);
background-repeat: no-repeat;
background-position: 0 .625em;
padding-left: 1.2em;
line-height: 2em;
}


/* MODULE CLASSES */


.back_button {
margin-left: 5px;
}

.contentpaneopen {
margin-bottom: -10px;
font-size: 11px;
line-height: 1.6em;
}

.contentheading {
font-size: 14px;
color: #990000;
font-family: Lucida Grande, Geneva, Verdana, sans-serif;
font-weight: bold;
padding-bottom: 1em;
}

.modifydate {
color: #990000;
font-family: Lucida Grande, Geneva, Verdana, sans-serif;
font-size: 10px;
font-weight: bold;
margin: 0 0 1em 0;
border-bottom: #ccc 1px solid;
}