body, p, td, li, blockquote, textarea, input {
    font-family: Arial, Tahoma, Helv, sans-serif;
    color: #000;
    font-size: 100%;
}

body, html {
    height: 100%;
}

body {
    margin: 0px;
    background-color: #fff
}

BODY {
	font-size: 0.8em
}

UL { 
    list-style-image:url(bullet.gif) 
}

P, UL, OL {
    margin-top: 0pt;
    margin-bottom: 9pt;
    font-size: 0.9em
}

A, A:link, A:visited {
    color: #c000c0;
}

A:hover, A:visited:hover {
    color: #345cad
}

.leftNavHead, A.leftNavHead, A.leftNavHead:link, A.leftNavHead:visited, .mainHd {
    font-family: ZiptyDo, Andy, 'Comic Sans MS', 'BD Norway', 'Benguiat Frisky', Enviro, 'Kino MT', 'Lucida Casual', comic;
    font-size: 1.3em;
    color: #c000c0;
    font-weight: bold;
    text-decoration: none
}

.mainHd{
    color: #345cad
}
.leftNav, A.leftNav, A.leftNav:link, A.leftNav:visited, .leftNavCurr {
    color: #000;
    text-decoration: none;
    font-size: 0.7em;
}


A.leftNavHead:hover, A.leftNav:hover, A.leftNavHead:visited:hover, A.leftNav:visited:hover, A.leftNavCurr:hover, A.leftNavCurr:visited:hover {
    text-decoration: underline;
    color: #287640;
}

.leftNavCurr, A.leftNavCurr:visited {
    color: #287640;
    font-weight: bold
}

#content div.mainHd, #content P {
    width: 85%
}

#content {
    padding: 10px; 
    padding-left: 30px;
    background-color: #f8edcf
}

.dottedList {
    background-image: url(dots.gif);
    background-repeat: repeat-x;
    background-position: right bottom;
}

.coverDots {
    background-color: #f8edcf
}


